{ "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.1.8", "vue": "^3.0.11", "vue-router": "^4.0.5", "vuex5": "^0.5.0-testing.3" }, "build": { "entries": { "index": { "distDir": ".gen" }, "/": {} }, "dependencies": [ "@vueuse/head", "ohmyfetch", "vue-router", "vuex5" ] } }