-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 944 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
35
36
37
38
39
40
{
"name": "learning-react",
"description": "learning-react",
"version": "0.0.1",
"author": {
"name": "常胤",
"email": "[email protected]"
},
"dependencies": {
"css-loader": "~0.10.1",
"style-loader": "~0.10.2"
},
"repository": {
"type": "git",
"url": "[email protected]:crm/ocs-sdk.git"
},
"bin": {},
"scripts": {
"start": "node --harmony server",
"lint": "gulp lint",
"build": "rm -rf build && webpack -p"
},
"devDependencies": {
"gulp": "~3.8.11",
"gulp-webpack":"*",
"webpack": "~1.7.3",
"koa": "^0.18.1",
"koa-router": "^4.2.0",
"koa-serve-index": "^1.0.1",
"koa-static": "^1.4.9",
"koa-webpack-dev-middleware": "^1.0.0",
"object.assign": "^1.0.3",
"jsx-loader": "^0.12.2",
"babel-loader": "~4.3.0",
"style-loader":"*",
"react": "^0.13.0",
"iscroll": "~5.1.3",
"extract-text-webpack-plugin":"~0.6.0"
}
}