-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.74 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
56
57
58
{
"name": "2020ntueeweekgame",
"version": "1.0.0",
"description": "### Frontend",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"develop": "cross-env NODE_ENV=development node src/server/server.js",
"start": "cross-env NODE_ENV=production node src/server/server.js",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/NTUEEInfoDep/2020NTUEEWeekGame.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NTUEEInfoDep/2020NTUEEWeekGame/issues"
},
"homepage": "https://github.com/NTUEEInfoDep/2020NTUEEWeekGame#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"css-loader": "^4.3.0",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"file-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.11.2",
"nodemon": "^2.0.4",
"prettier": "^2.1.2",
"style-loader": "^1.2.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"clean-webpack-plugin": "^3.0.0",
"express": "^4.17.1",
"html-webpack-plugin": "^4.4.1",
"lodash": "^4.17.20",
"pixi.js": "^5.3.3",
"pixi.js-legacy": "^5.3.3",
"shortid": "^2.2.15",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"throttle-debounce": "^2.3.0",
"webpack": "^4.44.2",
"webpack-dev-middleware": "^3.7.2"
}
}