forked from xlsdg/vue-echarts-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.91 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
{
"name": "vue-echarts-v3",
"version": "1.0.3",
"description": "Vue.js(v2.x+) component wrap for ECharts.js(v3.x+)",
"keywords": [
"echarts",
"library",
"vue",
"vue-echarts",
"vue-echarts-v3"
],
"homepage": "https://github.com/xlsdg/vue-echarts-v3",
"bugs": {
"url": "https://github.com/xlsdg/vue-echarts-v3/issues"
},
"license": "MIT",
"author": "xLsDg <[email protected]> (https://blog.xlsdg.org/)",
"files": [
"dist/js",
"src"
],
"main": "dist/js/full.js",
"repository": {
"type": "git",
"url": "https://github.com/xlsdg/vue-echarts-v3.git"
},
"scripts": {
"build": "webpack -p --config build/webpack.prod.conf.js",
"dev": "webpack-dev-server --inline --hot --config build/webpack.dev.conf.js"
},
"dependencies": {
"echarts": "latest",
"element-resize-detector": "latest",
"element-resize-event": "latest",
"lodash.debounce": "latest",
"vue": "latest"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-register": "^6.18.0",
"babel-runtime": "^6.20.0",
"css-loader": "^0.26.1",
"eslint": "^3.13.1",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"function-bind": "^1.1.0",
"html-webpack-plugin": "^2.26.0",
"vue-loader": "^10.0.2",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.1.8",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^2.4.0"
},
"engines": {
"node": ">= 6.0.0"
},
"private": false,
"title": "vue-echarts-v3"
}