mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
a0d5ceafbe
Co-authored-by: Renovate Bot <bot@renovateapp.com>
88 lines
1.8 KiB
JSON
88 lines
1.8 KiB
JSON
{
|
|
"name": "nuxt",
|
|
"version": "2.14.12",
|
|
"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": {
|
|
"nuxt": "./bin/nuxt.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"webpack.config.js"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "opencollective || exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/babel-preset-app": "^2.14.12",
|
|
"@nuxt/builder": "^2.14.12",
|
|
"@nuxt/cli": "^2.14.12",
|
|
"@nuxt/components": "^1.2.6",
|
|
"@nuxt/config": "^2.14.12",
|
|
"@nuxt/core": "^2.14.12",
|
|
"@nuxt/generator": "^2.14.12",
|
|
"@nuxt/loading-screen": "^2.0.3",
|
|
"@nuxt/opencollective": "^0.3.2",
|
|
"@nuxt/server": "^2.14.12",
|
|
"@nuxt/telemetry": "^1.3.3",
|
|
"@nuxt/utils": "^2.14.12",
|
|
"@nuxt/vue-app": "^2.14.12",
|
|
"@nuxt/vue-renderer": "^2.14.12",
|
|
"@nuxt/webpack": "^2.14.12"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0",
|
|
"npm": ">=6.14.11"
|
|
},
|
|
"collective": {
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
|
}
|
|
}
|