-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.6 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "rapkoa",
"version": "0.0.1",
"description": "rap",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "supervisor app.js"
},
"entry": {
"index": "./src/js/index.js",
"team": "./src/js/team.js"
},
"keywords": [
"rap",
"node",
"koa",
"react"
],
"author": "hawk",
"license": "MIT",
"devDependencies": {
"antd": "0.10.2",
"antd-bin": "0.x",
"babel": "^5.8.23",
"babel-core": "^5.8.22",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-react": "^3.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"jsxhint": "^0.15.1",
"less-loader": "^2.2.2",
"less-plugin-autoprefix": "^1.4.2",
"less-plugin-clean-css": "^1.5.1",
"moment": "^2.10.6",
"object-assign": "^4.0.1",
"react": "^0.13.3",
"react-dom": "^0.14.3",
"socket.io": "^1.3.6",
"source-map-loader": "^0.1.5",
"stream-combiner2": "^1.0.2"
},
"dependencies": {
"JSONStream": "^1.0.4",
"co-views": "^2.0.0",
"gulp-webpack": "^1.5.0",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"json-parse-safe": "^1.0.3",
"koa": "^1.0.0",
"koa-body-parser": "^1.1.2",
"koa-jade": "^1.1.0",
"koa-logger": "^1.3.0",
"koa-router": "^5.1.2",
"koa-session": "^3.3.1",
"koa-static": "^1.4.9",
"mysql": "^2.9.0",
"object-assign": "^4.0.1",
"qs": "^5.0.0",
"sequelize": "^3.6.0"
}
}