mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
74 lines
1.4 KiB
JSON
74 lines
1.4 KiB
JSON
{
|
|
"name": "nuxt-start",
|
|
"version": "2.12.1",
|
|
"description": "Starts Nuxt.js Application in production mode",
|
|
"keywords": [
|
|
"nuxt",
|
|
"nuxt.js",
|
|
"nuxtjs",
|
|
"ssr",
|
|
"vue",
|
|
"vue isomorphic",
|
|
"vue server side",
|
|
"vue ssr",
|
|
"vue universal",
|
|
"vue versatile",
|
|
"vue.js",
|
|
"vuejs"
|
|
],
|
|
"homepage": "https://github.com/nuxt/nuxt.js#readme",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"contributors": [
|
|
{
|
|
"name": "Sebastien Chopin (@Atinux)"
|
|
},
|
|
{
|
|
"name": "Alexandre Chopin (@alexchopin)"
|
|
},
|
|
{
|
|
"name": "Pooya Parsa (@pi0)"
|
|
},
|
|
{
|
|
"name": "Clark Du (@clarkdo)"
|
|
},
|
|
{
|
|
"name": "Jonas Galvez (@galvez)"
|
|
},
|
|
{
|
|
"name": "Alexander Lichter (@manniL)"
|
|
},
|
|
{
|
|
"name": "Dmitry Molotkov (@aldarund)"
|
|
},
|
|
{
|
|
"name": "Kevin Marrec (@kevinmarrec)"
|
|
},
|
|
{
|
|
"name": "Pim (@pimlie)"
|
|
}
|
|
],
|
|
"main": "dist/nuxt-start.js",
|
|
"bin": "bin/nuxt-start.js",
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/cli": "2.12.1",
|
|
"@nuxt/core": "2.12.1",
|
|
"@nuxt/telemetry": "^1.0.1",
|
|
"node-fetch": "^2.6.0",
|
|
"vue": "^2.6.11",
|
|
"vue-client-only": "^2.0.0",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-no-ssr": "^1.1.1",
|
|
"vue-router": "^3.3.4",
|
|
"vuex": "^3.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9.0",
|
|
"npm": ">=5.0.0"
|
|
}
|
|
}
|