@lui-ui/lui-vue
Version:
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
131 lines • 3.71 kB
JSON
{
"name": "@lui-ui/lui-vue",
"type": "module",
"version": "1.0.12",
"description": "This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.",
"author": "lui-ui",
"license": "MIT",
"homepage": "https://github.com/LUI-UI/lui-vue",
"repository": {
"type": "git",
"url": "git+https://github.com/LUI-UI/lui-vue.git"
},
"bugs": {
"url": "https://github.com/LUI-UI/lui-vue/issues"
},
"keywords": [
"ui",
"tailwind",
"lui",
"vue",
"components"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./globals/*": {
"types": "./dist/globals/*.d.ts",
"import": "./dist/globals/*.mjs"
},
"./utils/*": {
"types": "./dist/utils/*.d.ts",
"import": "./dist/utils/*.mjs"
}
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./*"
],
"globals/*": [
"./dist/globals/*"
],
"utils/*": [
"./dist/utils/*"
]
}
},
"files": [
"dist"
],
"engines": {
"node": ">=16"
},
"peerDependencies": {
"tailwindcss": "*",
"vue": "^3.2.26"
},
"dependencies": {
"@floating-ui/vue": "^1.0.6",
"@vueuse/integrations": "^10.3.0",
"focus-trap": "^7.5.2",
"unplugin-vue-macros": "^2.7.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@babel/core": "^7.19.6",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@rushstack/eslint-patch": "^1.1.4",
"@types/jsdom": "^20.0.0",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/test-utils": "^2.1.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.2.5",
"bumpp": "^9.1.1",
"chromatic": "^6.19.9",
"classnames": "^2.3.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.19.0",
"eslint-plugin-storybook": "^0.6.12",
"gh-pages": "^4.0.0",
"happy-dom": "^12.4.0",
"jsdom": "^20.0.1",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.18",
"remixicon": "^2.5.0",
"storybook-darkmode-vue": "^1.1.8",
"tailwind-safelist-generator": "^1.0.0",
"tailwindcss": "^3.4.1",
"typescript": "~4.9.4",
"unbuild": "^2.0.0",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.6.4",
"vitest": "^0.24.3",
"vue": "^3.3.13",
"vue-docgen-api": "^4.54.2",
"vue-loader": "^16.8.3",
"vue-tsc": "^1.8.25"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "pnpm type-check && pnpm build-only",
"preview": "vite preview",
"test": "vitest",
"build-only": "unbuild",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint .",
"fix": "eslint --fix .",
"safelist": "npx tailwindcss build",
"pub": "pnpm build && pnpm safelist && pnpm publish",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"cm": "cz",
"chromatic": "npx chromatic --project-token chpt_d0a94988a9baf77",
"release": "pnpm build && pnpm bumpp --commit='version(vue): release %s' --no-tag",
"release:latest": "pnpm release && pnpm publish --tag latest --no-git-checks",
"release:beta": "pnpm release && pnpm publish --tag beta --no-git-checks",
"release:alpha": "pnpm release && pnpm publish --tag alpha --no-git-checks"
}
}