-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 887 Bytes
/
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
{
"name": "r",
"version": "0.0.1",
"description": "r is a upload photo service",
"main": "index.js",
"scripts": {
"build": "webpack --progress --colors",
"watch": "webpack --watch --colors",
"start": "webpack && python app.py",
"prod": "webpack --optimize-minimize --define process.env.NODE_ENV=\"'production'\"",
"server": "python app.py"
},
"repository": {
"type": "git",
"url": "http://code.dapps.douban.com/r.git"
},
"author": "Dongweiming",
"license": "ISC",
"devDependencies": {
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"babelify": "^6.2.0",
"css-loader": "^0.16.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"node-sass": "^3.13.1",
"sass-loader": "^2.0.1",
"webpack": "^1.11.0"
},
"dependencies": {
"classnames": "^2.2.5",
"react": "^0.13.3"
}
}