Add package.json

This commit is contained in:
kleap-admin 2026-01-15 11:57:52 +00:00
parent 46bbd70ace
commit fed7b03c1a
1 changed files with 19 additions and 0 deletions

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "v4-1768478268576",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "14.2.35",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/react": "^18.2.0",
"@types/node": "^20.0.0"
}
}