UNPKG

@mt-kit/vue-config

Version:
63 lines 1.7 kB
{ "name": "@mt-kit/vue-config", "version": "1.0.0", "description": "Config", "keywords": [ "vue-config", "config" ], "bugs": { "url": "https://github.com/Not-have/micro-tools/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Not-have/micro-tools/tree/main/packages-vue/vue-config" }, "license": "ISC", "author": "LiYong", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.umd.js" } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@mt-kit/components": "^1.0.3" }, "devDependencies": { "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-interactions": "^8.6.12", "@storybook/addon-onboarding": "^8.6.12", "@storybook/blocks": "^8.6.12", "@storybook/test": "^8.6.12", "@storybook/vue3": "^8.6.12", "@storybook/vue3-vite": "^8.6.12", "@vitejs/plugin-vue": "^5.2.3", "@vitejs/plugin-vue-jsx": "^4.1.2", "storybook": "^8.6.12", "typescript": "^5.8.3", "vite": "^6.2.6", "vite-plugin-dts": "^4.5.3", "vue": "^3.5.13", "vue-router": "^4.5.0", "vue-tsc": "^2.2.8", "@mt-kit/vite-plugins": "^1.0.0", "@mt-kit/ts-config": "^1.0.0" }, "scripts": { "storybook": "storybook dev", "build-storybook": "storybook build", "clear:build": "rm -fr dist", "clear": "rm -fr node_modules && pnpm run clear:build", "build": "pnpm run clear:build && vite build", "dev": "vite build --watch" } }