UNPKG

vuexfire

Version:

Firestore binding for Vuex

62 lines (61 loc) 1.41 kB
{ "name": "vuexfire", "version": "3.2.5", "description": "Firestore binding for Vuex", "main": "dist/vuexfire.common.js", "module": "dist/vuexfire.esm.js", "unpkg": "dist/vuexfire.js", "browser": "dist/vuexfire.esm.js", "types": "dist/packages/vuexfire/src", "sideEffects": false, "files": [ "src", "dist", "LICENSE" ], "scripts": { "lint": "eslint --color --ext=js,ts src __tests__", "pretest": "yarn run lint", "test": "yarn run build && yarn run test:unit", "test:unit": "jest", "dev": "yarn run test:unit --watchAll", "build": "rollup -c ../../rollup.config.js", "postversion": "yarn run build" }, "repository": { "type": "git", "url": "git+https://github.com/vuejs/vuefire.git" }, "keywords": [ "vuex", "fire", "vue", "realtime", "database", "google", "firebase", "redux", "firestore", "store", "bind" ], "peerDependencies": { "firebase": ">=4.0.0" }, "author": { "name": "Eduardo San Martin Morote" }, "license": "MIT", "bugs": { "url": "https://github.com/vuejs/vuefire/issues" }, "homepage": "https://github.com/vuejs/vuefire#readme", "devDependencies": { "@posva/vuefire-test-helpers": "^1.2.3", "vuex": "^3.1.1" }, "dependencies": { "@posva/vuefire-core": "^2.3.4" }, "gitHead": "c879553a566ef82be71a3746ad92d6984a32491f" }