-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
30 lines (30 loc) · 822 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
{
"name": "react-router-huge-apps-example",
"version": "1.0.0",
"description": "Implicit code-splitting and chunk-loading with React Router and Webpack",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Evan Henley",
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bundle-loader": "^0.5.4",
"express": "^4.13.4",
"express-urlrewrite": "^1.2.0",
"react": "^0.14.7",
"react-router": "^2.0.1",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1"
},
"dependencies": {
"react-dom": "^0.14.7"
}
}