2021-05-28 00:32:34 +08:00
{
2022-01-24 00:36:38 +08:00
"name" : "soybean-admin" ,
2023-06-15 19:26:12 +08:00
"version" : "0.10.3" ,
2022-08-10 21:31:59 +08:00
"description" : "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。" ,
2022-06-16 01:17:31 +08:00
"author" : {
"name" : "Soybean" ,
2023-07-07 01:36:00 +08:00
"email" : "soybeanjs@outlook.com" ,
"url" : "https://github.com/soybeanjs"
2022-06-16 01:17:31 +08:00
} ,
2022-08-10 21:31:59 +08:00
"license" : "MIT" ,
"homepage" : "https://github.com/honghuangdc/soybean-admin" ,
"repository" : {
"url" : "https://github.com/honghuangdc/soybean-admin.git"
} ,
"bugs" : {
"url" : "https://github.com/honghuangdc/soybean-admin/issues"
} ,
"keywords" : [
"Vue" ,
"Vue3" ,
"admin" ,
"admin-template" ,
"vue-admin" ,
"vue-admin-template" ,
"Vite3" ,
"Vite" ,
"vite-admin" ,
"TypeScript" ,
"TS" ,
"NaiveUI" ,
"naive-ui" ,
"naive-admin" ,
"NaiveUI-Admin" ,
"naive-ui-admin" ,
"UnoCSS"
] ,
2021-05-28 00:32:34 +08:00
"scripts" : {
2022-07-28 13:19:50 +08:00
"dev" : "cross-env VITE_SERVICE_ENV=dev vite" ,
"dev:test" : "cross-env VITE_SERVICE_ENV=test vite" ,
"dev:prod" : "cross-env VITE_SERVICE_ENV=prod vite" ,
"build" : "npm run typecheck && cross-env VITE_SERVICE_ENV=prod vite build" ,
"build:dev" : "npm run typecheck && cross-env VITE_SERVICE_ENV=dev vite build" ,
"build:test" : "npm run typecheck && cross-env VITE_SERVICE_ENV=test vite build" ,
2022-07-16 00:13:19 +08:00
"build:vercel" : "cross-env VITE_HASH_ROUTE=Y VITE_VERCEL=Y vite build" ,
2022-06-06 12:09:15 +08:00
"preview" : "vite preview" ,
2022-06-26 00:42:42 +08:00
"typecheck" : "vue-tsc --noEmit --skipLibCheck" ,
2023-05-31 01:33:46 +08:00
"lint" : "eslint . --fix" ,
2023-06-12 01:30:50 +08:00
"format" : "soy prettier-write" ,
2023-01-11 21:23:15 +08:00
"commit" : "soy git-commit" ,
"cleanup" : "soy cleanup" ,
2023-06-12 01:30:50 +08:00
"update-pkg" : "soy ncu" ,
2023-06-05 01:57:23 +08:00
"release" : "soy release" ,
2023-01-15 11:10:00 +08:00
"tsx" : "tsx" ,
"logo" : "tsx ./scripts/logo.ts" ,
2023-06-12 01:30:50 +08:00
"prepare" : "soy init-simple-git-hooks"
2021-05-28 00:32:34 +08:00
} ,
"dependencies" : {
2023-05-31 01:33:46 +08:00
"@antv/data-set" : "0.11.8" ,
"@antv/g2" : "4.2.10" ,
"@better-scroll/core" : "2.5.1" ,
2023-06-01 02:08:58 +08:00
"@soybeanjs/vue-materials" : "0.2.0" ,
2023-08-03 23:45:00 +08:00
"@vueuse/core" : "10.3.0" ,
2023-05-04 19:02:20 +08:00
"axios" : "1.4.0" ,
2023-05-31 01:33:46 +08:00
"clipboard" : "2.0.11" ,
"colord" : "2.9.3" ,
"crypto-js" : "4.1.1" ,
2023-07-05 01:54:01 +08:00
"dayjs" : "1.11.9" ,
2023-07-19 23:15:27 +08:00
"echarts" : "5.4.3" ,
2023-05-31 01:33:46 +08:00
"form-data" : "4.0.0" ,
"lodash-es" : "4.17.21" ,
2023-05-21 22:33:41 +08:00
"naive-ui" : "2.34.4" ,
2023-08-03 23:45:00 +08:00
"pinia" : "2.1.6" ,
2023-05-31 01:33:46 +08:00
"print-js" : "1.6.0" ,
"qs" : "6.11.2" ,
2023-08-03 23:45:00 +08:00
"socket.io-client" : "4.7.2" ,
"swiper" : "10.1.0" ,
2023-05-31 01:33:46 +08:00
"ua-parser-js" : "1.0.35" ,
2023-06-25 07:55:39 +08:00
"vditor" : "3.9.4" ,
2023-05-21 22:33:41 +08:00
"vue" : "3.3.4" ,
2023-05-31 01:33:46 +08:00
"vue-i18n" : "9.2.2" ,
2023-07-07 01:35:00 +08:00
"vue-router" : "4.2.4" ,
2023-05-31 01:33:46 +08:00
"vuedraggable" : "4.1.0" ,
"wangeditor" : "4.7.15" ,
2023-08-03 23:45:00 +08:00
"xgplayer" : "3.0.7"
2021-05-28 00:32:34 +08:00
} ,
"devDependencies" : {
2023-05-31 01:33:46 +08:00
"@amap/amap-jsapi-types" : "0.0.13" ,
2023-08-03 23:45:00 +08:00
"@iconify/json" : "2.2.97" ,
2023-05-31 01:33:46 +08:00
"@iconify/vue" : "4.1.1" ,
2023-08-03 23:45:00 +08:00
"@soybeanjs/cli" : "0.6.6" ,
2023-06-25 07:55:39 +08:00
"@soybeanjs/vite-plugin-vue-page-route" : "0.0.7" ,
2023-05-31 01:33:46 +08:00
"@types/bmapgl" : "0.0.7" ,
"@types/crypto-js" : "4.1.1" ,
2023-08-03 23:45:00 +08:00
"@types/node" : "20.4.6" ,
2023-05-31 01:33:46 +08:00
"@types/qs" : "6.9.7" ,
"@types/ua-parser-js" : "0.7.36" ,
2023-08-03 23:45:00 +08:00
"@unocss/preset-uno" : "0.54.1" ,
"@unocss/transformer-directives" : "0.54.1" ,
"@unocss/vite" : "0.54.1" ,
2023-05-31 01:33:46 +08:00
"@vitejs/plugin-vue" : "4.2.3" ,
"@vitejs/plugin-vue-jsx" : "3.0.1" ,
"cross-env" : "7.0.3" ,
2023-08-03 23:45:00 +08:00
"eslint" : "8.46.0" ,
"eslint-config-soybeanjs" : "0.5.4" ,
2023-05-31 01:33:46 +08:00
"mockjs" : "1.1.0" ,
2023-06-12 01:30:50 +08:00
"rollup-plugin-visualizer" : "5.9.2" ,
2023-08-03 23:45:00 +08:00
"sass" : "1.64.2" ,
"simple-git-hooks" : "2.9.0" ,
2023-05-31 01:33:46 +08:00
"tsx" : "3.12.7" ,
2023-07-05 01:54:01 +08:00
"typescript" : "5.1.6" ,
2023-07-19 23:15:27 +08:00
"unplugin-icons" : "0.16.5" ,
2023-06-07 01:48:55 +08:00
"unplugin-vue-components" : "0.25.1" ,
2023-08-03 23:45:00 +08:00
"vite" : "4.4.8" ,
2023-05-31 01:33:46 +08:00
"vite-plugin-compression" : "0.5.1" ,
2023-04-20 00:02:00 +08:00
"vite-plugin-mock" : "2.9.8" ,
2023-05-31 01:33:46 +08:00
"vite-plugin-progress" : "0.0.7" ,
2023-06-12 01:30:50 +08:00
"vite-plugin-pwa" : "0.16.4" ,
2023-05-31 01:33:46 +08:00
"vite-plugin-svg-icons" : "2.0.1" ,
2023-07-19 23:15:27 +08:00
"vite-plugin-vue-devtools" : "0.5.1" ,
2023-08-03 23:45:00 +08:00
"vue-tsc" : "1.8.8"
2022-10-31 18:25:00 +08:00
} ,
2023-05-16 22:29:35 +08:00
"pnpm" : {
"patchedDependencies" : {
"mockjs@1.1.0" : "patches/mockjs@1.1.0.patch"
}
} ,
2023-01-03 23:25:00 +08:00
"simple-git-hooks" : {
2023-01-11 21:23:15 +08:00
"commit-msg" : "pnpm soy git-commit-verify" ,
2023-06-01 02:08:58 +08:00
"pre-commit" : "pnpm typecheck && pnpm soy lint-staged"
2023-06-05 01:57:23 +08:00
} ,
2023-06-12 01:30:50 +08:00
"soybean" : {
"useSoybeanToken" : true
}
2021-05-28 00:32:34 +08:00
}