-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.08 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.08 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "gomoku-react-python",
"version": "0.0.1",
"main": "bin/server.js",
"scripts": {
"build": "npm run clean && npm run build-bundle && npm run build-server && npm run build-copy",
"build-bundle": "webpack -p --stats --progress --config webpack-production.config",
"build-server": "webpack -p --stats --progress --config webpack-server-production.config",
"build-copy": "cp -a assets build",
"clean": "rimraf build",
"start": "node bin/dev-server",
"production": "node bin/server"
},
"author": "garbo-a",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/garbo-a/gomoku-react-python"
},
"bugs": {
"url": "https://github.com/garbo-a/gomoku-react-python/issues"
},
"keywords": [
"webpack",
"redux",
"react",
"react-router",
"kyper",
"matter",
"tessellate"
],
"dependencies": {
"babel-runtime": "^6.23.0",
"express": "4.19.2",
"extract-text-webpack-plugin": "^1.0.1",
"fireuser": "0.0.3",
"history": "1.13.0",
"invariant": "2.2.2",
"lodash": "^4.11.1",
"material-ui": "0.14.4",
"proxy-middleware": "^0.15.0",
"react": "0.14.8",
"react-dom": "0.14.7",
"react-redux": "4.4.5",
"react-router": "2.0.0",
"react-router-redux": "4.0.0-rc.1",
"react-tap-event-plugin": "0.2.1",
"redux": "3.2.1",
"redux-logger": "^2.8.2",
"redux-router": "^2.1.2",
"redux-saga": "0.14.3",
"redux-thunk": "2.1.0",
"serve-static": "1.10.2",
"webpack": "1.13.0"
},
"devDependencies": {
"babel-core": "^6.7.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"json-loader": "^0.5.4",
"node-sass": "^3.3.2",
"react-hot-loader": "^1.2.8",
"redux-logger": "^2.8.2",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.12.3",
"transform-loader": "^0.2.3",
"webpack-dev-server": "3.1.11"
}
}