-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 949 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 949 Bytes
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
{
"name": "sacco",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/x-data-grid": "latest",
"@prisma/client": "latest",
"@supabase/auth-helpers-nextjs": "^0.6.1",
"@supabase/supabase-js": "^2.21.0",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"chart.js": "^4.2.1",
"eslint": "8.36.0",
"eslint-config-next": "latest",
"formik": "^2.2.9",
"formik-mui": "^5.0.0-alpha.0",
"next": "latest",
"react": "latest",
"react-chartjs-2": "^5.2.0",
"react-dom": "latest",
"typescript": "5.0.2",
"yup": "^1.0.2"
},
"devDependencies": {
"prisma": "latest"
}
}