52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "@vben/stores",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
"directory": "packages/stores"
|
|
},
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
|
"scripts": {
|
|
"build": "pnpm unbuild",
|
|
"stub": "pnpm unbuild --stub"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"imports": {
|
|
"#*": "./src/*"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@vben-core/toolkit": "workspace:*",
|
|
"@vben-core/typings": "workspace:*",
|
|
"pinia": "2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"vue": "3.4.27",
|
|
"vue-router": "^4.3.2"
|
|
}
|
|
}
|