2018-10-17 21:28:25 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt",
|
2020-12-16 13:13:06 +00:00
|
|
|
"version": "2.14.12",
|
2018-10-17 21:28:25 +00:00
|
|
|
"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)"
|
|
|
|
},
|
|
|
|
{
|
2018-11-07 10:19:50 +00:00
|
|
|
"name": "Alexander Lichter (@manniL)"
|
2019-01-24 11:02:31 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dmitry Molotkov (@aldarund)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Kevin Marrec (@kevinmarrec)"
|
2019-04-15 16:13:27 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pim (@pimlie)"
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|
2020-02-06 12:32:56 +00:00
|
|
|
],
|
|
|
|
"main": "dist/nuxt.js",
|
2020-12-22 17:07:50 +00:00
|
|
|
"bin": {
|
|
|
|
"nuxt": "./bin/nuxt.js"
|
|
|
|
},
|
2020-02-06 12:32:56 +00:00
|
|
|
"files": [
|
|
|
|
"bin",
|
2020-03-02 18:15:00 +00:00
|
|
|
"dist",
|
|
|
|
"webpack.config.js"
|
2020-02-06 12:32:56 +00:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "opencollective || exit 0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-12-22 22:03:35 +00:00
|
|
|
"@nuxt/babel-preset-app": "^2.14.12",
|
|
|
|
"@nuxt/builder": "^2.14.12",
|
|
|
|
"@nuxt/cli": "^2.14.12",
|
2021-01-15 10:42:03 +00:00
|
|
|
"@nuxt/components": "^1.2.5",
|
2020-12-22 22:03:35 +00:00
|
|
|
"@nuxt/config": "^2.14.12",
|
|
|
|
"@nuxt/core": "^2.14.12",
|
|
|
|
"@nuxt/generator": "^2.14.12",
|
2020-11-30 22:18:57 +00:00
|
|
|
"@nuxt/loading-screen": "^2.0.3",
|
2020-10-13 20:18:59 +00:00
|
|
|
"@nuxt/opencollective": "^0.3.2",
|
2020-12-22 22:03:35 +00:00
|
|
|
"@nuxt/server": "^2.14.12",
|
2021-01-23 21:48:14 +00:00
|
|
|
"@nuxt/telemetry": "^1.3.3",
|
2020-12-22 22:03:35 +00:00
|
|
|
"@nuxt/utils": "^2.14.12",
|
|
|
|
"@nuxt/vue-app": "^2.14.12",
|
|
|
|
"@nuxt/vue-renderer": "^2.14.12",
|
|
|
|
"@nuxt/webpack": "^2.14.12"
|
2020-02-06 12:32:56 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-12-01 11:40:50 +00:00
|
|
|
"node": ">=10.13.0",
|
2021-01-11 16:54:27 +00:00
|
|
|
"npm": ">=6.14.11"
|
2020-02-06 12:32:56 +00:00
|
|
|
},
|
|
|
|
"collective": {
|
|
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
|
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
|
|
|
}
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|