forked from markfinger/python-react
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 703 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 703 Bytes
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
{
"private": true,
"dependencies": {
"autoprefixer-core": "^5.2.1",
"babel": "^5.6.14",
"babel-core": "^5.6.17",
"babel-loader": "^5.3.1",
"body-parser": "^1.13.2",
"bootstrap": "^3.3.5",
"css-loader": "^0.15.2",
"express": "^4.13.1",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"jquery": "^2.1.4",
"node-libs-browser": "^0.5.2",
"postcss-loader": "^0.5.1",
"react": "^0.13.3",
"react-hot-loader": "^1.2.8",
"react-render": "^0.3.0",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.10.1",
"webpack-build": "^0.14.0"
},
"scripts": {
"webpack-build": "webpack-build"
}
}