Nuxt/packages/nuxt-start/package.json

85 lines
1.7 KiB
JSON

{
"name": "nuxt-start",
"version": "2.1.0",
"description": "Starts Nuxt.js Application in production mode",
"license": "MIT",
"homepage": "https://github.com/nuxt/nuxt.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js"
},
"contributors": [
{
"name": "Sebastien Chopin (@Atinux)"
},
{
"name": "Alexandre Chopin (@alexchopin)"
},
{
"name": "Pooya Parsa (@pi0)"
},
{
"name": "Clark Du (@clarkdo)"
},
{
"name": "Jonas Galvez (@galvez)"
},
{
"name": "Alexander Lichter (@manniL}"
}
],
"keywords": [
"nuxt",
"nuxt.js",
"nuxtjs",
"vue",
"vue.js",
"vuejs",
"vue universal",
"vue ssr",
"vue server side",
"ssr",
"vue isomorphic",
"vue versatile"
],
"main": "dist/nuxt-start.js",
"bin": {
"nuxt-start": "./bin/nuxt-start"
},
"files": [
"bin",
"dist"
],
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"@nuxtjs/devalue": "^1.0.0",
"@nuxtjs/youch": "^4.2.3",
"chalk": "^2.4.1",
"compression": "^1.7.3",
"connect": "^3.6.6",
"consola": "^1.4.3",
"esm": "^3.0.84",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "^7.0.0",
"hash-sum": "^1.0.2",
"ip": "^1.1.5",
"launch-editor-middleware": "^2.2.1",
"lodash": "^4.17.11",
"lru-cache": "^4.1.3",
"minimist": "^1.2.0",
"serve-static": "^1.13.2",
"server-destroy": "^1.0.1",
"std-env": "^2.0.2",
"vue": "^2.5.17",
"vue-meta": "^1.5.5",
"vue-no-ssr": "^1.0.0",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.17",
"vuex": "^3.0.1"
}
}