vuex-pathify
Version:
Ridiculously simple Vuex setup + wiring
60 lines (59 loc) • 1.62 kB
JSON
{
"name": "vuex-pathify",
"version": "3.0.0-beta",
"description": "Ridiculously simple Vuex setup + wiring",
"main": "dist/vuex-pathify.js",
"module": "dist/vuex-pathify.esm.js",
"jsnext:main": "dist/vuex-pathify.esm.js",
"typings": "types/index.d.ts",
"files": [
"dist/*",
"types/*.d.ts"
],
"scripts": {
"dev": "rollup -c build/rollup.js -w",
"build": "rollup -c build/rollup.js",
"docs": "node-sass docs/assets/scss -o docs/assets/css -w docs/assets/scss/**/*.scss & docsify serve docs",
"test": "jest tests/ --verbose",
"test:types": "tsc -p types/test"
},
"author": "Dave Stewart <dave@davestewart.io>",
"homepage": "https://github.com/davestewart/vuex-pathify#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/davestewart/vuex-pathify.git"
},
"keywords": [
"vuex",
"store"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/davestewart/vuex-pathify/issues"
},
"dependencies": {
"vue-class-component": "^8.0.0-rc.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"babel-jest": "^24.9.0",
"docsify-cli": "^4.4.4",
"install": "^0.12.2",
"jest": "^24.9.0",
"node-sass": "^7.0.1",
"npm": "^6.14.9",
"rollup": "^0.67.4",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^8.4.1",
"rollup-plugin-license": "^0.12.1",
"rollup-plugin-uglify": "^3.0.0",
"typescript": "^3.9.7",
"vue": "^3.0.0",
"vuex": "^4.0.0"
},
"peerDependencies": {
"vue": "^3.0.0",
"vuex": "^4.0.0"
}
}