mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
cdf4c62dc5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"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.5.0",
|
|
"@nuxt/utils": "2.17.2",
|
|
"@nuxt/vue-renderer": "2.17.2",
|
|
"node-fetch-native": "^1.4.1",
|
|
"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"
|
|
}
|
|
}
|