-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.28 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "reactbmi",
"version": "0.0.0",
"description": "",
"repository": "",
"private": true,
"src": "src",
"test": "test",
"dist": "dist",
"mainInput": "main",
"mainOutput": "main",
"dependencies": {
"bootstrap": "^3.3.5",
"chart.js": "^1.0.2",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"normalize.css": "~3.0.3",
"react": "0.13.x",
"react-bootstrap": "^0.25.2",
"react-router": "0.13.x",
"reflux": "^0.2.7"
},
"devDependencies": {
"babel": "^5.0.0",
"babel-loader": "^5.0.0",
"grunt": "~0.4.5",
"eslint": "^0.21.2",
"eslint-loader": "^0.11.2",
"eslint-plugin-react": "^2.4.0",
"load-grunt-tasks": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-webpack": "~1.0.8",
"jasmine-core": "^2.3.4",
"karma": "~0.13.10",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "~0.1.3",
"karma-script-launcher": "~0.1.0",
"karma-webpack": "^1.5.0",
"style-loader": "~0.8.0",
"url-loader": "~0.5.5",
"css-loader": "~0.9.0",
"grunt-karma": "~0.8.3",
"grunt-open": "~0.2.3",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.6.0",
"sass-loader": "^1.0.1",
"react-hot-loader": "^1.0.7",
"webpack": "~1.10.0",
"webpack-dev-server": "~1.10.0"
}
}