s-vuex-class
Version:
Binding helpers for Vuex and vue-class-component
59 lines (58 loc) • 1.5 kB
JSON
{
"name": "s-vuex-class",
"version": "0.4.1",
"author": "Master Shu",
"description": "Binding helpers for Vuex and vue-class-component",
"keywords": [
"vue",
"vuex",
"bindings"
],
"license": "MIT",
"main": "dist/vuex-class.cjs.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"dist",
"lib"
],
"homepage": "https://github.com/MasterShu/vuex-class",
"bugs": "https://github.com/MasterShu/vuex-class/issues",
"repository": {
"type": "git",
"url": "https://github.com/MasterShu/vuex-class.git"
},
"scripts": {
"test": "webpack --config scripts/webpack.config.test.js"
},
"devDependencies": {
"@types/mocha": "^5.2.0",
"@types/power-assert": "1.5.0",
"@types/sinon": "^4.3.3",
"es6-promise": "^4.2.4",
"glob": "^7.1.2",
"json-loader": "^0.5.7",
"npm-run-all": "^4.1.3",
"power-assert": "^1.5.0",
"rollup": "^0.58.2",
"rollup-plugin-replace": "^2.0.0",
"sinon": "^5.0.7",
"testem": "^2.4.0",
"ts-loader": "^4.3.0",
"tslint": "^5.10.0",
"tslint-config-ktsn": "^2.1.0",
"typescript": "^2.8.3",
"uglify-js": "^3.3.25",
"vue": "^2.5.16",
"vue-class-component": "^6.2.0",
"vuex": "^3.0.1",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack-espower-loader": "^2.0.0"
},
"peerDependencies": {
"vue": "^2.5.0 || ^3.0.0",
"vuex": "^3.0.0 || ^4.0.0",
"vue-class-component": "^6.0.0 || ^7.0.0 || ^8.0.0-rc"
}
}