-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
35 lines (35 loc) · 844 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.2",
"bundle-loader": "0.5.2",
"cookies": "0.5.0",
"expose-loader": "0.5.3",
"jsx-loader": "0.12.2",
"node-jsx": "0.12.4",
"react": "0.12.1",
"react-router": "0.11.5",
"react-tools": "0.11.2",
"uglify-js": "2.4.15",
"uuid": "2.0.1",
"webpack": "^1.3.0-beta5",
"when": "3.5.0"
},
"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"
}
}