31 lines
716 B
JSON
31 lines
716 B
JSON
{
|
|
"name": "@vben/stores",
|
|
"version": "5.0.0",
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
"directory": "packages/stores"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@vben-core/toolkit": "workspace:*",
|
|
"@vben-core/typings": "workspace:*",
|
|
"pinia": "2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"vue": "^3.4.34",
|
|
"vue-router": "^4.4.0"
|
|
}
|
|
}
|