-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.87 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "game",
"version": "1.0.0",
"description": "3d game on three js",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run clean && concurrently --kill-others \"npm run devServer\" \"npm run devApi\"",
"devServer": "npm update && rimraf dist/client/* && webpack-dev-server",
"devApi": "rimraf dist/server.js* && concurrently --kill-others \"webpack --watch\" \"nodemon --inspect=5858 ./dist/server.js\"",
"clean": "rimraf dist/*"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"babel-eslint": "^8.0.3",
"babel-polyfill": "^6.26.0",
"concurrently": "^3.5.1",
"copy-webpack-plugin": "^4.3.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.4.0",
"event-emitter": "^0.3.5",
"express": "3.12.0",
"gsap": "^1.20.3",
"html-webpack-plugin": "^2.30.1",
"http": "0.0.0",
"nodemon": "^1.13.3",
"normalize-css": "^2.3.1",
"orbit-controls-es6": "^1.0.10",
"path": "^0.12.7",
"physijs": "^0.0.4",
"postprocessing": "^3.1.0",
"prettier": "^1.9.2",
"rimraf": "^2.6.2",
"socket.io": "^2.0.4",
"stats.js": "^0.17.0",
"three-effectcomposer-es6": "0.0.4",
"three-obj-loader": "^1.1.3",
"three-shader-fxaa": "^5.1.1",
"ws": "^3.3.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.4.0",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"eslint": "^4.13.1",
"eslint-loader": "^1.9.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}