25 lines
563 B
JSON
25 lines
563 B
JSON
{
|
|
"name": "cyber-mister-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --hostname 127.0.0.1 --port 3000",
|
|
"build": "next build",
|
|
"start": "next start --hostname 0.0.0.0 --port 3000",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "16.2.6",
|
|
"react": "19.2.6",
|
|
"react-dom": "19.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.10.5",
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3",
|
|
"eslint": "9.17.0",
|
|
"eslint-config-next": "16.2.6",
|
|
"typescript": "5.7.2"
|
|
}
|
|
}
|