-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "django_react",
"version": "1.0.0",
"description": "Simple React Django webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --host 0.0.0.0"
},
"license": "MIT",
"dependencies": {
"babel": "^6.23.0",
"react": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^15.6.2",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5"
},
"devDependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.9",
"react-axios": "^2.0.0",
"webpack": "^1.15.0",
"webpack-bundle-tracker": "0.0.93",
"webpack-dev-server": "^1.16.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UrangUrang/SimpleReactDjango.git"
},
"bugs": {
"url": "https://github.com/UrangUrang/SimpleReactDjango/issues"
},
"homepage": "https://github.com/UrangUrang/SimpleReactDjango#readme"
}