mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
78 lines
1.7 KiB
JSON
78 lines
1.7 KiB
JSON
{
|
|
"name": "nuxt-start",
|
|
"version": "1.0.0-rc11",
|
|
"description": "runtime-only build for nuxt",
|
|
"contributors": [
|
|
{
|
|
"name": "Sebastien Chopin (@Atinux)"
|
|
},
|
|
{
|
|
"name": "Alexandre Chopin (@alexchopin)"
|
|
},
|
|
{
|
|
"name": "Pooya Parsa (@pi0)"
|
|
}
|
|
],
|
|
"main": "./index.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"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": ">=6.11",
|
|
"npm": ">=3.10.0"
|
|
},
|
|
"dependencies": {
|
|
"source-map-support": "^0.5.0",
|
|
"pretty-error": "^2.1.1",
|
|
"minimist": "^1.2.0",
|
|
"lodash": "^4.17.4",
|
|
"debug": "^3.1.0",
|
|
"hash-sum": "^1.0.2",
|
|
"chalk": "^2.3.0",
|
|
"ansi-html": "^0.0.7",
|
|
"serialize-javascript": "^1.4.0",
|
|
"etag": "^1.8.1",
|
|
"fresh": "^0.5.2",
|
|
"serve-static": "^1.13.1",
|
|
"compression": "^1.7.1",
|
|
"fs-extra": "^4.0.2",
|
|
"vue-server-renderer": "^2.5.3",
|
|
"@nuxtjs/youch": "^3.1.0",
|
|
"source-map": "^0.6.1",
|
|
"connect": "^3.6.5",
|
|
"vue": "^2.5.3",
|
|
"vue-meta": "^1.3.1",
|
|
"lru-cache": "^4.1.1",
|
|
"server-destroy": "^1.0.1",
|
|
"open-in-editor": "^2.2.0"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
"logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
|
}
|
|
} |