2024-03-08 17:59:45 +08:00
{
2024-03-21 10:57:53 +08:00
"name" : "soybean-admin" ,
2024-03-08 17:59:45 +08:00
"type" : "module" ,
"version" : "1.0.0" ,
2024-03-21 10:57:53 +08:00
"packageManager" : "pnpm@8.15.5" ,
"description" : "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。" ,
2024-03-08 17:59:45 +08:00
"author" : {
"name" : "Soybean" ,
"email" : "soybeanjs@outlook.com" ,
"url" : "https://github.com/soybeanjs"
} ,
"license" : "MIT" ,
2024-03-21 10:57:53 +08:00
"homepage" : "https://github.com/soybeanjs/soybean-admin" ,
2024-03-08 17:59:45 +08:00
"repository" : {
2024-03-21 10:57:53 +08:00
"url" : "https://github.com/soybeanjs/soybean-admin.git"
2024-03-08 17:59:45 +08:00
} ,
"bugs" : {
2024-03-21 10:57:53 +08:00
"url" : "https://github.com/soybeanjs/soybean-admin/issues"
2024-03-08 17:59:45 +08:00
} ,
"keywords" : [
"Vue3 admin " ,
"vue-admin-template" ,
"Vite5" ,
"TypeScript" ,
"naive-ui" ,
"naive-ui-admin" ,
"ant-design-vue v4" ,
"UnoCSS"
] ,
"scripts" : {
2024-03-21 10:57:53 +08:00
"build" : "vite build --mode prod" ,
"build:test" : "vite build --mode test" ,
2024-03-08 17:59:45 +08:00
"cleanup" : "sa cleanup" ,
"commit" : "sa git-commit" ,
2024-03-21 10:57:53 +08:00
"dev" : "vite --mode test" ,
"dev:prod" : "vite --mode prod" ,
2024-03-08 17:59:45 +08:00
"gen-route" : "sa gen-route" ,
"lint" : "eslint . --fix" ,
"prepare" : "simple-git-hooks" ,
"preview" : "vite preview" ,
"release" : "sa release" ,
"typecheck" : "vue-tsc --noEmit --skipLibCheck" ,
"update-pkg" : "sa update-pkg"
} ,
"dependencies" : {
"@better-scroll/core" : "2.5.1" ,
"@iconify/vue" : "4.1.1" ,
"@sa/axios" : "workspace:*" ,
"@sa/color-palette" : "workspace:*" ,
"@sa/hooks" : "workspace:*" ,
"@sa/materials" : "workspace:*" ,
"@sa/utils" : "workspace:*" ,
2024-03-21 10:57:53 +08:00
"@vueuse/core" : "10.9.0" ,
2024-03-08 17:59:45 +08:00
"clipboard" : "2.0.11" ,
"dayjs" : "1.11.10" ,
2024-03-21 10:57:53 +08:00
"echarts" : "5.5.0" ,
2024-03-08 17:59:45 +08:00
"lodash-es" : "4.17.21" ,
2024-03-21 10:57:53 +08:00
"naive-ui" : "2.38.1" ,
2024-03-08 17:59:45 +08:00
"nprogress" : "0.2.0" ,
"pinia" : "2.1.7" ,
2024-03-21 10:57:53 +08:00
"vue" : "3.4.21" ,
"vue-draggable-plus" : "0.3.5" ,
"vue-i18n" : "9.10.2" ,
"vue-router" : "4.3.0"
2024-03-08 17:59:45 +08:00
} ,
"devDependencies" : {
2024-03-21 10:57:53 +08:00
"@elegant-router/vue" : "0.3.6" ,
"@iconify/json" : "2.2.192" ,
2024-03-08 17:59:45 +08:00
"@sa/scripts" : "workspace:*" ,
"@sa/uno-preset" : "workspace:*" ,
2024-03-21 10:57:53 +08:00
"@soybeanjs/eslint-config" : "1.2.5" ,
2024-03-08 17:59:45 +08:00
"@types/lodash-es" : "4.17.12" ,
2024-03-21 10:57:53 +08:00
"@types/node" : "20.11.28" ,
2024-03-08 17:59:45 +08:00
"@types/nprogress" : "0.2.3" ,
2024-03-21 10:57:53 +08:00
"@unocss/eslint-config" : "0.58.6" ,
"@unocss/preset-icons" : "0.58.6" ,
"@unocss/preset-uno" : "0.58.6" ,
"@unocss/transformer-directives" : "0.58.6" ,
"@unocss/transformer-variant-group" : "0.58.6" ,
"@unocss/vite" : "0.58.6" ,
"@vitejs/plugin-vue" : "5.0.4" ,
2024-03-08 17:59:45 +08:00
"@vitejs/plugin-vue-jsx" : "3.1.0" ,
2024-03-21 10:57:53 +08:00
"eslint" : "8.57.0" ,
"eslint-plugin-vue" : "9.23.0" ,
"lint-staged" : "15.2.2" ,
"sass" : "1.72.0" ,
"simple-git-hooks" : "2.11.0" ,
"tsx" : "4.7.1" ,
"typescript" : "5.4.2" ,
"unplugin-icons" : "0.18.5" ,
2024-03-08 17:59:45 +08:00
"unplugin-vue-components" : "0.26.0" ,
2024-03-21 10:57:53 +08:00
"vite" : "5.1.6" ,
2024-03-08 17:59:45 +08:00
"vite-plugin-progress" : "0.0.7" ,
"vite-plugin-svg-icons" : "2.0.1" ,
2024-03-21 10:57:53 +08:00
"vite-plugin-vue-devtools" : "7.0.18" ,
2024-03-08 17:59:45 +08:00
"vue-eslint-parser" : "9.4.2" ,
2024-03-21 10:57:53 +08:00
"vue-tsc" : "2.0.6"
2024-03-08 17:59:45 +08:00
} ,
"simple-git-hooks" : {
"commit-msg" : "pnpm sa git-commit-verify" ,
"pre-commit" : "pnpm typecheck && pnpm lint-staged"
} ,
"lint-staged" : {
"*" : "eslint --fix"
} ,
"website" : "https://admin.soybeanjs.cn"
}