app-happy-bear-bop/package.json

16 lines
282 B
JSON

{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "15.1.9",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}