UNPKG

@vuex-orm/plugin-axios

Version:

Vuex ORM plugin for adding smooth integration with axios.

84 lines (83 loc) 2.61 kB
{ "name": "@vuex-orm/plugin-axios", "version": "0.9.4", "description": "Vuex ORM plugin for adding smooth integration with axios.", "main": "dist/vuex-orm-axios.cjs.js", "browser": "dist/vuex-orm-axios.esm-browser.js", "module": "dist/vuex-orm-axios.esm-bundler.js", "unpkg": "dist/vuex-orm-axios.global.js", "jsdelivr": "dist/vuex-orm-axios.global.js", "typings": "dist/src/index.d.ts", "files": [ "dist" ], "scripts": { "build": "node scripts/build.js", "build:dts": "api-extractor run --local --verbose", "clean": "rm -rf dist coverage temp .nyc_output .tmp", "lint": "prettier --check --write --parser typescript \"{src,test}/**/*.ts\"", "lint:fail": "prettier --check --parser typescript \"{src,test}/**/*.ts\"", "test": "jest", "test:watch": "jest --watch", "coverage": "jest --collect-coverage", "docs": "vuepress dev docs", "docs:build": "yarn docs:build:guide && yarn docs:build:api", "docs:build:guide": "vuepress build docs", "docs:build:api": "yarn build && api-documenter markdown --input-folder temp --output-folder docs-api", "docs:deploy": "bash ./docs/deploy.sh", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "release": "node scripts/release.js" }, "repository": { "type": "git", "url": "git+https://github.com/vuex-orm/plugin-axios.git" }, "keywords": [ "vue", "vuex", "vuex-plugin", "vuex-orm", "vuex-orm-plugin", "axios" ], "author": "Kia Ishii", "license": "MIT", "bugs": { "url": "https://github.com/vuex-orm/plugin-axios/issues" }, "peerDependencies": { "@vuex-orm/core": ">=0.34.0" }, "dependencies": { "axios": "^0.21.1" }, "devDependencies": { "@microsoft/api-documenter": "^7.8.21", "@microsoft/api-extractor": "^7.9.2", "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-node-resolve": "^8.4.0", "@rollup/plugin-replace": "^2.3.3", "@types/jest": "^26.0.4", "@vuex-orm/core": "^0.36.3", "axios-mock-adapter": "^1.18.1", "brotli": "^1.3.2", "chalk": "^4.1.0", "codecov": "^3.7.0", "conventional-changelog-cli": "^2.0.34", "enquirer": "^2.3.6", "execa": "^4.0.3", "jest": "26.1.0", "prettier": "2.0.5", "rollup": "^2.21.0", "rollup-plugin-terser": "^6.1.0", "rollup-plugin-typescript2": "^0.27.1", "semver": "^7.3.2", "ts-jest": "^26.1.3", "typescript": "^3.9.7", "vue": "^2.6.11", "vue-server-renderer": "^2.6.11", "vuepress": "^1.5.2", "vuepress-theme-vue": "^1.1.0", "vuex": "^3.5.1" } }