admin-vben/packages/effects/access/package.json

30 lines
696 B
JSON
Raw Permalink Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/access",
2024-12-12 14:47:11 +00:00
"version": "5.5.1",
2024-05-19 13:20:42 +00:00
"homepage": "https://github.com/vbenjs/vue-vben-admin",
2024-06-16 15:56:20 +00:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-05-19 13:20:42 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "packages/effects/permissions"
2024-05-19 13:20:42 +00:00
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
2024-05-19 13:20:42 +00:00
"sideEffects": [
"**/*.css"
],
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
2024-05-19 13:20:42 +00:00
}
},
"dependencies": {
"@vben/preferences": "workspace:*",
"@vben/stores": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"vue": "catalog:"
2024-05-19 13:20:42 +00:00
}
}