-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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": "qiaobayisheng2",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "webpack --mode development --watch",
"watch": "babel src -presets react,es2015 --out-dir static --watch",
"dev": "webpack --mode development"
},
"author": "yjt'",
"license": "ISC",
"dependencies": {
"express": "^4.16.3",
"path": "^0.12.7",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"urlencode": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.3",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"fs": "0.0.1-security",
"jquery": "^3.3.1",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-fontawesome": "^1.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.10.1",
"webpack-cli": "^3.0.2"
}
}