We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290ab69 commit d198058Copy full SHA for d198058
package.json
@@ -19,12 +19,17 @@
19
},
20
"devDependencies": {
21
"@nuxt-themes/docus": "^1.15.1",
22
- "@nuxt/eslint-config": "^0.7.4",
+ "@nuxt/eslint-config": "^1.2.0",
23
"@types/node": "^22.13.10",
24
+ "@vue/compiler-sfc": "^3.5.13",
25
"eslint": "^9.17.0",
26
"nuxt": "^3.16.0",
27
"nuxt-anchorscroll": "^1.0.5",
28
"nuxt-custom-elements": "^2.0.0-beta.31",
- "nuxt-gtag": "^3.0.2"
29
+ "nuxt-gtag": "^3.0.2",
30
+ "postcss": "^8.5.3",
31
+ "typescript": "^5.8.2",
32
+ "vite": "^6.2.2",
33
+ "vue": "^3.5.13"
34
}
35
0 commit comments