-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 981 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
37
{
"name": "pomopal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"bdev": "node backend/server.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/supabase-adapter": "^0.1.7",
"@fortawesome/react-fontawesome": "^0.2.0",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/auth-ui-react": "^0.4.6",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.38.4",
"autoprefixer": "10.4.14",
"axios": "^1.6.2",
"cors": "^2.8.5",
"crypto-random-string": "^5.0.0",
"express": "^4.18.2",
"next": "13.4.3",
"next-auth": "^4.24.4",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-toastify": "^9.1.3",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"supabase": "^1.112.0",
"tailwindcss": "3.3.2",
"worker-timers": "^7.0.77"
}
}