Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ca5e6b4

Browse files
committed
fix(deps): add nuxt required deps to root for avoiding hosting issue
1 parent c897e1a commit ca5e6b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/cna-template/template/nuxt/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
"@nuxtjs/axios": "^5.13.6",
2020
"@nuxtjs/pwa": "^3.3.5",
2121
"core-js": "^3.19.3",
22-
"nuxt": "^2.15.8"
22+
"nuxt": "^2.15.8",
23+
"vue": "^2.6.14",
24+
"vue-server-renderer": "^2.6.14",
25+
"vue-template-compiler": "^2.6.14",
26+
"webpack": "^4.46.0"
2327
},
2428
"devDependencies": {
2529
"@commitlint/config-conventional": "^15.0.0",

0 commit comments

Comments
 (0)