-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "yoinreactflux",
"version": "0.0.0",
"src": "src",
"test": "test",
"dist": "dist",
"mainInput": "YoInReactFluxApp",
"mainOutput": "main",
"dependencies": {
"react": "~0.11.0",
"reactfire": "^0.1.6",
"firebase": "^1.0.21",
"flux": "^2.0.0",
"lodash": "^2.4.1",
"react-async": "^1.0.1",
"react-router-component": "^0.20.1"
},
"devDependencies": {
"grunt": "~0.4.4",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-connect": "~0.7.1",
"webpack": "~1.1.2",
"jsx-loader": "~0.9.0",
"grunt-webpack": "~1.0.0",
"style-loader": "~0.6.3",
"url-loader": "~0.5.4",
"css-loader": "~0.6.6",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.9",
"grunt-karma": "~0.6.2",
"karma-webpack-plugin": "~1.0.0",
"webpack-dev-server": "~1.2.4",
"grunt-open": "~0.2.3",
"jshint-loader": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0"
}
}