mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
81 lines
1.6 KiB
JSON
81 lines
1.6 KiB
JSON
{
|
|
"name": "nuxt",
|
|
"version": "2.14.4",
|
|
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
|
"keywords": [
|
|
"nuxt",
|
|
"nuxt.js",
|
|
"nuxtjs",
|
|
"ssr",
|
|
"vue",
|
|
"vue isomorphic",
|
|
"vue server side",
|
|
"vue ssr",
|
|
"vue universal",
|
|
"vue versatile",
|
|
"vue.js",
|
|
"vuejs"
|
|
],
|
|
"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.js",
|
|
"bin": "bin/nuxt.js",
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"webpack.config.js"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "opencollective || exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/builder": "2.14.4",
|
|
"@nuxt/cli": "2.14.4",
|
|
"@nuxt/components": "^1.1.0",
|
|
"@nuxt/core": "2.14.4",
|
|
"@nuxt/generator": "2.14.4",
|
|
"@nuxt/loading-screen": "^2.0.2",
|
|
"@nuxt/opencollective": "^0.3.0",
|
|
"@nuxt/static": "^1.0.0",
|
|
"@nuxt/telemetry": "^1.2.3",
|
|
"@nuxt/webpack": "2.14.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9.0",
|
|
"npm": ">=5.0.0"
|
|
},
|
|
"collective": {
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
|
}
|
|
}
|