-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 895 Bytes
/
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
{
"name": "react_django",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js --progress --colors",
"build-prod": "webpack --config webpack.prod.config.js --progress --colors",
"watch": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zaccc123/react-django.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zaccc123/react-django/issues"
},
"homepage": "https://github.com/Zaccc123/react-django#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-react": "^6.24.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-hot-loader": "^3.0.0-beta.6",
"webpack": "^2.4.1",
"webpack-bundle-tracker": "^0.2.0",
"webpack-dev-server": "^2.4.5"
}
}