{ "name": "@nuxt/pages", "version": "0.2.3", "repository": "nuxt/framework", "license": "MIT", "types": "./dist/module.d.ts", "files": [ "dist", "module.js" ], "scripts": { "prepack": "unbuild" }, "dependencies": { "@nuxt/kit": "^0.6.3", "globby": "^11.0.4", "ufo": "^0.7.5", "upath": "^2.0.1", "vue-router": "^4.0.9" }, "devDependencies": { "unbuild": "^0.3.1" }, "peerDependencies": { "vue": "3.1.1" } }