ruoyi-plus-soybean/package.json

87 lines
2.6 KiB
JSON
Raw Normal View History

{
2022-01-24 00:36:38 +08:00
"name": "soybean-admin",
2023-12-14 21:45:29 +08:00
"type": "module",
2023-11-17 08:45:00 +08:00
"version": "1.0.0",
2024-01-16 01:36:54 +08:00
"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",
2023-07-07 01:36:00 +08:00
"email": "soybeanjs@outlook.com",
"url": "https://github.com/soybeanjs"
},
"scripts": {
2023-11-17 08:45:00 +08:00
"build": "run-s typecheck build-only",
"build-only": "vite build",
"cleanup": "sa cleanup",
2023-12-14 21:45:29 +08:00
"commit": "sa git-commit",
"dev": "vite",
"lint": "eslint . --fix",
"prepare": "simple-git-hooks",
"preview": "vite preview",
2023-12-14 21:54:10 +08:00
"release": "soy release",
2023-12-14 21:45:29 +08:00
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"update-pkg": "sa update-pkg"
},
"dependencies": {
"@better-scroll/core": "2.5.1",
2023-11-17 08:45:00 +08:00
"@iconify/vue": "4.1.1",
"@sa/axios": "workspace:*",
2023-11-17 08:45:00 +08:00
"@sa/color-palette": "workspace:*",
"@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*",
"@sa/utils": "workspace:*",
2024-01-16 01:34:37 +08:00
"@vueuse/core": "10.7.2",
"clipboard": "2.0.11",
2023-11-18 00:34:14 +08:00
"dayjs": "1.11.10",
"lodash-es": "4.17.21",
2024-01-16 01:34:37 +08:00
"naive-ui": "2.37.3",
2023-11-17 08:45:00 +08:00
"nprogress": "0.2.0",
"pinia": "2.1.7",
2024-01-16 01:34:37 +08:00
"vue": "3.4.14",
"vue-i18n": "9.9.0",
2023-11-17 08:45:00 +08:00
"vue-router": "4.2.5"
},
"devDependencies": {
2024-01-16 23:31:45 +08:00
"@elegant-router/vue": "0.3.2",
2024-01-16 01:34:37 +08:00
"@iconify/json": "2.2.169",
2023-11-17 08:45:00 +08:00
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
2024-01-16 01:34:37 +08:00
"@soybeanjs/cli": "1.0.2",
2024-01-16 23:31:45 +08:00
"@soybeanjs/eslint-config": "1.1.6",
2023-12-14 21:45:29 +08:00
"@types/lodash-es": "4.17.12",
2024-01-16 23:31:45 +08:00
"@types/node": "20.11.4",
2023-11-17 08:45:00 +08:00
"@types/nprogress": "0.2.3",
2024-01-16 01:34:37 +08:00
"@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",
2023-11-18 00:34:14 +08:00
"@vitejs/plugin-vue-jsx": "3.1.0",
"cross-env": "7.0.3",
2024-01-16 01:34:37 +08:00
"eslint": "8.56.0",
"eslint-plugin-vue": "9.20.1",
2023-12-14 21:54:10 +08:00
"lint-staged": "15.2.0",
2023-11-17 08:45:00 +08:00
"npm-run-all": "4.1.5",
2024-01-16 01:34:37 +08:00
"sass": "1.69.7",
2023-08-03 23:45:00 +08:00
"simple-git-hooks": "2.9.0",
2024-01-16 01:34:37 +08:00
"tsx": "4.7.0",
2023-12-14 21:45:29 +08:00
"typescript": "5.3.3",
2024-01-16 01:34:37 +08:00
"unplugin-icons": "0.18.2",
2023-12-14 21:45:29 +08:00
"unplugin-vue-components": "0.26.0",
2024-01-16 01:34:37 +08:00
"vite": "5.0.11",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
2024-01-16 01:34:37 +08:00
"vite-plugin-vue-devtools": "7.0.10",
"vue-eslint-parser": "9.4.0",
"vue-tsc": "1.8.27"
},
"simple-git-hooks": {
2023-11-17 08:45:00 +08:00
"commit-msg": "pnpm sa git-commit-verify",
2023-12-14 21:54:10 +08:00
"pre-commit": "pnpm typecheck && pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}