Nuxt/start/package.json

79 lines
1.6 KiB
JSON
Raw Normal View History

2017-06-21 16:32:57 +00:00
{
"name": "nuxt-start",
"version": "2.0.0",
"description": "runtime-only build for nuxt",
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)"
2017-06-21 16:32:57 +00:00
}
],
"main": "index.js",
"module": "./lib/nuxt.js",
2017-06-21 16:32:57 +00:00
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js"
},
"files": [
"bin",
"lib",
"dist"
2017-06-21 16:32:57 +00:00
],
"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",
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
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
2017-06-21 16:32:57 +00:00
},
"dependencies": {
"minimist": "^1.2.0",
"lodash": "^4.17.5",
"chalk": "^2.3.2",
"ora": "^2.0.0",
2017-11-06 12:32:43 +00:00
"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",
2017-10-06 18:51:43 +00:00
"etag": "^1.8.1",
"fresh": "^0.5.2",
"serialize-javascript": "^1.4.0",
"serve-static": "^1.13.2",
2017-10-06 18:51:43 +00:00
"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"
2017-06-21 16:32:57 +00:00
}
}