There was an error while loading. Please reload this page.
2 parents 1c53b6b + fb8fafb commit 118b17fCopy full SHA for 118b17f
package.json
@@ -62,7 +62,7 @@
62
"@nuxt/content": "^2.12.1",
63
"@nuxt/devtools": "^1.1.5",
64
"@nuxt/eslint-config": "0.3.7",
65
- "@nuxt/module-builder": "^0.5.5",
+ "@nuxt/module-builder": "^0.6.0",
66
"@nuxt/test-utils": "^3.12.1",
67
"@tailwindcss/typography": "^0.5.12",
68
"changelogen": "^0.5.5",
@@ -71,13 +71,19 @@
71
"happy-dom": "^13.10.1",
72
"nuxt": "^3.11.2",
73
"typescript": "^5.4.5",
74
- "vitest": "1.5.0"
+ "vitest": "1.5.0",
75
+ "vue-tsc": "^2.0.14"
76
},
77
"packageManager": "pnpm@9.0.2",
78
"resolutions": {
79
"@nuxtjs/tailwindcss": "link:."
80
81
+ "build": {
82
+ "externals": [
83
+ "runtime/merger.mjs"
84
+ ]
85
+ },
86
"stackblitz": {
87
"startCommand": "pnpm dev:prepare && pnpm dev"
88
}
-}
89
+}
0 commit comments