Nuxt/start/package.json

79 lines
1.7 KiB
JSON
Raw Normal View History

2017-06-21 16:32:57 +00:00
{
"name": "nuxt-start",
2017-09-07 12:53:50 +00:00
"version": "1.0.0-rc11",
"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)"
}
],
"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",
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": {
2017-08-17 18:07:52 +00:00
"node": ">=6.11",
"npm": ">=3.10.0"
2017-06-21 16:32:57 +00:00
},
"dependencies": {
2017-10-06 18:51:43 +00:00
"source-map-support": "^0.5.0",
2017-08-05 17:46:39 +00:00
"pretty-error": "^2.1.1",
"minimist": "^1.2.0",
"lodash": "^4.17.4",
"hash-sum": "^1.0.2",
2017-07-20 18:37:36 +00:00
"tappable": "^1.1.0",
2017-10-06 18:51:43 +00:00
"debug": "^3.1.0",
2017-10-28 09:02:11 +00:00
"chalk": "^2.3.0",
"ansi-html": "^0.0.7",
2017-08-04 08:49:29 +00:00
"serialize-javascript": "^1.4.0",
2017-10-06 18:51:43 +00:00
"etag": "^1.8.1",
"fresh": "^0.5.2",
"serve-static": "^1.13.1",
"compression": "^1.7.1",
"fs-extra": "^4.0.2",
2017-10-17 10:31:49 +00:00
"vue-server-renderer": "^2.5.2",
2017-10-28 09:02:11 +00:00
"@nuxtjs/youch": "^3.1.0",
2017-10-06 18:51:43 +00:00
"source-map": "^0.6.1",
"connect": "^3.6.5",
2017-10-17 10:31:49 +00:00
"vue": "^2.5.2",
2017-10-06 18:51:43 +00:00
"vue-meta": "^1.2.0",
2017-08-21 08:38:06 +00:00
"lru-cache": "^4.1.1",
2017-09-22 13:21:34 +00:00
"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"
2017-06-21 16:32:57 +00:00
}
2017-10-28 09:02:11 +00:00
}