UNPKG

bellwethercoffee-vue-d3-sunburst

Version:

This is a modified version of the original 'vue-d3-sunburst' to allow for custom ordering.

58 lines (57 loc) 1.63 kB
{ "name": "bellwethercoffee-vue-d3-sunburst", "description": "This is a modified version of the original 'vue-d3-sunburst' to allow for custom ordering.", "version": "2.0.0-beta7", "private": false, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'", "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'", "test:unit": "cypress run --component", "test:unit:dev": "cypress open --component" }, "dependencies": { "d3-hierarchy": "^1.1.6", "d3-interpolate": "^1.2.0", "d3-scale": "^2.1.0", "d3-scale-chromatic": "^1.3.0", "d3-selection": "^1.3.0", "d3-shape": "^1.2.0", "d3-transition": "^1.1.1", "intersection-observer": "^0.5.0", "lodash.debounce": "^4.0.8", "resize-sensor": "^0.0.6", "vue": "^3.3.4", "vue-resize-directive": "^1.2.0" }, "devDependencies": { "@vitejs/plugin-vue": "^4.3.1", "bootstrap": "^4.1.3", "cypress": "^12.17.4", "font-awesome": "^4.7.0", "jquery": "^3.6.0", "jquery-ui": "^1.12.1", "less": "^3.0.4", "start-server-and-test": "^2.0.0", "vite": "^4.4.9", "vite-plugin-vue-devtools": "^1.0.0-rc.4" }, "main": "src/index.js", "files": [ "dist/*.css", "dist/*.map", "dist/*.js", "src/*", "!src/App.vue", "!src/main.js" ], "keywords": [ "vue", "component", "D3", "Sunburst" ], "license": "MIT" }