78 lines
2.4 KiB
JSON
78 lines
2.4 KiB
JSON
{
|
|
"name": "soybean-admin",
|
|
"version": "1.0.0",
|
|
"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"
|
|
},
|
|
"type": "module",
|
|
"packageManager": "pnpm@8.10.5",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-s typecheck build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"typecheck": "vue-tsc --noEmit --skipLibCheck",
|
|
"lint": "eslint . --fix",
|
|
"format": "sa prettier-write",
|
|
"commit": "sa git-commit",
|
|
"cleanup": "sa cleanup",
|
|
"update-pkg": "sa update-pkg",
|
|
"prepare": "simple-git-hooks"
|
|
},
|
|
"dependencies": {
|
|
"@better-scroll/core": "2.5.1",
|
|
"@iconify/vue": "4.1.1",
|
|
"@sa/color-palette": "workspace:*",
|
|
"@sa/hooks": "workspace:*",
|
|
"@sa/materials": "workspace:*",
|
|
"@sa/request": "workspace:*",
|
|
"@sa/utils": "workspace:*",
|
|
"@vueuse/core": "10.6.1",
|
|
"clipboard": "2.0.11",
|
|
"dayjs": "1.11.10",
|
|
"lodash-es": "4.17.21",
|
|
"naive-ui": "2.35.0",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "2.1.7",
|
|
"vue": "3.3.8",
|
|
"vue-i18n": "9.7.0",
|
|
"vue-router": "4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@elegant-router/vue": "0.3.1",
|
|
"@iconify/json": "2.2.143",
|
|
"@sa/scripts": "workspace:*",
|
|
"@sa/uno-preset": "workspace:*",
|
|
"@soybeanjs/eslint-config": "^1.1.2",
|
|
"@types/lodash-es": "4.17.11",
|
|
"@types/node": "20.9.1",
|
|
"@types/nprogress": "0.2.3",
|
|
"@unocss/preset-icons": "0.57.5",
|
|
"@unocss/preset-uno": "0.57.5",
|
|
"@unocss/transformer-directives": "0.57.5",
|
|
"@unocss/transformer-variant-group": "0.57.5",
|
|
"@unocss/vite": "0.57.5",
|
|
"@vitejs/plugin-vue": "4.5.0",
|
|
"@vitejs/plugin-vue-jsx": "3.1.0",
|
|
"cross-env": "7.0.3",
|
|
"npm-run-all": "4.1.5",
|
|
"sass": "1.69.5",
|
|
"simple-git-hooks": "2.9.0",
|
|
"typescript": "5.2.2",
|
|
"unplugin-icons": "0.17.4",
|
|
"unplugin-vue-components": "0.25.2",
|
|
"vite": "5.0.0",
|
|
"vite-plugin-progress": "0.0.7",
|
|
"vite-plugin-svg-icons": "2.0.1",
|
|
"vite-plugin-vue-devtools": "1.0.0-rc.5",
|
|
"vue-tsc": "1.8.22"
|
|
},
|
|
"simple-git-hooks": {
|
|
"commit-msg": "pnpm sa git-commit-verify",
|
|
"pre-commit": "pnpm typecheck"
|
|
}
|
|
}
|