ftt-vue-components
Version:
some components for vuetify3/element-plus/... with vue3.
64 lines • 1.72 kB
JSON
{
"name": "ftt-vue-components",
"version": "0.1.24",
"license": "MIT",
"description": "some components for vuetify3/element-plus/... with vue3.",
"author": "gcclll <gccll.love@gmail.com>",
"keywords": [
"vuetify",
"vuetify-message",
"toast",
"snackbar",
"notification",
"components"
],
"files": [
"dist",
"docs",
"packages",
"LICENSE",
"README.md"
],
"main": "./dist/ftt-vue-components.umd.js",
"module": "./dist/ftt-vue-components.es.js",
"exports": {
".": {
"import": "./dist/ftt-vue-components.es.js",
"require": "./dist/ftt-vue-components.umd.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/gcclll/ftt-vue-components"
},
"scripts": {
"dev": "vite --config ./scripts/build/base.ts",
"build:doc": "vue-tsc --noEmit && vite build --config ./scripts/build/doc.ts && node scripts/build/copy.js",
"build:lib": "vue-tsc --noEmit && vite build --config ./scripts/build/lib.ts",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"gen": "node ./scripts/generator/index.js",
"pub": "./scripts/publish/pub.sh"
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@rollup/pluginutils": "^4.2.1",
"@types/prismjs": "^1.26.0",
"@vitejs/plugin-vue": "^3.0.3",
"fs-extra": "^10.1.0",
"handlebars": "^4.7.7",
"happy-dom": "^6.0.4",
"inquirer": "^9.1.0",
"prismjs": "^1.28.0",
"sass": "^1.54.4",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-dts": "^1.4.1",
"vite-plugin-md": "^0.20.2",
"vue-tsc": "^0.39.5"
}
}