-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.24 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
{
"name": "react-zrender",
"version": "0.0.1",
"description": "edp project",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "fecs src --rule",
"start": "gulp",
"build": "NODE_ENV=build gulp commonjs"
},
"dependencies": {
"react": "^0.14.7",
"zrender": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-external-helpers": "^6.5.0",
"babel-plugin-transform-react-display-name": "^6.5.0",
"babel-plugin-transform-react-jsx": "^6.5.2",
"babel-plugin-transform-strict-mode": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-connect": "^2.3.1",
"gulp-stylus": "^2.3.0",
"gulp-webpack": "^1.5.0",
"nib": "^1.1.0",
"react-dom": "^0.14.7",
"stylus": "^0.53.0",
"through2": "^2.0.1",
"webpack": "^1.12.13"
},
"author": "cxtom <cxtom2010@gmail.com>",
"repository": {
"type": "git",
"url": "empty"
},
"license": "MIT",
"directories": {
"doc": "doc",
"test": "test"
},
"keywords": [
"react",
"zrender",
"canvas",
"svg"
]
}