-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"name": "ta_am",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/lato": "^4.5.10",
"@next/font": "13.1.1",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.2.3",
"@types/cors": "^2.8.13",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-dom": "18.0.10",
"chakra-ui-file-picker": "^0.3.0",
"chart.js": "^4.1.2",
"cookie-cutter": "^0.2.0",
"cors": "^2.8.5",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"framer-motion": "^6.5.1",
"lottie-react": "^2.3.1",
"next": "13.1.1",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-chartjs-2": "^5.1.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.5",
"react-icons": "^4.7.1",
"react-use-file-upload": "^0.9.5",
"reset-css": "^5.0.1",
"typescript": "4.9.4"
}
}