15 lines
260 B
JSON
15 lines
260 B
JSON
{
|
|
"name": "app-prueba",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "16.3.4",
|
|
"react": "19.2.8",
|
|
"react-dom": "19.2.8"
|
|
}
|
|
}
|