Skip to content

Commit 7e275a4

Browse files
committed
chore: remove other deps
1 parent 04fcb23 commit 7e275a4

File tree

3 files changed

+2580
-9372
lines changed

3 files changed

+2580
-9372
lines changed

package.json

Lines changed: 19 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuefire",
33
"version": "3.0.0-alpha.2",
4-
"description": "Some awesome description",
4+
"description": "Official Firebase bindings for Vue.js",
55
"main": "dist/vuefire.cjs.js",
66
"unpkg": "dist/vuefire.global-vue-2.js",
77
"jsdelivr": "dist/vuefire.global-vue-2.js",
@@ -12,6 +12,7 @@
1212
"name": "Eduardo San Martin Morote",
1313
"email": "posva13@gmail.com"
1414
},
15+
"funding": "https://github.com/sponsors/posva",
1516
"scripts": {
1617
"docs": "vitepress dev docs",
1718
"build:docs": "vitepress build docs",
@@ -42,36 +43,26 @@
4243
"api"
4344
],
4445
"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+
},
4558
"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",
5959
"conventional-changelog-cli": "^2.0.34",
6060
"firebase": "^8.1.2",
6161
"firebase-mock": "^2.3.2",
62-
"focus-visible": "^5.2.0",
63-
"jest": "^26.2.2",
6462
"lint-staged": "^11.0.0",
65-
"pascalcase": "^1.0.0",
6663
"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",
7566
"yorkie": "^2.0.0"
7667
},
7768
"gitHooks": {
@@ -97,24 +88,12 @@
9788
"path": "size-checks/vuefire-full.js"
9889
}
9990
],
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-
},
10991
"repository": {
11092
"type": "git",
111-
"url": "git+https://github.com/posva/vuefire.git"
93+
"url": "git+https://github.com/vuejs/vuefire.git"
11294
},
11395
"bugs": {
114-
"url": "https://github.com/posva/vuefire/issues"
96+
"url": "https://github.com/vuejs/vuefire/issues"
11597
},
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"
12099
}

0 commit comments

Comments
 (0)