{ "name": "soybean-admin", "type": "module", "version": "1.0.0", "packageManager": "pnpm@8.14.1", "description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。", "author": { "name": "Soybean", "email": "soybeanjs@outlook.com", "url": "https://github.com/soybeanjs" }, "scripts": { "build": "run-s typecheck build-only", "build-only": "vite build", "cleanup": "sa cleanup", "commit": "sa git-commit", "dev": "vite", "lint": "eslint . --fix", "prepare": "simple-git-hooks", "preview": "vite preview", "release": "soy 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:*", "@vueuse/core": "10.7.2", "clipboard": "2.0.11", "dayjs": "1.11.10", "lodash-es": "4.17.21", "naive-ui": "2.37.3", "nprogress": "0.2.0", "pinia": "2.1.7", "vue": "3.4.14", "vue-i18n": "9.9.0", "vue-router": "4.2.5" }, "devDependencies": { "@elegant-router/vue": "0.3.2", "@iconify/json": "2.2.169", "@sa/scripts": "workspace:*", "@sa/uno-preset": "workspace:*", "@soybeanjs/cli": "1.0.2", "@soybeanjs/eslint-config": "1.1.6", "@types/lodash-es": "4.17.12", "@types/node": "20.11.4", "@types/nprogress": "0.2.3", "@unocss/preset-icons": "0.58.3", "@unocss/preset-uno": "0.58.3", "@unocss/transformer-directives": "0.58.3", "@unocss/transformer-variant-group": "0.58.3", "@unocss/vite": "0.58.3", "@vitejs/plugin-vue": "5.0.3", "@vitejs/plugin-vue-jsx": "3.1.0", "cross-env": "7.0.3", "eslint": "8.56.0", "eslint-plugin-vue": "9.20.1", "lint-staged": "15.2.0", "npm-run-all": "4.1.5", "sass": "1.69.7", "simple-git-hooks": "2.9.0", "tsx": "4.7.0", "typescript": "5.3.3", "unplugin-icons": "0.18.2", "unplugin-vue-components": "0.26.0", "vite": "5.0.11", "vite-plugin-progress": "0.0.7", "vite-plugin-svg-icons": "2.0.1", "vite-plugin-vue-devtools": "7.0.10", "vue-eslint-parser": "9.4.0", "vue-tsc": "1.8.27" }, "simple-git-hooks": { "commit-msg": "pnpm sa git-commit-verify", "pre-commit": "pnpm typecheck && pnpm lint-staged" }, "lint-staged": { "*": "eslint --fix" } }