mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 18:40:22 +08:00
1262e13067
* chore: update deps * fix: import.meta.globEager 已过期 * docs: fix doc bugs * fix: eslint * fix: lint:prettier * fix: stylelint * chore: update deps * fix: eslint * refactor: accountdetail setup * fix: 'Nullable' is not defined * feat: remove vite-plugin-vue-setup-extend * chore: remove unplugin-vue-define-options * fix(component): pageWrapper use setup closed #2898 * refactor: PageFooter use setup --------- Co-authored-by: jinmao88 <50581550+jinmao88@users.noreply.github.com>
39 lines
833 B
JSON
39 lines
833 B
JSON
{
|
|
"name": "@vben/hooks",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
"bugs": {
|
|
"url": "https://github.com/vbenjs/vue-vben-admin/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
"directory": "packages/hooks"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"//build": "pnpm unbuild",
|
|
"//stub": "pnpm unbuild --stub",
|
|
"clean": "pnpm rimraf .turbo node_modules dist",
|
|
"lint": "pnpm eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^10.2.1",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vben/types": "workspace:*"
|
|
}
|
|
}
|