2021-05-28 00:32:34 +08:00
{
2022-01-24 00:36:38 +08:00
"name" : "soybean-admin" ,
2022-06-16 01:18:18 +08:00
"version" : "0.9.6" ,
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" ,
"email" : "honghuangdc@gmail.com" ,
"url" : "https://github.com/honghuangdc"
} ,
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" ,
2022-10-11 23:20:31 +08:00
"dev:tauri" : "pnpm tauri dev" ,
2022-07-28 13:19:50 +08:00
"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-10-11 23:20:31 +08:00
"build:tauri" : "pnpm tauri build" ,
"tauri-icon" : "pnpm tauri icon ./src-tauri/app-icon.png" ,
2022-06-06 12:09:15 +08:00
"preview" : "vite preview" ,
2022-06-26 00:42:42 +08:00
"typecheck" : "vue-tsc --noEmit --skipLibCheck" ,
2022-08-28 18:10:00 +08:00
"lint" : "eslint . --fix" ,
2021-08-13 14:22:35 +08:00
"prepare" : "husky install" ,
2022-08-31 23:29:37 +08:00
"clean" : "pnpm rimraf node_modules pnpm-lock.yaml" ,
2022-08-07 00:49:30 +08:00
"postinstall" : "patch-package" ,
2022-03-12 16:21:40 +08:00
"release" : "standard-version" ,
"changelog" : "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
2021-05-28 00:32:34 +08:00
} ,
"dependencies" : {
2022-05-30 22:39:09 +08:00
"@antv/data-set" : "^0.11.8" ,
2022-09-20 12:09:15 +08:00
"@antv/g2" : "^4.2.8" ,
2022-10-15 16:43:02 +08:00
"@better-scroll/core" : "^2.5.0" ,
2022-07-12 00:02:00 +08:00
"@soybeanjs/vue-admin-layout" : "^1.1.1" ,
"@soybeanjs/vue-admin-tab" : "^1.0.5" ,
2022-10-31 00:21:23 +08:00
"@vueuse/core" : "^9.4.0" ,
2022-10-09 22:45:00 +08:00
"axios" : "0.27.2" ,
2022-05-05 13:11:16 +08:00
"clipboard" : "^2.0.11" ,
2022-08-15 12:23:30 +08:00
"colord" : "^2.9.3" ,
2022-01-01 22:52:05 +08:00
"crypto-js" : "^4.1.1" ,
2022-10-23 23:02:53 +08:00
"dayjs" : "^1.11.6" ,
2022-09-27 18:25:00 +08:00
"echarts" : "^5.4.0" ,
2021-08-13 14:22:35 +08:00
"form-data" : "^4.0.0" ,
2022-01-04 02:20:32 +08:00
"lodash-es" : "^4.17.21" ,
2022-10-15 16:43:02 +08:00
"naive-ui" : "2.33.5" ,
2022-10-09 22:45:00 +08:00
"pinia" : "^2.0.23" ,
2022-01-24 00:36:38 +08:00
"print-js" : "^1.6.0" ,
2022-06-28 07:35:05 +08:00
"qs" : "^6.11.0" ,
2022-10-15 16:43:02 +08:00
"swiper" : "^8.4.4" ,
2022-10-19 17:02:54 +08:00
"ua-parser-js" : "^1.0.32" ,
2022-08-07 23:15:00 +08:00
"vditor" : "^3.8.17" ,
2022-10-15 16:43:02 +08:00
"vue" : "3.2.41" ,
2022-10-12 01:03:14 +08:00
"vue-i18n" : "^9.2.2" ,
2022-10-31 00:21:23 +08:00
"vue-router" : "^4.1.6" ,
2022-09-29 00:24:59 +08:00
"vuedraggable" : "^4.1.0" ,
2022-04-14 00:02:19 +08:00
"wangeditor" : "^4.7.15" ,
2022-10-23 23:02:53 +08:00
"xgplayer" : "^2.32.1"
2021-05-28 00:32:34 +08:00
} ,
"devDependencies" : {
2022-10-31 00:21:23 +08:00
"@amap/amap-jsapi-types" : "^0.0.10" ,
2022-08-29 22:01:40 +08:00
"@commitlint/cli" : "^17.1.2" ,
2022-08-28 18:10:00 +08:00
"@commitlint/config-conventional" : "^17.1.0" ,
2022-10-31 00:21:23 +08:00
"@iconify/json" : "^2.1.130" ,
2022-09-12 23:52:47 +08:00
"@iconify/vue" : "^4.0.0" ,
2022-08-07 00:49:30 +08:00
"@milahu/patch-package" : "^6.4.14" ,
2022-10-11 15:18:11 +08:00
"@tauri-apps/cli" : "^1.1.1" ,
2022-01-24 00:36:38 +08:00
"@types/bmapgl" : "^0.0.5" ,
2022-02-16 13:14:59 +08:00
"@types/crypto-js" : "^4.1.1" ,
2022-10-11 22:39:37 +08:00
"@types/node" : "18.8.0" ,
2021-07-20 09:51:24 +08:00
"@types/qs" : "^6.9.7" ,
2022-02-07 15:46:35 +08:00
"@types/ua-parser-js" : "^0.7.36" ,
2022-10-31 00:21:23 +08:00
"@unocss/preset-uno" : "^0.46.1" ,
"@unocss/vite" : "^0.46.1" ,
"@vitejs/plugin-vue" : "^3.2.0" ,
"@vitejs/plugin-vue-jsx" : "^2.1.0" ,
2022-07-19 00:03:25 +08:00
"commitizen" : "^4.2.5" ,
2022-01-03 22:20:10 +08:00
"cross-env" : "^7.0.3" ,
2021-05-28 00:32:34 +08:00
"cz-conventional-changelog" : "^3.3.0" ,
2022-09-03 01:48:10 +08:00
"cz-customizable" : "^7.0.0" ,
2022-10-23 23:02:53 +08:00
"eslint" : "^8.26.0" ,
2022-10-24 19:39:13 +08:00
"eslint-config-soybeanjs-vue" : "^0.1.1" ,
2022-05-09 23:51:19 +08:00
"husky" : "^8.0.1" ,
2022-06-25 00:27:10 +08:00
"lint-staged" : "^13.0.3" ,
2021-12-25 01:23:44 +08:00
"mockjs" : "^1.1.0" ,
2021-08-13 14:22:35 +08:00
"postinstall-postinstall" : "^2.1.0" ,
2022-10-19 17:02:54 +08:00
"rollup-plugin-visualizer" : "^5.8.3" ,
2022-09-22 23:31:01 +08:00
"sass" : "^1.55.0" ,
2022-05-19 00:00:47 +08:00
"standard-version" : "^9.5.0" ,
2022-09-28 21:35:41 +08:00
"typescript" : "4.8.4" ,
2022-10-19 17:02:54 +08:00
"unplugin-icons" : "^0.14.12" ,
2022-10-31 00:21:23 +08:00
"unplugin-vue-components" : "0.22.9" ,
"unplugin-vue-macros" : "^0.15.1" ,
2022-08-24 19:21:22 +08:00
"utility-types" : "^3.10.0" ,
2022-10-31 00:21:23 +08:00
"vite" : "^3.2.1" ,
2022-04-27 19:01:54 +08:00
"vite-plugin-compression" : "^0.5.1" ,
2022-03-30 01:19:37 +08:00
"vite-plugin-html" : "^3.2.0" ,
2021-12-25 01:23:44 +08:00
"vite-plugin-mock" : "^2.9.6" ,
2022-10-31 00:21:23 +08:00
"vite-plugin-progress" : "^0.0.6" ,
2022-09-22 23:31:01 +08:00
"vite-plugin-pwa" : "^0.13.1" ,
2022-06-16 01:17:31 +08:00
"vite-plugin-svg-icons" : "^2.0.1" ,
2022-10-31 00:21:23 +08:00
"vue-tsc" : "^1.0.9"
2022-06-07 23:59:27 +08:00
} ,
2022-08-10 21:31:59 +08:00
"lint-staged" : {
"*.{vue,js,jsx,ts,tsx,json}" : "eslint --fix"
2022-06-16 01:17:31 +08:00
} ,
2022-08-10 21:31:59 +08:00
"config" : {
"commitizen" : {
"path" : "./node_modules/cz-customizable"
}
}
2021-05-28 00:32:34 +08:00
}