we-do-chart
Version:
Nice looking and easy customize vue component for plot line-chart.Slider & resizing present.Truly responsive. Slide,resize,zoom,shapes are present
69 lines (68 loc) • 1.6 kB
JSON
{
"name": "we-do-chart",
"version": "1.0.24",
"description": "Nice looking and easy customize vue component for plot line-chart.Slider & resizing present.Truly responsive. Slide,resize,zoom,shapes are present ",
"main": "we-do-chart.umd.js",
"module": "we-do-chart.es.js",
"directories": {
"bin": "bin",
"dist": "dist"
},
"exports": {
".": {
"import": "we-do-chart.es.js",
"require": "we-do-chart.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build ",
"post": "cp ./package.json ./dist && cp ./LICENSE ./dist && cp ./src/assets/theme.styl ./dist/theme.styl && cp ./README.md ./dist/README.md",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dhruuva/we-do-chart.git"
},
"keywords": [
"vue",
"vue3",
"web-component",
"chart",
"line-chart",
"crosshair",
"chart-slider",
"charting",
"time-series"
],
"author": "Aleksey Bazhenov <alekseybazhenov@gmail.com>",
"license": "MIT",
"prepare": "npm run build",
"bugs": {
"url": "https://github.com/Dhruuva/we-do-chart/issues"
},
"homepage": {
"url": "https://dhruuva.github.io/we-do-chart"
},
"peerDependencies": {
"vue": "3.x"
},
"engines": {
"node": ">= 18.0.0",
"npm": ">= 9.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"dependencies": {
"vue": "3.x"
},
"devDependencies": {
"@vitejs/plugin-vue": "latest",
"stylus": "latest",
"vite": "latest",
"vite-plugin-pug": "latest"
}
}