mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
9797642d78
- @nuxt/app@0.5.0 - nuxt-cli@0.3.8 - @nuxt/component-discovery@0.2.0 - @nuxt/kit@0.6.4 - @nuxt/nitro@0.9.1 - nuxt3@0.8.0 - @nuxt/pages@0.3.0 - @nuxt/vite-builder@0.5.0 - @nuxt/webpack-builder@0.5.0
28 lines
476 B
JSON
28 lines
476 B
JSON
{
|
|
"name": "@nuxt/pages",
|
|
"version": "0.3.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"types": "./dist/module.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"module.js"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "^0.6.4",
|
|
"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"
|
|
}
|
|
}
|