vuex-pathify
Version:
Ridiculously simple Vuex setup + wiring
59 lines (58 loc) • 1.57 kB
JSON
{
"name": "vuex-pathify",
"version": "1.4.1",
"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/",
"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": "^7.1.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-jest": "^24.9.0",
"install": "^0.12.2",
"jest": "^24.9.0",
"node-sass": "^4.12.0",
"npm": "^6.11.3",
"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.6.2",
"vue": "^2.6.10",
"vuex": "^3.1.1"
},
"peerDependencies": {
"vue": "^2.5.19",
"vuex": "^3.0.1"
}
}