Update package.json

This commit is contained in:
kleap-admin 2026-01-16 16:41:50 +00:00
parent 568f7e0e8a
commit 8951fc2f1c
1 changed files with 16 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"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"
}
}