You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
862 B
39 lines
862 B
{
|
|
"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",
|
|
"lodash-es": "^4.17.21",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vben/types": "workspace:*"
|
|
}
|
|
}
|
|
|