UNPKG

vuex-state-storage-sync

Version:
64 lines (63 loc) 1.62 kB
{ "name": "vuex-state-storage-sync", "version": "1.1.0", "description": "Synchronization of vuex state and storage", "author": "AGUMON <ljlm0402@gmail.com>", "license": "MIT", "keywords": [ "vue", "vuex", "store", "state", "localstorage", "sessionstorage", "plugin", "persistence", "sync" ], "source": "src/index.ts", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup src/index.ts --dts --format cjs,esm --outDir dist", "dev": "tsup src/index.ts --dts --format esm,cjs --watch", "prepare": "npm run build" }, "dependencies": { "deepmerge": "^4.2.2", "shvl": "^2.0.0" }, "devDependencies": { "@babel/core": "^7.10.5", "@babel/preset-env": "^7.10.4", "all-contributors-cli": "^6.17.0", "babel-core": "^6.26.3", "babel-jest": "^26.1.0", "bundlesize": "^0.18.0", "dom-storage": "^2.1.0", "eslint": "^7.5.0", "husky": "^4.2.5", "jest": "^26.1.0", "microbundle": "^0.12.3", "npm-run-all": "^4.1.5", "prettier": "^2.0.5", "pretty-quick": "^2.0.1", "rimraf": "^3.0.2", "tsup": "^8.5.0", "vue": "^2.6.11", "vuex": "^3.5.1" }, "peerDependencies": { "vue": "^2.0.0 || ^3.0.0", "vuex": "^2.0.0 || ^3.0.0 || ^4.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/ljlm0402/vuex-state-storage-sync.git" }, "bugs": { "url": "https://github.com/ljlm0402/vuex-state-storage-sync/issues" }, "homepage": "https://github.com/ljlm0402/vuex-state-storage-sync#readme" }