-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 960 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 960 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
29
30
31
32
33
34
35
36
37
38
{
"name": "reactjsprogram",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"production": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aandy28/reactjsprogram.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aandy28/reactjsprogram/issues"
},
"homepage": "https://github.com/aandy28/reactjsprogram#readme",
"dependencies": {
"axios": "^0.13.1",
"raven-js": "^3.4.0",
"react": "^15.3.0",
"react-addons-css-transition-group": "^15.3.0",
"react-dom": "^15.3.0",
"react-router": "^2.6.1"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.23.1",
"html-webpack-plugin": "^2.22.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}