mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
14 lines
220 B
JSON
14 lines
220 B
JSON
{
|
|
"private": true,
|
|
"name": "fixture-minimal-pages",
|
|
"scripts": {
|
|
"build": "nuxi build"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "workspace:*"
|
|
},
|
|
"engines": {
|
|
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
|
}
|
|
}
|