-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 856 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@heroicons/react": "^1.0.6",
"@mui/material": "^5.8.5",
"axios": "^0.27.2",
"mongodb": "^4.7.0",
"next": "12.1.6",
"next-auth": "^4.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.4.0",
"react-player": "^2.10.1",
"recoil": "^0.7.4",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.1.3"
}
}