mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
ef7a42649d
nuxt-start and nuxt/legacy are also coming!
79 lines
1.6 KiB
JSON
79 lines
1.6 KiB
JSON
{
|
|
"name": "nuxt-start",
|
|
"version": "2.0.0",
|
|
"description": "runtime-only build for nuxt",
|
|
"contributors": [
|
|
{
|
|
"name": "Sebastien Chopin (@Atinux)"
|
|
},
|
|
{
|
|
"name": "Alexandre Chopin (@alexchopin)"
|
|
},
|
|
{
|
|
"name": "Pooya Parsa (@pi0)"
|
|
},
|
|
{
|
|
"name": "Clark Du (@clarkdo)"
|
|
}
|
|
],
|
|
"main": "index.js",
|
|
"module": "./lib/nuxt.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"nuxt",
|
|
"nuxt.js",
|
|
"nuxtjs",
|
|
"vue",
|
|
"vue.js",
|
|
"vuejs",
|
|
"vue universal",
|
|
"vue ssr",
|
|
"vue isomorphic",
|
|
"vue versatile"
|
|
],
|
|
"homepage": "https://github.com/nuxt/nuxt.js#readme",
|
|
"bin": {
|
|
"nuxt-start": "./bin/nuxt-start"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0",
|
|
"npm": ">=5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minimist": "^1.2.0",
|
|
"lodash": "^4.17.5",
|
|
"chalk": "^2.3.2",
|
|
"ora": "^2.0.0",
|
|
"hash-sum": "^1.0.2",
|
|
"is-ci": "^1.1.0",
|
|
"debug": "^3.1.0",
|
|
"esm": "^3.0.10",
|
|
"vue-meta": "^1.5.0",
|
|
"vue-server-renderer": "^2.5.16",
|
|
"lru-cache": "^4.1.2",
|
|
"@nuxtjs/youch": "^4.2.3",
|
|
"fs-extra": "^5.0.0",
|
|
"etag": "^1.8.1",
|
|
"fresh": "^0.5.2",
|
|
"serialize-javascript": "^1.4.0",
|
|
"serve-static": "^1.13.2",
|
|
"compression": "^1.7.1",
|
|
"connect": "^3.6.5",
|
|
"launch-editor-middleware": "^2.2.1",
|
|
"server-destroy": "^1.0.1"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
"logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
|
}
|
|
} |