forked from YahooArchive/flux-examples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "fluxible-examples",
"private": true,
"version": "0.0.0",
"description": "Example applications using Fluxible",
"author": "Michael Ridgway <[email protected]>",
"dependencies": {
"babel": "^5.0",
"body-parser": "^1.6.4",
"classnames": "^2.1.3",
"cookie-parser": "^1.3.3",
"csurf": "^1.6.3",
"debug": "^2.0.0",
"express": "^4.12.3",
"express-state": "^1.2.0",
"fluxible": "^0.5.0",
"fluxible-addons-react": "^0.1.6",
"fluxible-plugin-fetchr": "^0.3.3",
"fluxible-router": "^0.2.0",
"react": "0.13.x",
"react-router": "^0.13.0",
"serialize-javascript": "^1.0.0",
"serve-favicon": "^2.1.6"
},
"devDependencies": {
"babel-loader": "^5.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-nodemon": "^0.4.0",
"grunt-webpack": "^1.0.8",
"nodemon": "^1.2.1",
"webpack": "^1.4.12",
"webpack-dev-server": "^1.6.5"
}
}