forked from ryanflorence/react-router-mega-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 926 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
33
34
35
{
"name": "react-courses",
"version": "0.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "script/run"
},
"license": "MIT",
"dependencies": {
"axios": "0.4.0",
"mach": "git://github.com/mjackson/mach#1.0",
"node-jsx": "0.11.0",
"pushstate-server": "^0.2.0",
"react": "0.11.0",
"react-router": "git://github.com/rackt/react-router#async-props",
"uglify-js": "2.4.15",
"when": "3.5.0",
"bundle-loader": "^0.5.1",
"expose-loader": "0.5.3",
"jsx-loader": "^0.10.2",
"react-tools": "0.11.2",
"webpack": "^1.3.0-beta5"
},
"devDependencies": {
"assert": "^1.1.1",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.4",
"karma-webpack": "^1.2.1",
"mocha": "^1.20.1",
"webpack-dev-server": "^1.4.6"
}
}