Nuxt/packages/app/package.json
renovate[bot] dfe99caaf1
chore(deps): update all non-major dependencies (#40)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-06 14:18:17 +02:00

35 lines
607 B
JSON

{
"name": "@nuxt/app",
"version": "0.2.0",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",
"files": [
"dist",
"meta.js"
],
"dependencies": {
"@vueuse/head": "^0.5.1",
"hookable": "^4.4.1",
"ohmyfetch": "^0.2.0",
"vue": "^3.0.11",
"vue-router": "^4.0.6",
"vuex5": "^0.5.0-testing.3"
},
"build": {
"entries": {
"index": {
"distDir": ".gen"
},
"/": {}
},
"dependencies": [
"@vueuse/head",
"ohmyfetch",
"vue-router",
"vuex5"
]
}
}