mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
50acd3dda5
Co-authored-by: Renovate Bot <bot@renovateapp.com>
29 lines
500 B
JSON
29 lines
500 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",
|
|
"scule": "^0.2.1",
|
|
"ufo": "^0.7.7",
|
|
"upath": "^2.0.1",
|
|
"vue-router": "^4.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "^0.4.2"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "3.2.1"
|
|
}
|
|
}
|