-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
{
"name": "fluxible-template",
"version": "0.0.0",
"private": true,
"main": "start.js",
"scripts": {
"build": "webpack & webpack --config webpack.config.production.js",
"dev": "node webpack-dev-server.js & PORT=3001 nodemon start.js -e js,jsx",
"lint": "eslint ./*.js ./**/*.js",
"start": "node start.js"
},
"dependencies": {
"babel": "^5.4.7",
"body-parser": "^1.6.4",
"compression": "^1.5.1",
"cookie-parser": "^1.3.3",
"csurf": "^1.6.3",
"debug": "^2.0.0",
"express": "^4.3.2",
"express-state": "^1.2.0",
"fluxible": "^0.5.0",
"fluxible-addons-react": "^0.1.6",
"fluxible-app": "^0.1.5",
"fluxible-plugin-fetchr": "^0.3.6",
"fluxible-router": "^0.2.0",
"react": "^0.13.0",
"serialize-javascript": "^1.0.0",
"serve-favicon": "^2.1.6"
},
"devDependencies": {
"babel-eslint": "^3.0.1",
"babel-loader": "^5.1.3",
"bundle-loader": "^0.5.0",
"eslint": "^0.24.0",
"json-loader": "^0.5.1",
"nodemon": "^1.2.1",
"react-hot-loader": "^1.2.8",
"webpack": "^1.4.12",
"webpack-dev-server": "^1.6.5"
}
}