-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "webpack-express-boilerplate",
"version": "0.1.0",
"description": "A boilerplate for running a Webpack workflow in Node express",
"main": "server.js",
"scripts": {
"start": "node server",
"postinstall": "node heroku",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/christianalfoni/webpack-express-boilerplate.git"
},
"keywords": [
"express",
"webpack",
"node"
],
"author": "Christian Alfoni",
"license": "MIT",
"bugs": {
"url": "https://github.com/christianalfoni/webpack-express-boilerplate/issues"
},
"homepage": "https://github.com/christianalfoni/webpack-express-boilerplate",
"dependencies": {
"babel-core": "^5.4.7",
"babel-loader": "^5.1.3",
"cerebral": "^0.16.0",
"cerebral-immutable-store": "^0.1.0",
"cerebral-react": "^0.1.0",
"css-loader": "^0.10.1",
"express": "^4.12.3",
"falcor-express": "^0.1.2",
"falcor-router": "^0.2.8",
"http-proxy": "^1.10.1",
"immutable-store": "^0.5.2",
"react": "^0.13.3",
"style-loader": "^0.10.2",
"webpack": "^1.8.5",
"webpack-dev-server": "^1.8.0"
}
}