Files

26 lines
564 B
JSON

{
"name": "@moraworld/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start --port 3000",
"lint": "next lint"
},
"dependencies": {
"js-cookie": "^3.0.8",
"next": "^15.3.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.15.21",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"typescript": "^5.8.3"
}
}