-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.14 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": "TODO_CHANGE_NAME",
"version": "0.0.1",
"description": "TODO_CHANGE_DESCRIPTION",
"main": "client/main.jsx",
"repository": {
"type": "git",
"url": "https://github.com/izhan/TODO_ADD_URL"
},
"scripts": {
"devserve": "webpack-dev-server -d --config webpack.dev.config.js --content-base public/ --progress --colors",
"devbuild": "webpack -d --config webpack.dev.config.js --profile --progress --colors",
"probuild": "webpack -p --config webpack.pro.config.js --profile --progress --colors",
"postinstall": "npm run probuild && npm run rejoice",
"rejoice": "echo server build completed."
},
"author": "TODO_CHANGE_AUTHOR",
"license": "TODO_CHANGE_LICENSE",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"css-loader": "^0.9.1",
"jsuri": "^1.3.0",
"jsx-loader": "^0.12.2",
"coffee-loader": "^0.7.2",
"sass-loader": "^2.0.1",
"style-loader": "^0.8.3",
"file-loader": "^0.8.4",
"react": "^0.12.2",
"react-router": "^0.12.4",
"reflux": "^0.2.12",
"promise": "^7.0.4",
"webpack": "^1.6.0",
"webpack-dev-server": "^1.8.0",
"express": "^4.13.1"
}
}