-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 KB
/
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": "tunjiprod",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"supabase:update-schema": "supabase gen types typescript --project-id \"elskxroqsgganhayvfwm\" --schema public --debug > lib/schema.ts"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.11",
"@reduxjs/toolkit": "^1.9.5",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/supabase-js": "^2.38.5",
"axios": "^1.3.4",
"date-fns": "^2.29.3",
"disconnect": "https://github.com/nktknshn/disconnect",
"next": "^13.4.2",
"octokit": "^2.0.10",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-use-audio-player": "^1.3.1",
"swr": "^2.1.4"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"supabase": "^1.113.2",
"typescript": "4.7.2"
}
}