mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 19:58:18 +08:00
38 lines
793 B
JSON
38 lines
793 B
JSON
{
|
|
"name": "@fesjs/plugin-vuex",
|
|
"version": "2.0.0",
|
|
"description": "@fesjs/plugin-vuex",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-plugin-vuex"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "aringlai",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@umijs/utils": "3.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^2.0.0",
|
|
"vue": "^3.0.5",
|
|
"vuex": "^4.0.0"
|
|
}
|
|
}
|