You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
789 B
32 lines
789 B
{ |
|
"name": "@vue/cli-plugin-vuex", |
|
"version": "5.0.1", |
|
"description": "Vuex plugin for vue-cli", |
|
"main": "index.js", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/vuejs/vue-cli.git", |
|
"directory": "packages/@vue/cli-plugin-vuex" |
|
}, |
|
"keywords": [ |
|
"vue", |
|
"cli", |
|
"vuex" |
|
], |
|
"author": "Evan You", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/vuejs/vue-cli/issues" |
|
}, |
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-vuex#readme", |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"devDependencies": { |
|
"@vue/cli-test-utils": "^5.0.1" |
|
}, |
|
"peerDependencies": { |
|
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0" |
|
}, |
|
"gitHead": "92d80a89122cea830a4e7e32946af64b4c3b62f7" |
|
}
|
|
|