2023-10-21 17:30:30 +08:00
{
2023-10-22 20:33:23 +08:00
"name" : "@sa/elp" ,
2024-12-01 21:32:54 +08:00
"type" : "module" ,
2024-12-31 17:58:39 +08:00
"version" : "1.3.10" ,
2024-12-12 15:15:52 +08:00
"description" : "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、ElementPlus and UnoCSS. 一个基于Vue3、Vite3、TypeScript、ElementPlus and UnoCSS的清新优雅的中后台模版。" ,
2023-10-21 17:30:30 +08:00
"author" : {
"name" : "Soybean" ,
"email" : "soybeanjs@outlook.com" ,
"url" : "https://github.com/soybeanjs"
} ,
2024-12-01 21:32:54 +08:00
"license" : "MIT" ,
"homepage" : "https://github.com/soybeanjs/soybean-admin" ,
"repository" : {
"url" : "https://github.com/soybeanjs/soybean-admin.git"
} ,
"bugs" : {
"url" : "https://github.com/soybeanjs/soybean-admin/issues"
} ,
"keywords" : [
"Vue3 admin " ,
"vue-admin-template" ,
"Vite5" ,
"TypeScript" ,
"element-plus" ,
"element-plus-admin" ,
"UnoCSS"
] ,
"engines" : {
"node" : ">=18.12.0" ,
"pnpm" : ">=8.7.0"
} ,
2023-10-21 17:30:30 +08:00
"scripts" : {
2024-12-01 21:32:54 +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" ,
"gen-route" : "sa gen-route" ,
"lint" : "eslint . --fix" ,
2025-01-07 20:57:25 +08:00
"postbuild" : "sa print-soybean" ,
2024-12-01 21:32:54 +08:00
"prepare" : "simple-git-hooks" ,
2023-10-21 17:30:30 +08:00
"preview" : "vite preview" ,
2024-12-01 21:32:54 +08:00
"release" : "sa release" ,
2023-10-21 17:30:30 +08:00
"typecheck" : "vue-tsc --noEmit --skipLibCheck" ,
2024-12-01 21:32:54 +08:00
"update-pkg" : "sa update-pkg"
2023-10-21 17:30:30 +08:00
} ,
"dependencies" : {
2024-12-01 21:32:54 +08:00
"@antv/data-set" : "0.11.8" ,
2024-12-06 11:01:10 +08:00
"@antv/g2" : "5.2.7" ,
"@antv/g6" : "5.0.30" ,
2024-12-01 21:32:54 +08:00
"@better-scroll/core" : "2.5.1" ,
"@iconify/vue" : "4.1.2" ,
2024-12-03 22:24:31 +08:00
"@sa/alova" : "workspace:*" ,
2024-12-01 21:32:54 +08:00
"@sa/axios" : "workspace:*" ,
"@sa/color" : "workspace:*" ,
2023-10-21 17:30:30 +08:00
"@sa/hooks" : "workspace:*" ,
"@sa/materials" : "workspace:*" ,
"@sa/utils" : "workspace:*" ,
2024-12-07 15:54:42 +08:00
"@visactor/vchart" : "1.12.11" ,
"@visactor/vchart-theme" : "1.12.2" ,
"@visactor/vtable-editors" : "1.10.5" ,
"@visactor/vtable-gantt" : "1.10.5" ,
2024-12-15 17:16:24 +08:00
"@visactor/vue-vtable" : "1.10.5" ,
2024-12-06 11:01:10 +08:00
"@vueuse/components" : "11.2.0" ,
"@vueuse/core" : "11.2.0" ,
2024-12-01 21:32:54 +08:00
"clipboard" : "2.0.11" ,
"dayjs" : "1.11.13" ,
2024-12-31 17:58:39 +08:00
"defu" : "^6.1.4" ,
2024-12-06 11:01:10 +08:00
"dhtmlx-gantt" : "9.0.2" ,
"dompurify" : "3.2.0" ,
2024-12-01 21:32:54 +08:00
"echarts" : "5.5.1" ,
"element-plus" : "^2.8.7" ,
"jsbarcode" : "3.11.6" ,
"json5" : "2.2.3" ,
2023-10-21 17:30:30 +08:00
"nprogress" : "0.2.0" ,
2024-12-06 11:01:10 +08:00
"pinia" : "2.2.6" ,
"pinyin-pro" : "3.26.0" ,
2024-12-01 21:32:54 +08:00
"print-js" : "1.6.0" ,
2024-12-06 11:01:10 +08:00
"swiper" : "11.1.14" ,
"tailwind-merge" : "2.5.4" ,
"typeit" : "8.8.7" ,
"vditor" : "3.10.7" ,
"vue" : "3.5.13" ,
"vue-draggable-plus" : "0.6.0" ,
2024-12-01 21:32:54 +08:00
"vue-i18n" : "10.0.4" ,
2024-12-06 11:01:10 +08:00
"vue-pdf-embed" : "2.1.1" ,
2024-12-01 21:32:54 +08:00
"vue-router" : "4.4.5" ,
"wangeditor" : "4.7.15" ,
"xgplayer" : "3.0.20" ,
"xlsx" : "0.18.5"
2023-10-21 17:30:30 +08:00
} ,
"devDependencies" : {
2024-12-01 21:32:54 +08:00
"@amap/amap-jsapi-types" : "0.0.15" ,
"@elegant-router/vue" : "0.3.8" ,
2024-12-06 11:01:10 +08:00
"@iconify/json" : "2.2.273" ,
2023-10-21 17:30:30 +08:00
"@sa/scripts" : "workspace:*" ,
"@sa/uno-preset" : "workspace:*" ,
2024-12-06 11:01:10 +08:00
"@soybeanjs/eslint-config" : "1.4.2" ,
2024-12-01 21:32:54 +08:00
"@types/bmapgl" : "0.0.7" ,
"@types/dompurify" : "3.0.5" ,
2024-12-06 11:01:10 +08:00
"@types/node" : "22.9.0" ,
2024-12-01 21:32:54 +08:00
"@types/nprogress" : "0.2.3" ,
2024-12-06 11:01:10 +08:00
"@unocss/eslint-config" : "0.64.1" ,
"@unocss/preset-icons" : "0.64.1" ,
"@unocss/preset-uno" : "0.64.1" ,
"@unocss/transformer-directives" : "0.64.1" ,
"@unocss/transformer-variant-group" : "0.64.1" ,
"@unocss/vite" : "0.64.1" ,
"@vitejs/plugin-vue" : "5.2.0" ,
"@vitejs/plugin-vue-jsx" : "4.1.0" ,
"eslint" : "9.14.0" ,
"eslint-plugin-vue" : "9.31.0" ,
2024-12-01 21:32:54 +08:00
"lint-staged" : "15.2.10" ,
"sass" : "1.79.4" ,
"simple-git-hooks" : "2.11.1" ,
2024-12-06 11:01:10 +08:00
"tsx" : "4.19.2" ,
2024-12-01 21:32:54 +08:00
"typescript" : "5.6.3" ,
2024-12-06 11:01:10 +08:00
"unplugin-icons" : "0.20.1" ,
2024-12-01 21:32:54 +08:00
"unplugin-vue-components" : "0.27.4" ,
2024-12-06 11:01:10 +08:00
"vite" : "5.4.11" ,
2023-10-21 17:30:30 +08:00
"vite-plugin-progress" : "0.0.7" ,
"vite-plugin-svg-icons" : "2.0.1" ,
2024-12-06 11:01:10 +08:00
"vite-plugin-vue-devtools" : "7.6.4" ,
2024-12-01 21:32:54 +08:00
"vue-eslint-parser" : "9.4.3" ,
2024-12-06 11:01:10 +08:00
"vue-tsc" : "2.1.10"
2023-10-21 17:30:30 +08:00
} ,
"simple-git-hooks" : {
"commit-msg" : "pnpm sa git-commit-verify" ,
2024-12-01 21:32:54 +08:00
"pre-commit" : "pnpm typecheck && pnpm lint-staged"
} ,
"lint-staged" : {
"*" : "eslint --fix"
} ,
2024-12-06 21:47:11 +08:00
"website" : "https://elp.soybeanjs.cn"
2023-10-21 17:30:30 +08:00
}