Add package.json

This commit is contained in:
kleap-admin 2026-01-15 11:49:19 +00:00
parent 08d59d1ebf
commit a2036fdbfa
1 changed files with 14 additions and 0 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "test-1768477756564",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}