-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.76 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.76 KB
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
{
"name": "cerebral-boilerplate",
"version": "0.1.0",
"description": "A boilerplate for Cerebral",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/cerebral/cerebral-boilerplate.git"
},
"keywords": [
"express",
"webpack",
"node",
"cerebral"
],
"author": "Christian Alfoni",
"license": "MIT",
"bugs": {
"url": "https://github.com/cerebral/cerebral-boilerplate/issues"
},
"homepage": "https://github.com/cerebral/cerebral-boilerplate",
"scripts": {
"test": "",
"start": "babel-node server",
"build": "rimraf dist && NODE_ENV=production webpack --config ./webpack.production.config.js --progress --profile --colors",
"eslint": "eslint .",
"jscs": "jscs ."
},
"dependencies": {
"baobab": "^2.1.1",
"body-parser": "^1.14.1",
"cerebral": "cerebral/cerebral#v0.28.0",
"cerebral-addons": "^0.1.3",
"cerebral-baobab": "^0.4.4",
"cerebral-falcor-module": "^0.1.1",
"cerebral-react": "^0.8.1",
"falcor-express": "^0.1.2",
"falcor-router": "^0.2.12",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel": "^5.8.23",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.0.5",
"css-loader": "^0.19.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.8.2",
"html-webpack-plugin": "^1.6.1",
"json-loader": "^0.5.3",
"postcss-loader": "^0.6.0",
"react-addons-test-utils": "^0.14.3",
"react-transform-hmr": "^1.0.0",
"rimraf": "^2.4.3",
"stats-webpack-plugin": "^0.2.1",
"style-loader": "^0.12.4",
"underscore": "^1.8.3",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0"
}
}