2024-05-19 13:20:42 +00:00
|
|
|
{
|
2024-06-01 15:15:29 +00:00
|
|
|
"name": "@vben-core/preferences",
|
2024-06-16 15:50:17 +00:00
|
|
|
"version": "5.0.0",
|
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",
|
2024-07-22 16:03:59 +00:00
|
|
|
"directory": "packages/@core/preferences"
|
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
|
|
|
"scripts": {
|
2024-07-30 13:00:20 +00:00
|
|
|
"#build": "pnpm unbuild"
|
2024-05-19 13:20:42 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"src"
|
|
|
|
],
|
|
|
|
"sideEffects": [
|
|
|
|
"**/*.css"
|
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
"development": "./src/index.ts",
|
2024-07-30 13:00:20 +00:00
|
|
|
"default": "./src/index.ts",
|
|
|
|
"#default": "./dist/index.mjs"
|
2024-05-19 13:20:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@vben-core/toolkit": "workspace:*",
|
|
|
|
"@vben-core/typings": "workspace:*",
|
2024-06-09 10:58:30 +00:00
|
|
|
"@vueuse/core": "^10.11.0",
|
2024-07-28 06:29:05 +00:00
|
|
|
"vue": "^3.4.34"
|
2024-05-19 13:20:42 +00:00
|
|
|
}
|
|
|
|
}
|