-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a176dc4
commit a748166
Showing
127 changed files
with
2,453 additions
and
2,987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "soybean-admin", | ||
"type": "module", | ||
"version": "1.0.0", | ||
"packageManager": "[email protected]", | ||
"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": "[email protected]", | ||
"url": "https://github.com/soybeanjs" | ||
}, | ||
"type": "module", | ||
"packageManager": "[email protected]", | ||
"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" | ||
"commit": "sa git-commit", | ||
"dev": "vite", | ||
"format": "sa prettier-write", | ||
"lint": "eslint . --fix", | ||
"prepare": "simple-git-hooks", | ||
"preview": "vite preview", | ||
"typecheck": "vue-tsc --noEmit --skipLibCheck", | ||
"update-pkg": "sa update-pkg" | ||
}, | ||
"dependencies": { | ||
"@better-scroll/core": "2.5.1", | ||
|
@@ -30,45 +30,48 @@ | |
"@sa/materials": "workspace:*", | ||
"@sa/request": "workspace:*", | ||
"@sa/utils": "workspace:*", | ||
"@vueuse/core": "10.6.1", | ||
"@vueuse/core": "10.7.0", | ||
"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": "3.3.11", | ||
"vue-i18n": "9.8.0", | ||
"vue-router": "4.2.5" | ||
}, | ||
"devDependencies": { | ||
"@elegant-router/vue": "0.3.1", | ||
"@iconify/json": "2.2.143", | ||
"@iconify/json": "2.2.157", | ||
"@sa/scripts": "workspace:*", | ||
"@sa/uno-preset": "workspace:*", | ||
"@soybeanjs/eslint-config": "^1.1.2", | ||
"@types/lodash-es": "4.17.11", | ||
"@types/node": "20.9.1", | ||
"@soybeanjs/eslint-config": "1.1.3", | ||
"@types/lodash-es": "4.17.12", | ||
"@types/node": "20.10.4", | ||
"@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", | ||
"@unocss/preset-icons": "0.58.0", | ||
"@unocss/preset-uno": "0.58.0", | ||
"@unocss/transformer-directives": "0.58.0", | ||
"@unocss/transformer-variant-group": "0.58.0", | ||
"@unocss/vite": "0.58.0", | ||
"@vitejs/plugin-vue": "4.5.2", | ||
"@vitejs/plugin-vue-jsx": "3.1.0", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.55.0", | ||
"eslint-plugin-vue": "9.19.2", | ||
"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", | ||
"typescript": "5.3.3", | ||
"unplugin-icons": "0.18.1", | ||
"unplugin-vue-components": "0.26.0", | ||
"vite": "5.0.8", | ||
"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" | ||
"vite-plugin-vue-devtools": "1.0.0-rc.8", | ||
"vue-eslint-parser": "9.3.2", | ||
"vue-tsc": "1.8.25" | ||
}, | ||
"simple-git-hooks": { | ||
"commit-msg": "pnpm sa git-commit-verify", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,7 @@ | |
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./src/*" | ||
] | ||
"*": ["./src/*"] | ||
} | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
import process from 'node:process'; | ||
import path from 'node:path'; | ||
import { defineConfig } from 'vitepress'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,7 @@ | |
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./src/*" | ||
] | ||
"*": ["./src/*"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.