forked from douban/code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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
{
"name": "code",
"version": "0.0.1",
"description": "Dependencies for code grunt build",
"scripts": {
"build": "webpack --progress --colors",
"watch": "webpack --watch --colors",
"start": "webpack && gunicorn -w 2 -b 0.0.0.0:8200 app:app",
"server": "gunicorn -w 2 -b 0.0.0.0:8200 app:app"
},
"dependencies": {
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-compass": "~0.1.2",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-ozjs": "~0.3.0",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"classnames": "~2.2.0",
"react-router-component": "~0.28.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6",
"grunt-contrib-compass": "~0.1.3",
"webpack": "~1.12.2",
"css-loader": "~0.21.0",
"extract-text-webpack-plugin": "~0.8.2",
"file-loader": "~0.8.4",
"sass-loader": "~3.1.1",
"node-sass": "~3.4.1",
"underscore": "~1.8.3",
"jquery": "~2.1.4",
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"babelify": "^6.2.0"
},
"repository": {
"type": "git",
"url": "http://code.dapps.douban.com/code.git"
},
"author": "huanghuang@douban.com",
"license": "BSD"
}