-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1023 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
38
39
{
"name": "nextjs-with-typescript",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@arpitbhalla/habitrack": "^1.0.0",
"@date-io/date-fns": "^2.13.1",
"@emotion/cache": "latest",
"@emotion/react": "11.8.1",
"@emotion/server": "latest",
"@emotion/styled": "11.8.1",
"@mui/icons-material": "5.4.2",
"@mui/lab": "^5.0.0-alpha.74",
"@mui/material": "^5.5.2",
"@mui/x-data-grid": "^5.5.1",
"@supabase/supabase-js": "^1.30.3",
"@types/react-beautiful-dnd": "^13.1.2",
"date-fns": "^2.28.0",
"mui-datatables": "^4.0.0",
"next": "12.1.0",
"react": "^17.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.0",
"recharts": "^2.1.9"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.5"
}
}