Nuxt/packages/nuxt-start/package.json

85 lines
1.7 KiB
JSON
Raw Normal View History

2017-06-21 16:32:57 +00:00
{
"name": "nuxt-start",
"version": "2.0.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"
},
2017-06-21 16:32:57 +00:00
"contributors": [
{
"name": "Sebastien Chopin (@Atinux)"
},
{
"name": "Alexandre Chopin (@alexchopin)"
},
{
"name": "Pooya Parsa (@pi0)"
},
{
"name": "Clark Du (@clarkdo)"
2018-09-24 15:39:15 +00:00
},
{
"name": "Jonas Galvez (@galvez)"
},
{
"name": "Alexander Lichter (@manniL}"
2017-06-21 16:32:57 +00:00
}
],
"keywords": [
"nuxt",
"nuxt.js",
"nuxtjs",
"vue",
"vue.js",
"vuejs",
"vue universal",
"vue ssr",
"vue server side",
"ssr",
2017-06-21 16:32:57 +00:00
"vue isomorphic",
"vue versatile"
],
"main": "dist/nuxt-start.js",
2017-06-21 16:32:57 +00:00
"bin": {
2017-08-17 17:40:54 +00:00
"nuxt-start": "./bin/nuxt-start"
2017-06-21 16:32:57 +00:00
},
"files": [
"bin",
"dist"
],
2017-06-21 16:32:57 +00:00
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
2017-06-21 16:32:57 +00:00
},
"dependencies": {
"@nuxtjs/youch": "^4.2.3",
"chalk": "^2.4.1",
"compression": "^1.7.3",
"connect": "^3.6.6",
"consola": "^1.4.3",
"devalue": "^1.0.4",
"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": "^1.3.1",
"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"
2017-06-21 16:32:57 +00:00
}
}