-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "flowpwa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "eslint . && preact test",
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
"build": "preact build --template template.html && cp -R sounds/ build/sounds && cp -R images/ build/images",
"serve": "preact build && preact serve",
"dev": "preact watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prateekbh/flowpwa.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prateekbh/flowpwa/issues"
},
"homepage": "https://github.com/prateekbh/flowpwa#readme",
"eslintConfig": {
"extends": "eslint-config-synacor"
},
"devDependencies": {
"babylonjs": "^3.1.0-alpha1",
"cannon": "^0.6.2",
"eslint": "^4.3.0",
"eslint-config-synacor": "^1.0.1",
"firebase": "^3.6.8",
"if-env": "^1.0.0",
"preact-cli": "^1.4.1",
"preact-cli-sw-precache": "^1.0.2",
"preact-material-components": "^1.1.5",
"webpack-plugin-critical": "^1.0.0"
},
"dependencies": {
"preact": "^8.2.5",
"preact-compat": "^3.16.0",
"preact-router": "^2.5.5"
}
}