UNPKG

kodama-ui

Version:

Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.

111 lines (110 loc) 3.81 kB
{ "name": "kodama-ui", "version": "0.46.12", "description": "Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.", "homepage": "https://50l3r.github.io/kodama-ui", "keywords": [ "Vue", "Vue3", "Components", "Web" ], "license": "MIT", "author": { "name": "Calltek", "email": "sistemas@calltek.es", "url": "https://calltek.es" }, "repository": { "type": "git", "url": "git+https://github.com/50l3r/kodama-ui.git" }, "files": [ "dist", "plugin.js" ], "main": "./dist/kodama.umd.js", "module": "./dist/kodama.es.js", "types": "./dist/index.d.ts", "style": "dist/style.css", "exports": { ".": { "import": "./dist/kodama.es.js", "require": "./dist/kodama.umd.js" }, "./style": "./dist/style.css", "./plugin.js": "./plugin.js" }, "scripts": { "build": "vue-tsc --noEmit && vite build", "storybook": "SET NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006", "build:storybook": "SET NODE_OPTIONS=--openssl-legacy-provider && storybook build", "build:publish": "npm run build && npm publish" }, "dependencies": { "@tiptap/extension-link": "^2.0.3", "@tiptap/extension-placeholder": "^2.0.3", "@tiptap/extension-text-align": "^2.0.3", "@tiptap/starter-kit": "^2.0.3", "@tiptap/vue-3": "^2.0.3", "@vuelidate/core": "^2.0.0", "@vuelidate/validators": "^2.0.0", "@vuepic/vue-datepicker": "^3.4.7", "animate.css": "^4.1.1", "dayjs": "^1.11.7", "lodash.debounce": "^4.0.8", "medium-zoom": "^1.0.6", "mitt": "^3.0.0", "object-path": "^0.11.8", "pinia": "^2.0.35", "pinia-plugin-persistedstate": "^3.2.0", "sanitize-html": "^2.10.0", "vue": "^3.3.4", "vue-multiselect": "^3.0.0-beta.2", "vue-router": "^4.2.5", "vue-tippy": "^6.6.0", "vue3-swatches": "^1.2.3", "vue3-toastify": "^0.1.2" }, "devDependencies": { "@storybook/addon-essentials": "^7.4.6", "@storybook/addon-interactions": "^7.4.6", "@storybook/addon-links": "^7.4.6", "@storybook/blocks": "^7.4.6", "@storybook/testing-library": "^0.2.2", "@storybook/vue3": "^7.4.6", "@storybook/vue3-vite": "^7.4.6", "@types/lodash.debounce": "^4.0.7", "@types/object-path": "^0.11.1", "@types/react": "file:stub/types__react", "@typescript-eslint/eslint-plugin": "^5.12.1", "@typescript-eslint/parser": "^5.12.1", "@vitejs/plugin-vue": "^4.4.0", "@vue/compiler-sfc": "^3.3.4", "@vue/eslint-config-typescript": "^10.0.0", "autoprefixer": "^10.4.13", "eslint": "^8.9.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-storybook": "^0.6.14", "eslint-plugin-vue": "^8.5.0", "postcss": "^8.4.20", "prettier": "^3.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.55.0", "sass-loader": "^10.1.1", "storybook": "^7.4.6", "storybook-dark-mode": "^3.0.1", "tailwindcss": "^3.2.4", "typescript": "^4.6.4", "vite": "^4.4.10", "vite-plugin-dts": "^3.6.0", "vite-plugin-pwa": "^0.16.5", "vite-plugin-static-copy": "^0.17.0", "vue-loader": "^17.2.2", "vue-tsc": "^1.8.15" }, "peerDependencies": { "flowbite": "^1.6.5" } }