mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-12 15:27:13 +00:00
16 lines
266 B
JSON
16 lines
266 B
JSON
{
|
|
"name": "nuxt-playground",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxi dev",
|
|
"build": "nuxi build",
|
|
"start": "nuxi preview"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "workspace:*"
|
|
},
|
|
"engines": {
|
|
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
|
}
|
|
}
|