forked from orange727/cat-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "cat-server",
"version": "0.2.4",
"description": "cat-component server",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"bin": {
"cat-server": "./index.js",
"pre-publish": "./server/pre-publish.js"
},
"author": {
"name": "liujing11"
},
"license": "ISC",
"peerDependencies": {
"myui-core": "lastest",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"css-loader": "^0.21.0",
"style-loader": "^0.13.0"
},
"dependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-less": "^3.0.3",
"gulp-webpack": "^1.5.0",
"highlight": "^0.2.4",
"koa": "^1.0.0",
"koa-router": "^5.1.2",
"koa-static": "^1.4.9",
"marked": "^0.3.5",
"run-sequence": "^1.1.4",
"vinyl-named": "^1.1.0",
"webpack": "^1.12.2",
"webpack-livereload-plugin": "^0.4.0",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"css-loader": "^0.21.0",
"style-loader": "^0.13.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"lodash": "^3.10.1"
}
}