-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 848 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "oceans5js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@dnd-kit/core": "^6.3.1",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@oguz.eroglu/ego-js": "^1.1.0",
"@prisma/client": "^6.1.0",
"axios": "^1.7.9",
"next": "^15.1.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"prisma": "^6.1.0",
"typescript": "^5.7.2"
}
}