{ "name": "nuxt-start", "version": "2.17.2", "description": "Starts Nuxt Application in production mode", "keywords": [ "nuxt", "nuxt.js", "nuxtjs", "ssr", "vue", "vue isomorphic", "vue server side", "vue ssr", "vue universal", "vue versatile", "vue.js", "vuejs" ], "homepage": "https://github.com/nuxt/nuxt.js#readme", "repository": { "type": "git", "url": "git+https://github.com/nuxt/nuxt.js.git" }, "license": "MIT", "main": "dist/nuxt-start.js", "bin": { "nuxt-start": "bin/nuxt-start.js" }, "files": [ "bin", "dist" ], "dependencies": { "@nuxt/cli": "2.17.2", "@nuxt/config": "2.17.2", "@nuxt/core": "2.17.2", "@nuxt/server": "2.17.2", "@nuxt/telemetry": "^1.4.1", "@nuxt/utils": "2.17.2", "@nuxt/vue-renderer": "2.17.2", "node-fetch-native": "^1.4.0", "vue": "^2.7.10", "vue-client-only": "^2.1.0", "vue-meta": "^2.4.0", "vue-no-ssr": "^1.1.1", "vue-router": "^3.6.5", "vuex": "^3.6.2" } }