2026-03-04 18:17:34 +08:00
{
2026-07-17 09:35:32 +08:00
"name" : "soybean-admin" ,
"version" : "2.2.0" ,
"description" : "A fresh and elegant admin template, based on Vue3、Vite8、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite8、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。" ,
"keywords" : [
"TypeScript" ,
"UnoCSS" ,
"Vite8" ,
"Vue3 admin " ,
"ant-design-vue v4" ,
"naive-ui" ,
"naive-ui-admin" ,
"vue-admin-template"
],
"homepage" : "https://github.com/soybeanjs/soybean-admin" ,
"bugs" : {
"url" : "https://github.com/soybeanjs/soybean-admin/issues"
},
"license" : "MIT" ,
"author" : {
"name" : "Soybean" ,
"email" : "soybeanjs@outlook.com" ,
"url" : "https://github.com/soybeanjs"
},
"repository" : {
"url" : "https://github.com/soybeanjs/soybean-admin.git"
},
"type" : "module" ,
2026-03-04 18:17:34 +08:00
"scripts" : {
2026-07-17 09:35:32 +08:00
"build" : "vite build --mode prod" ,
"build:test" : "vite build --mode test" ,
"cleanup" : "sa cleanup" ,
"commit" : "sa git-commit" ,
"commit:zh" : "sa git-commit -l=zh-cn" ,
"dev" : "vite --mode test" ,
"dev:prod" : "vite --mode prod" ,
"fmt" : "oxfmt" ,
"gen-route" : "sa gen-route" ,
"lint" : "oxlint --fix && eslint --fix ." ,
"prepare" : "simple-git-hooks" ,
"preview" : "vite preview" ,
"release" : "sa release" ,
"typecheck" : "vue-tsc --noEmit --skipLibCheck" ,
"update-pkg" : "sa update-pkg"
2026-03-04 18:17:34 +08:00
},
"dependencies" : {
2026-07-17 09:35:32 +08:00
"@better-scroll/core" : "2.5.1" ,
"@iconify/vue" : "5.0.1" ,
"@sa/axios" : "workspace:*" ,
"@sa/color" : "workspace:*" ,
"@sa/hooks" : "workspace:*" ,
"@sa/materials" : "workspace:*" ,
"@sa/utils" : "workspace:*" ,
"@vueuse/core" : "14.3.0" ,
"clipboard" : "2.0.11" ,
"dayjs" : "1.11.20" ,
"defu" : "6.1.7" ,
"echarts" : "6.0.0" ,
"json5" : "2.2.3" ,
"naive-ui" : "2.44.1" ,
"nprogress" : "0.2.0" ,
"pinia" : "3.0.4" ,
"tailwind-merge" : "3.6.0" ,
"vue" : "3.5.34" ,
"vue-draggable-plus" : "0.6.1" ,
"vue-i18n" : "11.4.2" ,
2026-06-10 15:37:20 +08:00
"vue-json-pretty" : "^2.6.0" ,
2026-07-17 09:35:32 +08:00
"vue-router" : "5.0.7"
2026-03-04 18:17:34 +08:00
},
"devDependencies" : {
2026-07-17 09:35:32 +08:00
"@elegant-router/vue" : "0.3.8" ,
"@iconify/json" : "2.2.472" ,
"@sa/scripts" : "workspace:*" ,
"@sa/uno-preset" : "workspace:*" ,
"@soybeanjs/eslint-config-vue" : "^0.0.2" ,
"@types/node" : "25.7.0" ,
"@types/nprogress" : "0.2.3" ,
"@vitejs/plugin-vue" : "6.0.6" ,
"@vitejs/plugin-vue-jsx" : "5.1.5" ,
"consola" : "3.4.2" ,
"eslint" : "10.3.0" ,
"kolorist" : "1.8.0" ,
"oxfmt" : "^0.49.0" ,
"oxlint" : "^1.64.0" ,
"sass" : "1.99.0" ,
"simple-git-hooks" : "2.13.1" ,
"tsx" : "4.21.0" ,
"typescript" : "6.0.3" ,
"unocss" : "^66.6.8" ,
"unplugin-icons" : "23.0.1" ,
"unplugin-vue-components" : "32.0.0" ,
"vite" : "8.0.12" ,
"vite-plugin-progress" : "0.0.7" ,
"vite-plugin-svg-icons" : "2.0.1" ,
"vite-plugin-vue-devtools" : "8.1.2" ,
"vite-plugin-vue-transition-root-validator" : "^0.1.0" ,
"vue-tsc" : "3.2.8"
},
"simple-git-hooks" : {
"commit-msg" : "pnpm sa git-commit-verify" ,
"pre-commit" : "pnpm typecheck && pnpm lint && pnpm fmt && git diff --exit-code"
},
"engines" : {
"node" : ">=20.19.0" ,
"pnpm" : ">=10.5.0"
2026-03-04 18:17:34 +08:00
},
2026-07-17 09:35:32 +08:00
"website" : "https://admin.soybeanjs.cn"
2026-03-04 18:17:34 +08:00
}