Nuxt/packages/nuxt3/package.json
renovate[bot] 3af5b92a25
chore(deps): update all non-major dependencies (#508)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-09 10:43:09 +02:00

60 lines
1.3 KiB
JSON

{
"name": "nuxt3",
"version": "0.10.0",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
"types": "./types.d.ts",
"bin": {
"nuxt": "./bin/nuxt.js"
},
"files": [
"bin",
"types.d.ts",
"dist"
],
"scripts": {
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/kit": "^0.10.0",
"@nuxt/nitro": "^0.10.0",
"@nuxt/vite-builder": "^0.10.0",
"@nuxt/webpack-builder": "^0.10.0",
"@vue/reactivity": "3.2.11",
"@vue/server-renderer": "^3.2.11",
"@vue/shared": "3.2.11",
"@vueuse/head": "^0.6.0",
"chokidar": "^3.5.2",
"consola": "^2.15.3",
"defu": "^5.0.0",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"hash-sum": "^2.0.0",
"hookable": "^5.0.0",
"ignore": "^5.1.8",
"lodash": "^4.17.21",
"nuxi": "^0.10.0",
"ohmyfetch": "^0.3.1",
"scule": "^0.2.1",
"ufo": "^0.7.9",
"unplugin": "^0.2.7",
"upath": "^2.0.1",
"vue": "^3.2.11",
"vue-router": "^4.0.11",
"vuex5": "^0.5.0-testing.3"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/hash-sum": "^1.0.0",
"@types/lodash": "^4.14.172",
"unbuild": "^0.4.2",
"vue-meta": "next"
},
"peerDependencies": {
"@vue/reactivity": "3.2.11",
"@vue/shared": "3.2.11",
"vue": "3.2.11"
}
}