UNPKG

@aherrahul/design-system

Version:

A design system built by rahul aher, using storybook and Vue components

101 lines (100 loc) 2.79 kB
{ "name": "@aherrahul/design-system", "version": "1.3.0", "description": "A design system built by rahul aher, using storybook and Vue components", "repository": { "type": "git", "url": "git+https://github.com/aherrahul/design-system.git" }, "main": "./dist/@aherrahul/design-system.umd.js", "module": "./dist/@aherrahul/design-system.es.js", "files": [ "dist/*" ], "exports": { ".": { "import": "./dist/@aherrahul/design-system.es.js", "require": "./dist/@aherrahul/design-system.umd.js" }, "./dist/style.css": "./dist/style.css" }, "unpkg": "dist/@aherrahul/design-system.umd.js", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build && node buildtokens.js", "preview": "vite preview", "storybook": "start-storybook --docs --no-manager-cache", "build-storybook": "build-storybook -s public --docs", "test": "vitest" }, "keywords": [ "vueJS", "vue3", "vue2", "design", "design-system", "library", "scss", "css", "component", "component-library", "storybook", "UI-components", "vite" ], "dependencies": { "@aherrahul/rds-icons": "^0.0.3", "@popperjs/core": "^2.11.6", "chart.js": "^4.3.0", "chartjs-adapter-luxon": "^1.3.1", "chromatic": "^6.14.0", "click-outside-vue3": "^4.0.1", "create-file": "^1.0.1", "lodash.clonedeep": "^4.5.0", "lodash.isempty": "^4.4.0", "lodash.isequal": "^4.5.0", "luxon": "^3.4.4", "tippy.js": "^6.3.7", "v-calendar": "^3.0.0-alpha.8", "v-money3": "^3.22.3", "vue": "^3.5.0", "vue-3-slider-component": "^1.0.1", "vue-chartjs": "^5.2.0", "vue-input-facade": "^3.0.0-beta.1", "vue-multiselect": "^3.0.0-alpha.2" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/preset-env": "^7.25.4", "@rollup/plugin-typescript": "^8.4.0", "@storybook/addon-essentials": "^6.5.10", "@storybook/builder-vite": "^0.2.2", "@storybook/preset-scss": "^1.0.3", "@storybook/testing-library": "^0.0.13", "@storybook/vue3": "^6.5.10", "@types/vue": "^2.0.0", "@vitejs/plugin-vue": "^3.0.3", "@vue/test-utils": "^2.0.2", "babel-loader": "^8.4.1", "concat": "^1.0.3", "eslint": "^8.31.0", "eslint-plugin-vue": "^9.9.0", "jsdom": "^20.0.0", "sass": "^1.55.0", "typescript": "^4.6.4", "vite": "^3.0.0", "vitest": "^0.22.0", "vue-loader": "^16.8.3", "vue-tsc": "^0.38.4" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/aherrahul/design-system/issues" }, "readme": "ERROR: No README data found!", "homepage": "https://rds-design-system.netlify.app/", "_id": "@aherrahul/design-system@1.0.2-alpha.1" }