-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
56
{
"name": "chitchat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.39.8",
"@wavesurfer/react": "^1.0.5",
"date-diff": "^1.0.2",
"emoji-mart": "^5.5.2",
"formik": "^2.4.5",
"framer": "^2.4.1",
"jsonwebtoken": "^9.0.2",
"motion": "^10.17.0",
"next": "14.1.3",
"next-themes": "^0.3.0",
"react": "^18",
"react-audio-voice-recorder": "^2.2.0",
"react-dom": "^18",
"react-otp-input": "^3.1.1",
"react-player": "^2.15.1",
"react-spinners": "^0.13.8",
"react-textarea-autosize": "^8.5.3",
"react-toastify": "^10.0.5",
"uninstall": "^0.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"file-loader": "^6.2.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}