vue-data-ui-hq
Version:
A user-empowering data visualization Vue 3 components library for eloquent data storytelling
122 lines (121 loc) • 3.08 kB
JSON
{
"name": "vue-data-ui-hq",
"private": false,
"version": "2.4.62",
"type": "module",
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
"keywords": [
"3d bar",
"Vue",
"accelerometer",
"age pyramid",
"annotator",
"candlestick",
"chart",
"cluster",
"dashboard",
"data storytelling",
"data visualization",
"donut evolution",
"donut",
"dumbbell",
"funnel",
"galaxy",
"gauge",
"graph",
"heatmap",
"kpi",
"line",
"molecule",
"mood radar",
"quadrant",
"quick chart",
"radar",
"rating",
"relationship circle",
"rings",
"scatter",
"screenshot",
"skeleton",
"smiley",
"sparkbar",
"sparkline",
"stackbar",
"table heatmap",
"table",
"thermometer",
"tiremarks",
"tree",
"treemap",
"waffle",
"wheel",
"wordcloud"
],
"author": "Alec Lloyd Probert",
"repository": {
"type": "git",
"url": "git+https://github.com/graphieros/vue-data-ui.git"
},
"homepage": "https://vue-data-ui.graphieros.com/",
"license": "MIT",
"files": [
"dist"
],
"exports": {
".": {
"import": {
"types": "./dist/types/vue-data-ui.d.ts",
"default": "./dist/vue-data-ui.js"
},
"default": {
"types": "./dist/types/vue-data-ui.d.cts",
"default": "./dist/vue-data-ui.cjs"
}
},
"./style.css": "./dist/style.css"
},
"main": "dist/vue-data-ui.cjs",
"module": "dist/vue-data-ui.js",
"types": "dist/types/vue-data-ui.d.ts",
"scripts": {
"dev": "node add-dev-dep.cjs && npm i && vite",
"clean": "node cleanup.cjs",
"build": "npm run clean && vite build --mode production && node copy-types.cjs && npm i",
"prod": "node del-dev-dep.cjs && npm run test && npx cypress run --component && npm run clean && vite build --mode production && node copy-types.cjs && node copy-docs.cjs",
"prod:publish": "npm run prod && node publish-build.cjs",
"build:dev": "npm run build && npm run dev",
"test": "vitest --run",
"test:w": "vitest --watch",
"test:e2e": "npx cypress open",
"simple-build": "npm run clean && vite build --mode production && node copy-types.cjs",
"preprod": "node del-dev-dep.cjs && npm run clean && vite build --mode production && node copy-types.cjs && node copy-docs.cjs"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"code-inspector-plugin": "^0.18.3",
"cypress": "^13.16.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"remove-attr": "^0.0.13",
"sass": "^1.57.1",
"simple-git": "^3.24.0",
"vite": "^5.4.7",
"vitest": "^2.1.1",
"vue": "^3.3.4"
},
"dependencies": {
"vue-demi": "^0.14.10"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}