fes.js/packages/fes-plugin-vuex/package.json

35 lines
771 B
JSON
Raw Normal View History

2021-02-02 16:56:02 +08:00
{
"name": "@webank/fes-plugin-vuex",
"version": "2.0.0-alpha.2",
"description": "@webank/fes-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"
},
"peerDependencies": {
"@webank/fes": "^2.0.0-alpha.0",
2021-02-02 18:05:05 +08:00
"vue": "3.0.5",
2021-02-02 16:56:02 +08:00
"vuex": "^4.0.0-rc.2"
}
}