admin-vben/packages/stores/package.json

31 lines
716 B
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/stores",
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",
"directory": "packages/stores"
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-core/toolkit": "workspace:*",
"@vben-core/typings": "workspace:*",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.34",
2024-06-21 16:01:15 +00:00
"vue-router": "^4.4.0"
2024-05-19 13:20:42 +00:00
}
}