Skip to content

Commit

Permalink
fix: remove hard dependency on nuxt, close #606 (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Mar 6, 2023
1 parent 12dc293 commit e805a20
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 53 deletions.
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -84,16 +84,19 @@
},
"peerDependencies": {
"@babel/parser": "^7.15.8",
"vue": "2 || 3"
"vue": "2 || 3",
"@nuxt/kit": "^3.2.2"
},
"peerDependenciesMeta": {
"@babel/parser": {
"optional": true
},
"@nuxt/kit": {
"optional": true
}
},
"dependencies": {
"@antfu/utils": "^0.7.2",
"@nuxt/kit": "^3.2.0",
"@rollup/pluginutils": "^5.0.2",
"chokidar": "^3.5.3",
"debug": "^4.3.4",
Expand All @@ -108,7 +111,7 @@
"@antfu/eslint-config": "^0.35.2",
"@babel/parser": "^7.20.15",
"@babel/types": "^7.20.7",
"@nuxt/schema": "^3.2.0",
"@nuxt/kit": "^3.2.2",
"@types/debug": "^4.1.7",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.13.0",
Expand Down

0 comments on commit e805a20

Please sign in to comment.