-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
37
38
39
40
41
42
43
44
45
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"supabase": "supabase",
"lint": "eslint \"**/*.{ts,tsx}\"",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.2",
"@reduxjs/toolkit": "1.9.5",
"@supabase/auth-helpers-nextjs": "^0.7.3",
"@supabase/auth-helpers-react": "^0.4.1",
"@supabase/supabase-js": "^2.26.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.1.0",
"react-timeago": "^7.1.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/react-timeago": "^4.1.3",
"@types/redux-logger": "3.0.9",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"encoding": "^0.1.13",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"redux-logger": "3.0.6",
"supabase": "^1.77.9",
"typescript": "5.1.3"
}
}