mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
34 lines
774 B
JSON
34 lines
774 B
JSON
{
|
|
"name": "@nuxt/server",
|
|
"version": "2.3.2",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/server.js",
|
|
"dependencies": {
|
|
"@nuxt/common": "2.3.2",
|
|
"@nuxt/config": "2.3.2",
|
|
"@nuxtjs/youch": "^4.2.3",
|
|
"browserslist-useragent": "^2.0.1",
|
|
"chalk": "^2.4.1",
|
|
"compression": "^1.7.3",
|
|
"connect": "^3.6.6",
|
|
"consola": "^2.3.0",
|
|
"etag": "^1.8.1",
|
|
"fresh": "^0.5.2",
|
|
"fs-extra": "^7.0.1",
|
|
"ip": "^1.1.5",
|
|
"launch-editor-middleware": "^2.2.1",
|
|
"pify": "^4.0.1",
|
|
"serve-placeholder": "^1.1.0",
|
|
"serve-static": "^1.13.2",
|
|
"server-destroy": "^1.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
|
}
|