Skip to content

Commit

Permalink
fix: remove hard dependency on nuxt, close #334 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Mar 6, 2023
1 parent 8e87473 commit 148bbbf
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 8 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,19 @@
"test:run": "vitest run"
},
"peerDependencies": {
"@vueuse/core": "*"
"@vueuse/core": "*",
"@nuxt/kit": "^3.2.2"
},
"peerDependenciesMeta": {
"@vueuse/core": {
"optional": true
},
"@nuxt/kit": {
"optional": true
}
},
"dependencies": {
"@antfu/utils": "^0.7.2",
"@nuxt/kit": "^3.2.2",
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
Expand All @@ -118,7 +121,7 @@
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@antfu/ni": "^0.20.0",
"@nuxt/schema": "^3.2.2",
"@nuxt/kit": "^3.2.2",
"@types/node": "^18.14.1",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.13.0",
Expand Down

0 comments on commit 148bbbf

Please sign in to comment.