-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.41 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
{
"name": "fmv-charts",
"version": "1.0.0",
"description": "Charts Vue Components using Chart.js",
"scripts": {
"build": "rollup -c --environment BUILD:production",
"watch": "rollup -c --watch"
},
"main": "dist/fmv-charts.umd.js",
"module": "dist/fmv-charts.esm.js",
"author": "FrontendMatter <[email protected]> (http://www.frontendmatter.com)",
"license": "UNLICENSED",
"dependencies": {
"chart.js": "^2.9.3",
"core-js": "^3.6.5",
"object-assign-deep": "^0.4.0",
"vue-chartjs": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"node-sass": "^4.11.0",
"rollup": "^1.21.2",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-css-only": "^1.0.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-vue": "^5.0.1",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"peerDependencies": {
"vue": "^2.6.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrontendMatter/fmv-charts.git"
},
"bugs": {
"url": "https://github.com/FrontendMatter/fmv-charts/issues"
},
"homepage": "https://github.com/FrontendMatter/fmv-charts#readme"
}