UNPKG

vuex-shared-mutations

Version:

Share vuex mutations across tabs via localStorage

95 lines (94 loc) 2.35 kB
{ "name": "vuex-shared-mutations", "version": "1.0.2", "description": "Share vuex mutations across tabs via localStorage", "main": "dist/vuex-shared-mutations.js", "scripts": { "test": "karma start --single-run --browsers HeadlessChrome", "build": "webpack --mode production", "lint": "eslint src && pretty-quick --staged", "ci": "npm run build && karma start --single-run" }, "files": [ "dist/vuex-shared-mutations.js", "dist/vuex-shared-mutations.js.map", "src", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/xanf/vuex-shared-mutations.git" }, "keywords": [ "vue", "vuex", "plugin" ], "author": "Illya Klymov <xanf@xanf.me>", "license": "MIT", "bugs": { "url": "https://github.com/xanf/vuex-shared-mutations/issues" }, "eslintConfig": { "root": true, "extends": [ "airbnb-base", "prettier" ], "env": { "browser": true }, "overrides": [ { "files": [ "*.test.js" ], "env": { "mocha": true }, "rules": { "no-unused-expressions": 0 } } ] }, "husky": { "hooks": "npm run lint" }, "homepage": "https://github.com/xanf/vuex-shared-mutations#readme", "devDependencies": { "@babel/core": "^7.2.2", "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.3.1", "babel-loader": "^8.0.5", "babel-plugin-istanbul": "^5.1.0", "chai": "^4.2.0", "core-js": "^2.6.4", "eslint": "^5.13.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "^2.16.0", "husky": "^1.3.1", "karma": "^4.0.0", "karma-browserstack-launcher": "^1.4.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", "karma-mocha": "^1.3.0", "karma-remap-coverage": "^0.1.5", "karma-sauce-launcher": "^2.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^3.0.5", "mocha": "^5.2.0", "prettier": "^1.16.3", "pretty-quick": "^1.10.0", "rimraf": "^2.6.3", "testdouble": "^3.9.3", "testdouble-chai": "^0.5.0", "vue": "^2.5.22", "vuex": "^3.1.0", "wallaby-webpack": "^3.9.13", "webpack": "^4.29.0", "webpack-cli": "^3.2.1" } }