-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 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
{
"name": "flask-react-seed",
"version": "0.1.0",
"scripts": {
"start": "cd src/client/; DEBUG=true node server.js",
"postinstall": "cd src/client/; webpack -p --config webpack.production.js",
"build-dev": "cd src/client/; webpack -p"
},
"dependencies": {
"babel-core": "^6.3.15",
"es6-promise": "^3.1.2",
"immutable": "^3.7.6",
"lodash": "^4.10.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"redux-devtools": "^2.1.5",
"redux-immutablejs": "0.0.8",
"redux-thunk": "^1.0.3",
"restful.js": "^0.9.6",
"whatwg-fetch": "^0.11.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^1.0.1",
"path": "^0.12.7",
"proxy-middleware": "^0.15.0",
"style-loader": "^0.13.1",
"webpack": "^1.0.0",
"babel-core": "^6.3.15",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-0": "^6.3.13",
"cross-env": "^1.0.6",
"css-loader": "^0.23.1",
"cssnext-loader": "^1.0.1"
},
"devDependencies": {
"express": "^4.13.4",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
}
}