加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.58 KB
一键复制 编辑 原始数据 按行查看 历史
chansee97 提交于 2024-06-17 10:30 . chore: update dps
{
"name": "nova-admin",
"type": "module",
"version": "0.9.4",
"private": true,
"description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.",
"author": {
"name": "chansee97",
"email": "chen.dev@foxmail.com",
"url": "https://github.com/chansee97"
},
"license": "MIT",
"homepage": "https://github.com/chansee97/nova-admin",
"repository": {
"url": "https://github.com/chansee97/nova-admin.git"
},
"bugs": {
"url": "https://github.com/chansee97/nova-admin/issues"
},
"keywords": [
"Vue",
"Vue3",
"admin",
"admin-template",
"vue-admin",
"vue-admin-template",
"Vite5",
"Vite",
"vite-admin",
"TypeScript",
"TS",
"NaiveUI",
"naive-ui",
"naive-admin",
"NaiveUI-Admin",
"naive-ui-admin",
"UnoCSS"
],
"scripts": {
"dev": "vite --mode dev --port 9980",
"dev:test": "vite --mode test",
"dev:prod": "vite --mode prod",
"build": "vue-tsc --noEmit && vite build --mode prod",
"build:dev": "vue-tsc --noEmit && vite build --mode dev",
"build:test": "vue-tsc --noEmit && vite build --mode test",
"preview": "vite preview --port 9981",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:check": "npx @eslint/config-inspector",
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@alova/scene-vue": "^1.6.0",
"@vueuse/core": "^10.11.0",
"alova": "^2.21.3",
"colord": "^2.9.3",
"echarts": "^5.5.0",
"md-editor-v3": "^4.15.2",
"pinia": "^2.1.7",
"pinia-plugin-persist": "^1.0.0",
"quill": "^2.0.2",
"radash": "^12.1.0",
"vue": "^3.4.29",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@iconify-json/icon-park-outline": "^1.1.15",
"@iconify/vue": "^4.1.2",
"@types/node": "^20.14.2",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"eslint": "^9.5.0",
"lint-staged": "^15.2.7",
"naive-ui": "^2.38.2",
"sass": "^1.77.5",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"unocss": "^0.61.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.3.1",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue-devtools": "7.2.1",
"vue-tsc": "^2.0.21"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
},
"volta": {
"node": "20.12.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化