forked from ElemeFE/v-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·97 lines (97 loc) · 2.84 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "v-charts",
"version": "1.16.10",
"description": "",
"main": "lib/index.js",
"scripts": {
"dev": "webpack-dev-server --config ./build/webpack.config.js",
"build": "rm -f -r lib && node build/rollup.config.js && cp -f lib/index.min.js lib/style.min.css docs/",
"prepublish": "npm run build",
"test": "karma start ./test/karma.conf.js",
"docs": "docsify serve docs",
"deploy": "gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elemefe/v-charts.git"
},
"keywords": [
"vue",
"echarts"
],
"author": "xiguaxigua",
"license": "MIT",
"bugs": {
"url": "https://github.com/elemefe/v-charts/issues"
},
"homepage": "https://github.com/elemefe/v-charts#readme",
"peerDependencies": {
"echarts": ">3.8.3"
},
"dependencies": {
"echarts-amap": "^1.0.0-rc.6"
},
"devDependencies": {
"autoprefixer": "^7.1.5",
"babel-core": "6.24.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.4.1",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-polyfill": "6.23.0",
"babel-preset-latest": "6.24.0",
"babel-preset-stage-2": "6.22.0",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.27.3",
"cssnano": "^3.10.0",
"docsify-cli": "^4.1.12",
"es6-promise": "^4.1.1",
"eslint": "3.17.1",
"eslint-config-standard": "7.0.1",
"eslint-friendly-formatter": "2.0.7",
"eslint-loader": "1.6.3",
"eslint-plugin-html": "3.2.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "2.1.1",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "2.30.1",
"jasmine-core": "2.6.2",
"karma": "1.7.0",
"karma-babel-preprocessor": "6.0.1",
"karma-chrome-launcher": "2.1.1",
"karma-commonjs": "1.0.0",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "2.0.3",
"less": "2.7.2",
"less-loader": "3.0.0",
"lodash-es": "^4.17.4",
"normalize.css": "5.0.0",
"opn": "4.0.2",
"optimize-css-assets-webpack-plugin": "1.3.0",
"phantomjs-prebuilt": "2.1.14",
"postcss-loader": "1.3.3",
"prismjs": "1.6.0",
"rollup": "0.41.6",
"rollup-plugin-alias": "1.2.1",
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-commonjs": "8.0.2",
"rollup-plugin-eslint": "3.0.0",
"rollup-plugin-node-resolve": "2.0.0",
"rollup-plugin-uglify": "2.0.1",
"rollup-plugin-vue": "2.5.2",
"style-loader": "0.14.1",
"url-loader": "0.5.8",
"vue": "2.4.2",
"vue-loader": "11.1.4",
"vue-router": "2.3.0",
"vue-style-loader": "2.0.4",
"vue-template-compiler": "2.4.2",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.2",
"webpack-merge": "4.1.0"
}
}