Nuxt/distributions/nuxt/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "nuxt",
2023-03-17 15:36:22 +00:00
"version": "2.16.3",
"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",
2020-02-06 12:32:56 +00:00
"main": "dist/nuxt.js",
"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": {
2023-03-17 15:36:22 +00:00
"@nuxt/babel-preset-app": "2.16.3",
"@nuxt/builder": "2.16.3",
"@nuxt/cli": "2.16.3",
"@nuxt/components": "^2.2.1",
2023-03-17 15:36:22 +00:00
"@nuxt/config": "2.16.3",
"@nuxt/core": "2.16.3",
"@nuxt/generator": "2.16.3",
"@nuxt/loading-screen": "^2.0.4",
"@nuxt/opencollective": "^0.3.3",
2023-03-17 15:36:22 +00:00
"@nuxt/server": "2.16.3",
"@nuxt/telemetry": "^1.4.1",
2023-03-17 15:36:22 +00:00
"@nuxt/utils": "2.16.3",
"@nuxt/vue-app": "2.16.3",
"@nuxt/vue-renderer": "2.16.3",
"@nuxt/webpack": "2.16.3"
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"
}
}