mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
dc0e1b9ad7
Co-authored-by: Renovate Bot <bot@renovateapp.com>
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "nuxt",
|
|
"version": "2.15.6",
|
|
"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",
|
|
"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.15.6",
|
|
"@nuxt/builder": "2.15.6",
|
|
"@nuxt/cli": "2.15.6",
|
|
"@nuxt/components": "^2.2.1",
|
|
"@nuxt/config": "2.15.6",
|
|
"@nuxt/core": "2.15.6",
|
|
"@nuxt/generator": "2.15.6",
|
|
"@nuxt/loading-screen": "^2.0.4",
|
|
"@nuxt/opencollective": "^0.3.2",
|
|
"@nuxt/server": "2.15.6",
|
|
"@nuxt/telemetry": "^1.3.6",
|
|
"@nuxt/utils": "2.15.6",
|
|
"@nuxt/vue-app": "2.15.6",
|
|
"@nuxt/vue-renderer": "2.15.6",
|
|
"@nuxt/webpack": "2.15.6"
|
|
},
|
|
"collective": {
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
|
}
|
|
}
|