2018-10-30 20:42:53 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/server",
|
2018-11-26 17:37:12 +00:00
|
|
|
"version": "2.3.3",
|
2018-10-30 20:42:53 +00:00
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"main": "dist/server.js",
|
|
|
|
"dependencies": {
|
2018-11-26 17:37:12 +00:00
|
|
|
"@nuxt/common": "2.3.3",
|
|
|
|
"@nuxt/config": "2.3.3",
|
2018-10-30 20:42:53 +00:00
|
|
|
"@nuxtjs/youch": "^4.2.3",
|
2018-11-07 23:37:06 +00:00
|
|
|
"browserslist-useragent": "^2.0.1",
|
2018-10-30 20:42:53 +00:00
|
|
|
"chalk": "^2.4.1",
|
|
|
|
"compression": "^1.7.3",
|
|
|
|
"connect": "^3.6.6",
|
2018-11-20 18:51:13 +00:00
|
|
|
"consola": "^2.3.0",
|
2018-10-30 20:42:53 +00:00
|
|
|
"etag": "^1.8.1",
|
|
|
|
"fresh": "^0.5.2",
|
2018-11-07 22:39:37 +00:00
|
|
|
"fs-extra": "^7.0.1",
|
2018-10-30 20:42:53 +00:00
|
|
|
"ip": "^1.1.5",
|
|
|
|
"launch-editor-middleware": "^2.2.1",
|
2018-11-08 09:15:56 +00:00
|
|
|
"pify": "^4.0.1",
|
2018-11-14 19:32:07 +00:00
|
|
|
"serve-placeholder": "^1.1.0",
|
2018-10-30 20:42:53 +00:00
|
|
|
"serve-static": "^1.13.2",
|
|
|
|
"server-destroy": "^1.0.1"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2018-11-20 20:48:46 +00:00
|
|
|
},
|
2018-11-26 17:37:12 +00:00
|
|
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
2018-10-30 20:42:53 +00:00
|
|
|
}
|