-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "3spades",
"version": "1.0.0",
"description": "3spades game",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/webpack/bin/webpack.js --config webpack.config.js",
"server": "node app.js",
"start": "npm run build && npm run server"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"express": "^4.15.4",
"fetch-api": "0.0.2",
"file-loader": "^0.11.2",
"flux": "^3.1.3",
"history": "^2.0.0",
"node-mysql": "^0.4.2",
"path": "^0.12.7",
"random-number": "0.0.9",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^1.3.1",
"react-image": "^1.0.1",
"react-router": "^3.0.5",
"socket.io": "^2.0.3",
"string-format": "^0.5.0",
"url-loader": "^0.5.9",
"webpack": "^3.5.4",
"webpack-dev-middleware": "^1.12.0",
"webpack-express-middleware": "^1.2.1",
"webpack-hot-middleware": "^2.18.2",
"webpack-node-externals": "^1.6.0"
}
}