chore: update README.md
parent
5590cc8fa1
commit
fe829aa8e7
|
@ -1,5 +1,5 @@
|
||||||
ports:
|
ports:
|
||||||
- port: 3344
|
- port: 5555
|
||||||
onOpen: open-preview
|
onOpen: open-preview
|
||||||
tasks:
|
tasks:
|
||||||
- init: corepack enable && pnpm install
|
- init: corepack enable && pnpm install
|
||||||
|
|
61
README.md
61
README.md
|
@ -1,4 +1,4 @@
|
||||||
<div align="center"> <a href="https://github.com/anncwb/vue-vben-admin"> <img alt="VbenAdmin Logo" width="200" height="200" src="https://cdn.jsdelivr.net/gh/vbenjs/vben-cdn-static@0.1.0/vben-admin/logo.png"> </a> <br> <br>
|
<div align="center"> <a href="https://github.com/anncwb/vue-vben-admin"> <img alt="VbenAdmin Logo" width="200" height="200" src="https://unpkg.com/@vbenjs/static-source@0.1.5/source/logo-v1.webp"> </a> <br> <br>
|
||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
|
@ -11,24 +11,23 @@
|
||||||
|
|
||||||
Vue Vben Admin is a free and open source middle and back-end template. Using the latest `vue3`, `vite2`, `TypeScript` and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.
|
Vue Vben Admin is a free and open source middle and back-end template. Using the latest `vue3`, `vite2`, `TypeScript` and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.
|
||||||
|
|
||||||
|
## Upgrade Notice
|
||||||
|
|
||||||
|
This is the latest version, 5.0, and it is not compatible with previous versions. If you are starting a new project, it is recommended to use the latest version. If you wish to view the old version, please use the [v2 branch](https://github.com/vbenjs/vue-vben-admin/tree/v2).
|
||||||
|
|
||||||
## Feature
|
## Feature
|
||||||
|
|
||||||
- **State of The Art Development**:Use front-end front-end technology development such as Vue3/vite2
|
- **Latest Technology Stack**: Developed with cutting-edge front-end technologies like Vue 3 and Vite
|
||||||
- **TypeScript**: Application-level JavaScript language
|
- **TypeScript**: A language for application-scale JavaScript
|
||||||
- **Theming**: Configurable themes
|
- **Themes**: Multiple theme colors available with customizable options
|
||||||
- **International**:Built-in complete internationalization program
|
- **Internationalization**: Comprehensive built-in internationalization support
|
||||||
- **Mock Server** Built-in mock data scheme
|
- **Permissions**: Built-in solution for dynamic route-based permission generation
|
||||||
- **Authority** Built-in complete dynamic routing permission generation scheme.
|
|
||||||
- **Component** Multiple commonly used components are encapsulated twice
|
|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||
- [vue-vben-admin](https://vben.vvbin.cn/) - Full version Chinese site
|
- [Vben Admin](https://vben.pro/) - Full version Chinese site
|
||||||
- [vue-vben-admin-gh-pages](https://anncwb.github.io/vue-vben-admin/) - Full version of the github site
|
|
||||||
- [vben-admin-thin-next](https://vben.vvbin.cn/thin/next/) - Simplified Chinese site
|
|
||||||
- [vben-admin-thin-gh-pages](https://anncwb.github.io/vben-admin-thin-next/) -Simplified github site
|
|
||||||
|
|
||||||
Test account: vben/123456
|
Test Account: vben/123456
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview1.png">
|
<img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview1.png">
|
||||||
|
@ -44,18 +43,7 @@ Open the project in Gitpod (free online dev environment for GitHub) and start co
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[Document](https://doc.vvbin.cn/)
|
[Document](https://doc.vben.pro/)
|
||||||
|
|
||||||
## Preparation
|
|
||||||
|
|
||||||
- [node](http://nodejs.org/) and [git](https://git-scm.com/) - Project development environment
|
|
||||||
- [Vite](https://vitejs.dev/) - Familiar with vite features
|
|
||||||
- [Vue3](https://v3.vuejs.org/) - Familiar with Vue basic syntax
|
|
||||||
- [TypeScript](https://www.typescriptlang.org/) - Familiar with the basic syntax of `TypeScript`
|
|
||||||
- [Es6+](http://es6.ruanyifeng.com/) - Familiar with es6 basic syntax
|
|
||||||
- [Vue-Router-Next](https://next.router.vuejs.org/) - Familiar with the basic use of vue-router
|
|
||||||
- [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/) - ui basic use
|
|
||||||
- [Mock.js](https://github.com/nuysoft/Mock) - mockjs basic syntax
|
|
||||||
|
|
||||||
## Install and use
|
## Install and use
|
||||||
|
|
||||||
|
@ -70,6 +58,8 @@ git clone https://github.com/anncwb/vue-vben-admin.git
|
||||||
```bash
|
```bash
|
||||||
cd vue-vben-admin
|
cd vue-vben-admin
|
||||||
|
|
||||||
|
corepack enable
|
||||||
|
|
||||||
pnpm install
|
pnpm install
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -77,7 +67,7 @@ pnpm install
|
||||||
- run
|
- run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm serve
|
pnpm dev
|
||||||
```
|
```
|
||||||
|
|
||||||
- build
|
- build
|
||||||
|
@ -90,11 +80,6 @@ pnpm build
|
||||||
|
|
||||||
[CHANGELOG](./CHANGELOG.zh_CN.md)
|
[CHANGELOG](./CHANGELOG.zh_CN.md)
|
||||||
|
|
||||||
## Project
|
|
||||||
|
|
||||||
- [vue-vben-admin](https://github.com/anncwb/vue-vben-admin) - full version
|
|
||||||
- [vue-vben-admin-thin-next](https://github.com/anncwb/vben-admin-thin-next) - Simplified version
|
|
||||||
|
|
||||||
## How to contribute
|
## How to contribute
|
||||||
|
|
||||||
You are very welcome to join Or submit a Pull Request。
|
You are very welcome to join Or submit a Pull Request。
|
||||||
|
@ -120,19 +105,10 @@ You are very welcome to join - Used for local and development environment data mock
|
|
||||||
- [vite-plugin-html](https://github.com/anncwb/vite-plugin-html) - Used for html template conversion and compression
|
|
||||||
- [vite-plugin-compression](https://github.com/anncwb/vite-plugin-compression) - Used to pack input .gz|.brotil files
|
|
||||||
|
|
||||||
## Browser support
|
## Browser support
|
||||||
|
|
||||||
The `Chrome 80+` browser is recommended for local development
|
The `Chrome 80+` browser is recommended for local development
|
||||||
|
@ -151,7 +127,7 @@ Support modern browsers, not IE
|
||||||
|
|
||||||
If you think this project is helpful to you, you can help the author buy a cup of coffee to show your support!
|
If you think this project is helpful to you, you can help the author buy a cup of coffee to show your support!
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<a style="display: block;width: 100px;height: 50px;line-height: 50px; color: #fff;text-align: center; background: #408aed;border-radius: 4px;" href="https://www.paypal.com/paypalme/cvvben">Paypal Me</a>
|
<a style="display: block;width: 100px;height: 50px;line-height: 50px; color: #fff;text-align: center; background: #408aed;border-radius: 4px;" href="https://www.paypal.com/paypalme/cvvben">Paypal Me</a>
|
||||||
|
|
||||||
|
@ -163,8 +139,7 @@ If you think this project is helpful to you, you can help the author buy a cup o
|
||||||
|
|
||||||
## Discord
|
## Discord
|
||||||
|
|
||||||
- [github discussions](https://github.com/anncwb/vue-vben-admin/discussions)
|
- [Github Discussions](https://github.com/anncwb/vue-vben-admin/discussions)
|
||||||
- [Discord](https://discord.gg/8GuAdwDhj6)
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div align="center"> <a href="https://github.com/anncwb/vue-vben-admin"> <img alt="VbenAdmin Logo" width="200" height="200" src="https://cdn.jsdelivr.net/gh/vbenjs/vben-cdn-static@0.1.0/vben-admin/logo.png"> </a> <br> <br>
|
<div align="center"> <a href="https://github.com/anncwb/vue-vben-admin"> <img alt="VbenAdmin Logo" width="200" height="200" src="https://unpkg.com/@vbenjs/static-source@0.1.5/source/logo-v1.webp"> </a> <br> <br>
|
||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
|
@ -11,6 +11,10 @@
|
||||||
|
|
||||||
Vue Vben Admin 是 Vue Vben Admin 的升级版本。作为一个免费开源的中后台模板,它采用了最新的 Vue 3、Vite、TypeScript 等主流技术开发,开箱即用,可用于中后台前端开发,也适合学习参考。
|
Vue Vben Admin 是 Vue Vben Admin 的升级版本。作为一个免费开源的中后台模板,它采用了最新的 Vue 3、Vite、TypeScript 等主流技术开发,开箱即用,可用于中后台前端开发,也适合学习参考。
|
||||||
|
|
||||||
|
## 升级提示
|
||||||
|
|
||||||
|
该版本为最新版本`5.0`, 与其他版本不兼容,如果你是新项目,建议使用最新版本。如果你想查看旧版本,请使用 [v2 分支](https://github.com/vbenjs/vue-vben-admin/tree/v2)
|
||||||
|
|
||||||
## 特性
|
## 特性
|
||||||
|
|
||||||
- **最新技术栈**:使用 Vue3/vite 等前端前沿技术开发
|
- **最新技术栈**:使用 Vue3/vite 等前端前沿技术开发
|
||||||
|
@ -21,10 +25,7 @@ Vue Vben Admin 是 Vue Vben Admin 的升级版本。作为一个免费开源的
|
||||||
|
|
||||||
## 预览
|
## 预览
|
||||||
|
|
||||||
- [vue-vben-admin](https://vben.vvbin.cn/) - 完整版中文站点
|
- [Vben Admin](https://vben.pro/) - 完整版中文站点
|
||||||
- [vue-vben-admin-gh-pages](https://anncwb.github.io/vue-vben-admin/) - 完整版 github 站点
|
|
||||||
- [vben-admin-thin-next](https://vben.vvbin.cn/thin/next/) - 简化版中文站点
|
|
||||||
- [vben-admin-thin-gh-pages](https://anncwb.github.io/vben-admin-thin-next/) - 简化版 github 站点
|
|
||||||
|
|
||||||
测试账号: vben/123456
|
测试账号: vben/123456
|
||||||
|
|
||||||
|
@ -42,18 +43,7 @@ Vue Vben Admin 是 Vue Vben Admin 的升级版本。作为一个免费开源的
|
||||||
|
|
||||||
## 文档
|
## 文档
|
||||||
|
|
||||||
[文档地址](https://doc.vvbin.cn/)
|
[文档地址](https://doc.vben.pro/)
|
||||||
|
|
||||||
## 准备
|
|
||||||
|
|
||||||
- [node](http://nodejs.org/) 和 [git](https://git-scm.com/) -项目开发环境
|
|
||||||
- [Vite](https://vitejs.dev/) - 熟悉 vite 特性
|
|
||||||
- [Vue3](https://v3.vuejs.org/) - 熟悉 Vue 基础语法
|
|
||||||
- [TypeScript](https://www.typescriptlang.org/) - 熟悉`TypeScript`基本语法
|
|
||||||
- [Es6+](http://es6.ruanyifeng.com/) - 熟悉 es6 基本语法
|
|
||||||
- [Vue-Router-Next](https://next.router.vuejs.org/) - 熟悉 vue-router 基本使用
|
|
||||||
- [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/) - ui 基本使用
|
|
||||||
- [Mock.js](https://github.com/nuysoft/Mock) - mockjs 基本语法
|
|
||||||
|
|
||||||
## 安装使用
|
## 安装使用
|
||||||
|
|
||||||
|
@ -68,6 +58,8 @@ git clone https://github.com/anncwb/vue-vben-admin.git
|
||||||
```bash
|
```bash
|
||||||
cd vue-vben-admin
|
cd vue-vben-admin
|
||||||
|
|
||||||
|
corepack enable
|
||||||
|
|
||||||
pnpm install
|
pnpm install
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -109,7 +101,6 @@ pnpm build
|
||||||
- `test` 测试相关
|
- `test` 测试相关
|
||||||
- `docs` 文档/注释
|
- `docs` 文档/注释
|
||||||
- `chore` 依赖更新/脚手架配置修改等
|
- `chore` 依赖更新/脚手架配置修改等
|
||||||
- `workflow` 工作流改进
|
|
||||||
- `ci` 持续集成
|
- `ci` 持续集成
|
||||||
- `types` 类型定义文件更改
|
- `types` 类型定义文件更改
|
||||||
- `wip` 开发中
|
- `wip` 开发中
|
||||||
|
@ -132,15 +123,13 @@ pnpm build
|
||||||
|
|
||||||
如果你觉得这个项目对你有帮助,你可以帮作者买一杯咖啡表示支持!
|
如果你觉得这个项目对你有帮助,你可以帮作者买一杯咖啡表示支持!
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<a style="display: block;width: 100px;height: 50px;line-height: 50px; color: #fff;text-align: center; background: #408aed;border-radius: 4px;" href="https://www.paypal.com/paypalme/cvvben">Paypal Me</a>
|
<a style="display: block;width: 100px;height: 50px;line-height: 50px; color: #fff;text-align: center; background: #408aed;border-radius: 4px;" href="https://www.paypal.com/paypalme/cvvben">Paypal Me</a>
|
||||||
|
|
||||||
## 交流
|
## Discord
|
||||||
|
|
||||||
`Vue-vben-Admin` 是完全开源免费的项目,在帮助开发者更方便地进行中大型管理系统开发,同时也提供 QQ 交流群使用问题欢迎在群内提问。
|
- [Github Discussions](https://github.com/anncwb/vue-vben-admin/discussions)
|
||||||
|
|
||||||
- QQ 群 `569291866`
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/json": "^2.2.231",
|
"@iconify/json": "^2.2.231",
|
||||||
"@iconify/tailwind": "^1.1.1",
|
"@iconify/tailwind": "^1.1.2",
|
||||||
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
|
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
|
||||||
"@tailwindcss/typography": "^0.5.13",
|
"@tailwindcss/typography": "^0.5.13",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/vue": "^4.1.2",
|
"@iconify/vue": "^4.1.2",
|
||||||
"lucide-vue-next": "^0.416.0",
|
"lucide-vue-next": "^0.417.0",
|
||||||
"vue": "^3.4.34"
|
"vue": "^3.4.34"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
"@vben-core/typings": "workspace:*",
|
"@vben-core/typings": "workspace:*",
|
||||||
"@vueuse/core": "^10.11.0",
|
"@vueuse/core": "^10.11.0",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"lucide-vue-next": "^0.416.0",
|
"lucide-vue-next": "^0.417.0",
|
||||||
"radix-vue": "^1.9.2",
|
"radix-vue": "^1.9.2",
|
||||||
"vue": "^3.4.34"
|
"vue": "^3.4.34"
|
||||||
}
|
}
|
||||||
|
|
|
@ -361,8 +361,8 @@ importers:
|
||||||
specifier: ^2.2.231
|
specifier: ^2.2.231
|
||||||
version: 2.2.231
|
version: 2.2.231
|
||||||
'@iconify/tailwind':
|
'@iconify/tailwind':
|
||||||
specifier: ^1.1.1
|
specifier: ^1.1.2
|
||||||
version: 1.1.1
|
version: 1.1.2
|
||||||
'@tailwindcss/nesting':
|
'@tailwindcss/nesting':
|
||||||
specifier: 0.0.0-insiders.565cd3e
|
specifier: 0.0.0-insiders.565cd3e
|
||||||
version: 0.0.0-insiders.565cd3e(postcss@8.4.40)
|
version: 0.0.0-insiders.565cd3e(postcss@8.4.40)
|
||||||
|
@ -530,8 +530,8 @@ importers:
|
||||||
specifier: ^4.1.2
|
specifier: ^4.1.2
|
||||||
version: 4.1.2(vue@3.4.34(typescript@5.5.4))
|
version: 4.1.2(vue@3.4.34(typescript@5.5.4))
|
||||||
lucide-vue-next:
|
lucide-vue-next:
|
||||||
specifier: ^0.416.0
|
specifier: ^0.417.0
|
||||||
version: 0.416.0(vue@3.4.34(typescript@5.5.4))
|
version: 0.417.0(vue@3.4.34(typescript@5.5.4))
|
||||||
vue:
|
vue:
|
||||||
specifier: ^3.4.34
|
specifier: ^3.4.34
|
||||||
version: 3.4.34(typescript@5.5.4)
|
version: 3.4.34(typescript@5.5.4)
|
||||||
|
@ -645,8 +645,8 @@ importers:
|
||||||
specifier: ^0.7.0
|
specifier: ^0.7.0
|
||||||
version: 0.7.0
|
version: 0.7.0
|
||||||
lucide-vue-next:
|
lucide-vue-next:
|
||||||
specifier: ^0.416.0
|
specifier: ^0.417.0
|
||||||
version: 0.416.0(vue@3.4.34(typescript@5.5.4))
|
version: 0.417.0(vue@3.4.34(typescript@5.5.4))
|
||||||
radix-vue:
|
radix-vue:
|
||||||
specifier: ^1.9.2
|
specifier: ^1.9.2
|
||||||
version: 1.9.2(vue@3.4.34(typescript@5.5.4))
|
version: 1.9.2(vue@3.4.34(typescript@5.5.4))
|
||||||
|
@ -762,9 +762,6 @@ importers:
|
||||||
'@vben/types':
|
'@vben/types':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../../types
|
version: link:../../types
|
||||||
'@vueuse/core':
|
|
||||||
specifier: ^10.11.0
|
|
||||||
version: 10.11.0(vue@3.4.34(typescript@5.5.4))
|
|
||||||
vue:
|
vue:
|
||||||
specifier: ^3.4.34
|
specifier: ^3.4.34
|
||||||
version: 3.4.34(typescript@5.5.4)
|
version: 3.4.34(typescript@5.5.4)
|
||||||
|
@ -2994,8 +2991,8 @@ packages:
|
||||||
'@iconify/json@2.2.231':
|
'@iconify/json@2.2.231':
|
||||||
resolution: {integrity: sha512-+KlOkI3CuwSuG8H3EIeC7f5LTsm73aggoh1GA9Uh4YCl65zvTgYyFwCxJXnR2vVeCoAlO2UtCtjHjNwOWchf4g==}
|
resolution: {integrity: sha512-+KlOkI3CuwSuG8H3EIeC7f5LTsm73aggoh1GA9Uh4YCl65zvTgYyFwCxJXnR2vVeCoAlO2UtCtjHjNwOWchf4g==}
|
||||||
|
|
||||||
'@iconify/tailwind@1.1.1':
|
'@iconify/tailwind@1.1.2':
|
||||||
resolution: {integrity: sha512-4mmA//qjZigv7D4KlqcVSYTqfRIJzyts2/lSCAJfCL0rVMIE76+ifJnaE5jxCo1+nYGBF8FsFo0qFOs+sX4EnA==}
|
resolution: {integrity: sha512-ZgToKxxd7zF5T9NXPnY9APRF06ZjFF21H/bINzcbKTdeJzLrNLIoVaoePIUbWVQ2HAac5cAYEHPZO8ILSUe3bQ==}
|
||||||
|
|
||||||
'@iconify/types@2.0.0':
|
'@iconify/types@2.0.0':
|
||||||
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
||||||
|
@ -3086,7 +3083,6 @@ packages:
|
||||||
|
|
||||||
'@ls-lint/ls-lint@2.2.3':
|
'@ls-lint/ls-lint@2.2.3':
|
||||||
resolution: {integrity: sha512-ekM12jNm/7O2I/hsRv9HvYkRdfrHpiV1epVuI2NP+eTIcEgdIdKkKCs9KgQydu/8R5YXTov9aHdOgplmCHLupw==}
|
resolution: {integrity: sha512-ekM12jNm/7O2I/hsRv9HvYkRdfrHpiV1epVuI2NP+eTIcEgdIdKkKCs9KgQydu/8R5YXTov9aHdOgplmCHLupw==}
|
||||||
cpu: [x64, arm64, s390x]
|
|
||||||
os: [darwin, linux, win32]
|
os: [darwin, linux, win32]
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
@ -3723,7 +3719,7 @@ packages:
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || >=20.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@typescript-eslint/parser': ^7.0.0
|
'@typescript-eslint/parser': ^7.0.0
|
||||||
eslint: ^8.57.0
|
eslint: ^8.56.0
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
|
@ -3770,7 +3766,7 @@ packages:
|
||||||
resolution: {integrity: sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==}
|
resolution: {integrity: sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==}
|
||||||
engines: {node: ^18.18.0 || >=20.0.0}
|
engines: {node: ^18.18.0 || >=20.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^9.7.0
|
eslint: ^8.56.0
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@7.17.0':
|
'@typescript-eslint/visitor-keys@7.17.0':
|
||||||
resolution: {integrity: sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==}
|
resolution: {integrity: sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==}
|
||||||
|
@ -5246,7 +5242,7 @@ packages:
|
||||||
resolution: {integrity: sha512-/UbPA+bYY7nIxcjL3kpcDY3UNdoLHFhyBFzHox2M0ypcUoueTn6woZUUmzzi5et/dXChksasYYFeKE2wshOrhg==}
|
resolution: {integrity: sha512-/UbPA+bYY7nIxcjL3kpcDY3UNdoLHFhyBFzHox2M0ypcUoueTn6woZUUmzzi5et/dXChksasYYFeKE2wshOrhg==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^9.7.0
|
eslint: ^8.56.0 || ^9.0.0-0
|
||||||
|
|
||||||
eslint-plugin-jsdoc@48.8.3:
|
eslint-plugin-jsdoc@48.8.3:
|
||||||
resolution: {integrity: sha512-AtIvwwW9D17MRkM0Z0y3/xZYaa9mdAvJrkY6fU/HNUwGbmMtHVvK4qRM9CDixGVtfNrQitb8c6zQtdh6cTOvLg==}
|
resolution: {integrity: sha512-AtIvwwW9D17MRkM0Z0y3/xZYaa9mdAvJrkY6fU/HNUwGbmMtHVvK4qRM9CDixGVtfNrQitb8c6zQtdh6cTOvLg==}
|
||||||
|
@ -5318,7 +5314,7 @@ packages:
|
||||||
resolution: {integrity: sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==}
|
resolution: {integrity: sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==}
|
||||||
engines: {node: '>=18.18'}
|
engines: {node: '>=18.18'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0
|
eslint: '>=8.56.0'
|
||||||
|
|
||||||
eslint-plugin-unused-imports@4.0.1:
|
eslint-plugin-unused-imports@4.0.1:
|
||||||
resolution: {integrity: sha512-rax76s05z64uQgG9YXsWFmXrgjkaK79AvfeAWiSxhPP6RVGxeRaj4+2u+wxxu/mDy2pmJoOy1QTOEALMia2xGQ==}
|
resolution: {integrity: sha512-rax76s05z64uQgG9YXsWFmXrgjkaK79AvfeAWiSxhPP6RVGxeRaj4+2u+wxxu/mDy2pmJoOy1QTOEALMia2xGQ==}
|
||||||
|
@ -6486,8 +6482,8 @@ packages:
|
||||||
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
|
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
|
|
||||||
lucide-vue-next@0.416.0:
|
lucide-vue-next@0.417.0:
|
||||||
resolution: {integrity: sha512-oNjClUpOTRhLGN0UDvtjGAWBJzYj+rJPr3DxR5aXd2eD6tIuEuF7iaofkvT220VGXAVoXKCqmgk826OJ1M6T6A==}
|
resolution: {integrity: sha512-uIoSKLovPHcv2QCLJLZMh7XrBvbPvOwWCyldvOKvAF/3Mbez0isAY/j1WlBnO2Nu2FUNQex6eHXbPtou55H23Q==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.4.34
|
vue: ^3.4.34
|
||||||
|
|
||||||
|
@ -11405,7 +11401,7 @@ snapshots:
|
||||||
'@iconify/types': 2.0.0
|
'@iconify/types': 2.0.0
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
|
|
||||||
'@iconify/tailwind@1.1.1':
|
'@iconify/tailwind@1.1.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 2.0.0
|
'@iconify/types': 2.0.0
|
||||||
|
|
||||||
|
@ -15437,7 +15433,7 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
yallist: 4.0.0
|
yallist: 4.0.0
|
||||||
|
|
||||||
lucide-vue-next@0.416.0(vue@3.4.34(typescript@5.5.4)):
|
lucide-vue-next@0.417.0(vue@3.4.34(typescript@5.5.4)):
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.4.34(typescript@5.5.4)
|
vue: 3.4.34(typescript@5.5.4)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue