forked from apexcharts/vue-apexcharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "vue-apexcharts",
"version": "1.6.2",
"description": "Vue.js wrapper for ApexCharts",
"main": "dist/vue-apexcharts.js",
"scripts": {
"bundle": "rollup -c",
"build": "npm run bundle"
},
"repository": {
"type": "git",
"url": "https://github.com/apexcharts/vue-apexcharts.git"
},
"keywords": [
"Vue.js",
"apexcharts",
"vue",
"charts",
"visualizations"
],
"author": {
"name": "Juned Chhipa",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/apexcharts/vue-apexcharts/issues"
},
"license": "MIT",
"peerDependencies": {
"apexcharts": "^3.26.0",
"vue": "^2.5.17"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.4.2",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-eslint": "^5.1.0",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-node-resolve": "^3.4.0",
"uglify-js": "^3.4.9",
"vue": "^2.5.17"
}
}