forked from VinMeld/FitFinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "fitfinder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.7.2",
"@supabase/supabase-js": "^2.24.0",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"cookie": "^0.5.0",
"cookie-cutter": "^0.2.0",
"dropzone": "^6.0.0-beta.2",
"eslint": "8.42.0",
"formik": "^2.4.2",
"next": "^13.4.12",
"next-axiom": "^1.0.0-rc.1",
"postcss": "8.4.24",
"react": "^18.2.0",
"react-avatar-editor": "^13.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.10.1",
"react-input-mask": "^2.0.4",
"react-phone-number-input": "^3.3.1",
"react-responsive-carousel": "^3.2.23",
"react-star-ratings": "^2.3.0",
"react-telephone-input": "^5.0.0",
"react-toastify": "^9.1.3",
"server-only": "^0.0.1",
"sharp": "^0.32.1",
"swr": "^2.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"uuid": "^9.0.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/uuid": "^9.0.2",
"encoding": "^0.1.13",
"eslint-config-next": "^13.4.12"
}
}