-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 922 Bytes
/
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
{
"name": "space-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --env prod",
"watch": "start webpack --watch",
"start": "start webpack-dev-server --disable-host-check"
},
"author": "",
"license": "ISC",
"dependencies": {
"2d-gl": "^1.7.1",
"boxjs": "^1.4.0",
"bufferutil": "^4.0.1",
"earcut": "^2.2.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"utf-8-validate": "^5.0.2",
"ws": "^6.2.1"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@rutherford/eslint-config": "^1.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"eslint": "^6.8.0",
"file-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.5.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"worker-loader": "^2.0.0"
}
}