@lntvow/admin-vue
Version:
Vue Admin Template
71 lines • 1.78 kB
JSON
{
"name": "@lntvow/admin-vue",
"version": "5.5.0",
"type": "module",
"description": "Vue Admin Template",
"keywords": [
"vue-template"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lntvow/admin-vue.git"
},
"bin": {
"ln": "dist/cli.cjs"
},
"files": [
"dist",
"*.d.ts"
],
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.14.9",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"inquirer": "^8.2.5",
"ora": "^8.0.1",
"tsup": "^8.0.2"
},
"dependencies": {
"@lntvow/dev": "^3.4.0",
"@lntvow/vite-plugin": "^1.0.8",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"axios": "^1.7.0",
"local-pkg": "^0.5.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "1.77.2",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-element-plus": "^0.8.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue-devtools": "^7.2.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue-tsc": "^1.8.27"
},
"scripts": {
"dev": "tsup --watch",
"commit": "git add . && git-cz && git push",
"rimraf": "rimraf ./node_modules/",
"release": "git add . && bumpp package.json --all --commit --no-tag --push",
"build": "tsup"
}
}