UNPKG

vue-redux-hooks

Version:
95 lines (94 loc) 2.62 kB
{ "name": "vue-redux-hooks", "version": "1.2.0", "description": "Redux hooks for Vue", "types": "dist/index.d.ts", "main": "dist/vue-redux-hooks.cjs.js", "module": "dist/vue-redux-hooks.esm.js", "unpkg": "dist/vue-redux-hooks.global.js", "files": [ "dist/" ], "scripts": { "build": "rollup -c rollup.config.js", "codecov": "codecov", "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx --fix src", "test": "cypress run-ct", "cypress": "cypress open-ct" }, "repository": { "type": "git", "url": "git+https://github.com/PatrykWalach/vue-redux-hooks.git" }, "keywords": [ "vue", "composition-api", "redux", "hooks", "typescript", "rtk-query", "query" ], "author": "Patryk Wałach", "license": "MIT", "bugs": { "url": "https://github.com/PatrykWalach/vue-redux-hooks/issues" }, "homepage": "https://github.com/PatrykWalach/vue-redux-hooks#readme", "sideEffects": false, "peerDependencies": { "@reduxjs/toolkit": ">=1.6.0", "@vue/composition-api": "^1.0.0-rc.1", "redux": ">=4.0.0", "vue": "^2.0.0 || >=3.0.0" }, "peerDependenciesMeta": { "@vue/composition-api": { "optional": true } }, "devDependencies": { "@cypress/code-coverage": "^3.9.9", "@cypress/vue": "^3.0.0-beta.3", "@cypress/webpack-dev-server": "^1.4.0", "@reduxjs/toolkit": "1.6", "@rollup/plugin-typescript": "^8.2.1", "@types/node": "^14.14.22", "@typescript-eslint/eslint-plugin": "^4.14.0", "@typescript-eslint/parser": "^4.14.0", "@vue/cli-plugin-babel": "^4.5.13", "@vue/cli-plugin-typescript": "^4.5.13", "@vue/cli-service": "^4.5.13", "@vue/compiler-sfc": "^3.1.4", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", "@vue/test-utils": "^2.0.0-beta.14", "babel-plugin-istanbul": "^6.0.0", "codecov": "^3.8.1", "core-js": "^3.15.2", "cypress": "^7.7.0", "eslint": "^7.18.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^7.5.0", "husky": "^4.3.8", "lint-staged": "^10.5.3", "prettier": "^2.2.1", "redux": "^4.0.5", "regenerator-runtime": "^0.13.7", "rollup": "^2.53.1", "rollup-plugin-dts": "^3.0.2", "typescript": "^4.1.3", "vue": "^3.0.5" }, "lint-staged": { "*.{js,jsx,vue,ts,tsx}": "eslint --cache --fix" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "dependencies": { "vue-demi": "^0.10.1" } }