-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.24 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "flux-fluxible-rr",
"version": "",
"description": "",
"repository": {
"type": "git",
"url": "git@github.com:captainill/.git"
},
"scripts": {
"dev": "NODE_ENV=development supervisor --harmony --ignore build/ -e js src/server/index & NODE_ENV=development node hotLoadServer.js",
"start": "NODE_ENV=production node src/server/index",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --config webpack.config.production.js --progress --colors -p",
"test": "./node_modules/.bin/eslint app",
"postinstall": "node_modules/webpack/bin/webpack.js --config webpack.config.production.js -p",
"seed-dropdb": "make test"
},
"author": "",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"babel": "^5.5.6",
"babel-core": "^5.5.6",
"babel-loader": "^5.1.4",
"babel-runtime": "^5.5.6",
"bcryptjs": "^2.1.0",
"body-parser": "^1.6.4",
"classnames": "^2.1.2",
"cookie-parser": "^1.3.3",
"css-loader": "^0.9.1",
"csurf": "^1.6.3",
"debug": "^2.1.3",
"expose-loader": "^0.6.0",
"express": "^4.12.3",
"express-state": "^1.2.0",
"extract-text-webpack-plugin": "^0.3.8",
"file-loader": "^0.8.4",
"flux-router-component": "^0.6.0",
"fluxible": "^0.4.10",
"fluxible-plugin-fetchr": "^0.2.3",
"fluxible-plugin-routr": "^0.3.0",
"hoist-non-react-statics": "^1.0.2",
"immutable": "3.6.2",
"imports-loader": "^0.6.4",
"json-loader": "^0.5.2",
"lodash": "^3.7.0",
"markdown-loader": "^0.1.2",
"node-loader": "^0.5.0",
"node-sass": "^3.2.0",
"npm": "^2.7.6",
"r-dom": "^1.3.0",
"raw-loader": "^0.5.1",
"react": "0.13.x",
"react-document-title": "^1.0.2",
"react-router": "git://github.com/bobpace/react-router#transitionContext",
"react-side-effect": "^0.3.0",
"sass-loader": "^1.0.2",
"serialize-javascript": "^1.0.0",
"serve-favicon": "^2.2.0",
"style-loader": "^0.8.3",
"superagent": "^1.2.0",
"timeout-transition-group": "^1.0.3",
"url-loader": "^0.5.6",
"webpack": "^1.8.8"
},
"devDependencies": {
"babel-eslint": "^2.0.2",
"eslint": "^0.17.1",
"react-hot-loader": "^1.2.7",
"supervisor": "^0.6.0",
"webpack-dev-server": "^1.8.0"
}
}