mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
d7d85d3b47
Conflicts: yarn.lock
76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
{
|
|
"name": "nuxt-start",
|
|
"version": "1.0.0-rc4",
|
|
"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.d.ts",
|
|
"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": "./bin/nuxt"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.3.0 <5.0.0 || >=5.10",
|
|
"npm": ">=3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"source-map-support": "^0.4.15",
|
|
"pretty-error": "^2.1.1",
|
|
"lodash": "^4.17.4",
|
|
"hash-sum": "^1.0.2",
|
|
"tappable": "^1.1.0",
|
|
"debug": "^3.0.0",
|
|
"chalk": "^2.1.0",
|
|
"ansi-html": "^0.0.7",
|
|
"serialize-javascript": "^1.4.0",
|
|
"etag": "^1.8.0",
|
|
"fresh": "^0.5.0",
|
|
"pify": "^3.0.0",
|
|
"serve-static": "^1.12.4",
|
|
"compression": "^1.7.0",
|
|
"fs-extra": "^4.0.1",
|
|
"vue-server-renderer": "~2.4.2",
|
|
"@nuxtjs/youch": "3.0.1",
|
|
"source-map": "^0.5.6",
|
|
"connect": "^3.6.3",
|
|
"server-destroy": "^1.0.1"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
"logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
|
}
|
|
} |