-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
73 lines (73 loc) · 1.94 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
71
72
73
{
"name": "wechart",
"version": "0.1.0",
"description": "Build Chart with cax.",
"main": "dist/wechart.js",
"scripts": {
"lint": "eslint packages",
"fix": "eslint packages --fix",
"fixweapp": "eslint ../cax-weapp --fix",
"lint:example": "eslint example --fix",
"build": "webpack -w &&",
"test": "karma start test/karma.conf.js"
},
"dependencies": {
"cax": "latest"
},
"devDependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.24.5",
"chai": "^4.1.2",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-sauce-launcher": "^1.1.0",
"karma-sinon": "^1.0.5",
"karma-source-map-support": "^1.2.0",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^2.0.4",
"mocha": "^5.0.4",
"node-libs-browser": "^0.5.3",
"sinon": "^4.5.0",
"sinon-chai": "^3.0.0",
"webpack": "^3.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/omix.git"
},
"keywords": [
"cax",
"chart",
"wechart",
"wechat",
"canvas"
],
"devEngines": {
"node": "6.x || 7.x || 8.x",
"npm": "3.x || 4.x || 5.x"
},
"author": "dntzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlloyTeam/omix/issues/new"
},
"homepage": "http://alloyteam.github.io/omix"
}