We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dc293 commit e805a20Copy full SHA for e805a20
package.json
@@ -84,16 +84,19 @@
84
},
85
"peerDependencies": {
86
"@babel/parser": "^7.15.8",
87
- "vue": "2 || 3"
+ "vue": "2 || 3",
88
+ "@nuxt/kit": "^3.2.2"
89
90
"peerDependenciesMeta": {
91
"@babel/parser": {
92
"optional": true
93
+ },
94
+ "@nuxt/kit": {
95
+ "optional": true
96
}
97
98
"dependencies": {
99
"@antfu/utils": "^0.7.2",
- "@nuxt/kit": "^3.2.0",
100
"@rollup/pluginutils": "^5.0.2",
101
"chokidar": "^3.5.3",
102
"debug": "^4.3.4",
@@ -108,7 +111,7 @@
108
111
"@antfu/eslint-config": "^0.35.2",
109
112
"@babel/parser": "^7.20.15",
110
113
"@babel/types": "^7.20.7",
- "@nuxt/schema": "^3.2.0",
114
+ "@nuxt/kit": "^3.2.2",
115
"@types/debug": "^4.1.7",
116
"@types/minimatch": "^5.1.2",
117
"@types/node": "^18.13.0",
0 commit comments