forked from crsdvaibhav/iitbhumun
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.55 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
46
47
48
49
50
51
52
53
54
55
{
"name": "iitbhumun",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-tailwind/react": "^1.2.4",
"@mui/icons-material": "^6.1.9",
"@mui/material": "^6.1.9",
"@prisma/client": "^5.22.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@reduxjs/toolkit": "^2.3.0",
"@supabase/supabase-js": "^2.47.13",
"daisyui": "^2.33.0",
"firebase": "^9.23.0",
"next": "12.3.1",
"next-auth": "^4.24.7",
"react": "^18.2.0",
"react-countdown": "^2.3.3",
"react-dom": "18.2.0",
"react-google-button": "^0.7.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-redux": "^9.1.2",
"react-select": "^5.6.0",
"sheetdb-js": "^1.0.3",
"swr": "^2.3.0",
"uuid": "^9.0.0",
"webpack": "^5.88.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8.44.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-import": "^2.31.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.15"
}
}