diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index 8958b4ab72..9c4b8f7323 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -47,7 +47,13 @@ "bin": "bin/nuxt-start.js", "dependencies": { "@nuxt/cli": "2.3.4", - "@nuxt/core": "2.3.4" + "@nuxt/core": "2.3.4", + "vue": "^2.5.21", + "vue-meta": "^1.5.8", + "vue-no-ssr": "^1.1.1", + "vue-router": "^3.0.2", + "vue-template-compiler": "^2.5.21", + "vuex": "^3.0.1" }, "engines": { "node": ">=8.0.0",