-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 937 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": "untitled",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@chakra-ui/react": "^2.2.1",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@react-icons/all-files": "^4.1.0",
"@supabase/supabase-js": "^1.35.3",
"@supabase/ui": "^0.36.5",
"bootstrap": "^5.1.3",
"chart.js": "^3.8.0",
"emotion-theming": "^11.0.0",
"framer-motion": "^4.1.17",
"jsonwebtoken": "^8.5.1",
"next": "^12.1.6",
"react": "^18.1.0",
"react-chartjs-2": "^4.2.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.33.0",
"react-hook-form-resolvers": "^0.0.1",
"react-icons": "^4.4.0"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "12.1.6"
}
}