-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1004 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": "watch-it-now",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@google-ai/generativelanguage": "^0.2.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.6",
"@uidotdev/usehooks": "^2.0.1",
"autoprefixer": "10.4.14",
"daisyui": "^3.1.7",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"firebase": "^9.23.0",
"google-auth-library": "^8.8.0",
"next": "13.4.7",
"next-themes": "^0.2.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-multi-select-component": "^4.3.4",
"react-player": "^2.12.0",
"react-select": "^5.7.4",
"react-toastify": "^9.1.3",
"request": "^2.88.2",
"sharp": "^0.32.1",
"swr": "^2.2.0",
"tailwindcss": "3.3.2",
"uuid": "^9.0.0"
}
}