|
1 | 1 | { |
2 | 2 | "name": "vuefire", |
3 | 3 | "version": "3.0.0-alpha.2", |
4 | | - "description": "Some awesome description", |
| 4 | + "description": "Official Firebase bindings for Vue.js", |
5 | 5 | "main": "dist/vuefire.cjs.js", |
6 | 6 | "unpkg": "dist/vuefire.global-vue-2.js", |
7 | 7 | "jsdelivr": "dist/vuefire.global-vue-2.js", |
|
12 | 12 | "name": "Eduardo San Martin Morote", |
13 | 13 | "email": "posva13@gmail.com" |
14 | 14 | }, |
| 15 | + "funding": "https://github.com/sponsors/posva", |
15 | 16 | "scripts": { |
16 | 17 | "docs": "vitepress dev docs", |
17 | 18 | "build:docs": "vitepress build docs", |
|
42 | 43 | "api" |
43 | 44 | ], |
44 | 45 | "license": "MIT", |
| 46 | + "dependencies": { |
| 47 | + "vue-demi": "latest" |
| 48 | + }, |
| 49 | + "peerDependencies": { |
| 50 | + "@vue/composition-api": "^1.4.0", |
| 51 | + "vue": "^2.6.0 || >=3.2.0" |
| 52 | + }, |
| 53 | + "peerDependenciesMeta": { |
| 54 | + "@vue/composition-api": { |
| 55 | + "optional": true |
| 56 | + } |
| 57 | + }, |
45 | 58 | "devDependencies": { |
46 | | - "@docsearch/css": "^1.0.0-alpha.22", |
47 | | - "@docsearch/js": "^1.0.0-alpha.22", |
48 | | - "@microsoft/api-extractor": "7.8.1", |
49 | | - "@rollup/plugin-alias": "^3.1.1", |
50 | | - "@rollup/plugin-commonjs": "^19.0.0", |
51 | | - "@rollup/plugin-node-resolve": "^13.0.0", |
52 | | - "@rollup/plugin-replace": "^2.3.3", |
53 | | - "@size-limit/preset-small-lib": "^4.5.5", |
54 | | - "@types/jest": "^26.0.17", |
55 | | - "@types/jsdom": "^16.2.3", |
56 | | - "@vue/test-utils": "^2.0.0-beta.1", |
57 | | - "algoliasearch": "^4.8.2", |
58 | | - "codecov": "^3.7.2", |
59 | 59 | "conventional-changelog-cli": "^2.0.34", |
60 | 60 | "firebase": "^8.1.2", |
61 | 61 | "firebase-mock": "^2.3.2", |
62 | | - "focus-visible": "^5.2.0", |
63 | | - "jest": "^26.2.2", |
64 | 62 | "lint-staged": "^11.0.0", |
65 | | - "pascalcase": "^1.0.0", |
66 | 63 | "prettier": "^2.0.5", |
67 | | - "rollup": "^2.23.0", |
68 | | - "rollup-plugin-terser": "^7.0.2", |
69 | | - "rollup-plugin-typescript2": "^0.30.0", |
70 | | - "size-limit": "^4.5.5", |
71 | | - "ts-jest": "^26.1.4", |
72 | | - "typescript": "^4.0.2", |
73 | | - "vitepress": "^0.9.0", |
74 | | - "vue": "^3.0.0-rc.5", |
| 64 | + "typescript": "~4.3.4", |
| 65 | + "vue": "^3.0.0", |
75 | 66 | "yorkie": "^2.0.0" |
76 | 67 | }, |
77 | 68 | "gitHooks": { |
|
97 | 88 | "path": "size-checks/vuefire-full.js" |
98 | 89 | } |
99 | 90 | ], |
100 | | - "peerDependencies": { |
101 | | - "@vue/composition-api": "^1.0.0-beta.1", |
102 | | - "vue": "^2.0.0 || >=3.0.0-rc.0" |
103 | | - }, |
104 | | - "peerDependenciesMeta": { |
105 | | - "@vue/composition-api": { |
106 | | - "optional": true |
107 | | - } |
108 | | - }, |
109 | 91 | "repository": { |
110 | 92 | "type": "git", |
111 | | - "url": "git+https://github.com/posva/vuefire.git" |
| 93 | + "url": "git+https://github.com/vuejs/vuefire.git" |
112 | 94 | }, |
113 | 95 | "bugs": { |
114 | | - "url": "https://github.com/posva/vuefire/issues" |
| 96 | + "url": "https://github.com/vuejs/vuefire/issues" |
115 | 97 | }, |
116 | | - "homepage": "https://github.com/posva/vuefire#readme", |
117 | | - "dependencies": { |
118 | | - "vue-demi": "^0.9.1" |
119 | | - } |
| 98 | + "homepage": "https://github.com/vuejs/vuefire#readme" |
120 | 99 | } |
0 commit comments