mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
4095f96559
- @nuxt/app@0.4.3 - nuxt-cli@0.3.7 - @nuxt/kit@0.6.3 - @nuxt/nitro@0.9.0 - nuxt3@0.7.4 - @nuxt/pages@0.2.3 - @nuxt/vite-builder@0.4.3 - @nuxt/webpack-builder@0.4.3
28 lines
476 B
JSON
28 lines
476 B
JSON
{
|
|
"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.3",
|
|
"ufo": "^0.7.5",
|
|
"upath": "^2.0.1",
|
|
"vue-router": "^4.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "^0.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "3.1.1"
|
|
}
|
|
}
|