mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
30 lines
622 B
JSON
30 lines
622 B
JSON
{
|
|
"name": "@nuxt/server",
|
|
"version": "2.2.0",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/server.js",
|
|
"dependencies": {
|
|
"@nuxt/common": "^2.2.0",
|
|
"@nuxt/config": "^2.2.0",
|
|
"@nuxtjs/youch": "^4.2.3",
|
|
"chalk": "^2.4.1",
|
|
"compression": "^1.7.3",
|
|
"connect": "^3.6.6",
|
|
"consola": "^2.2.2",
|
|
"etag": "^1.8.1",
|
|
"fresh": "^0.5.2",
|
|
"fs-extra": "^7.0.0",
|
|
"ip": "^1.1.5",
|
|
"launch-editor-middleware": "^2.2.1",
|
|
"serve-static": "^1.13.2",
|
|
"server-destroy": "^1.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|