vuex-xhr-state
Version:
Use Vuex to manage the state of you're ajax calls.
69 lines (68 loc) • 1.92 kB
JSON
{
"name": "vuex-xhr-state",
"version": "1.0.5",
"description": "Use Vuex to manage the state of you're ajax calls.",
"main": "dist/",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "yarn lint && yarn clean && yarn build:ts && yarn build:main",
"build:ts": "tsc -p .",
"build:main": "webpack --config ./webpack.config.js",
"clean": "rimraf ./dist && rimraf ./types",
"release": "yarn git-clean-status && yarn build && yarn publish",
"lint": "tslint --project ./tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ultraware/vuex-xhr-state.git"
},
"keywords": [
"xhr",
"ajax",
"state",
"loading"
],
"author": "Rick Aikema",
"typings": "lib/index.d.ts",
"license": "MIT",
"bugs": {
"url": "https://github.com/ultraware/vuex-xhr-state/issues"
},
"homepage": "https://github.com/ultraware/vuex-xhr-state#readme",
"dependencies": {
"js-md5": "^0.7.3"
},
"devDependencies": {
"@laura-wert/git-clean-status": "^1.0.0",
"@types/js-md5": "^0.4.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"rimraf": "^2.6.3",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vuex": "^3.1.1",
"vuex-class": "^0.3.2",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6"
},
"peerDependencies": {
"vue": "^2.5.17",
"vue-class-component": "^6.2.0",
"vuex": "^3.0.1",
"vuex-class": "^0.3.1"
},
"files": [
"package.json",
"dist/",
"lib/"
]
}