-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "supa-vacation",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.7.1",
"@supabase/supabase-js": "^2.2.2",
"@tailwindcss/forms": "^0.4.0",
"@tanstack/react-query": "^4.20.9",
"axios": "^1.2.1",
"base64-arraybuffer": "^1.0.2",
"classnames": "^2.3.1",
"faunadb": "^4.7.1",
"formik": "^2.2.9",
"handlebars": "^4.7.7",
"nanoid": "^4.0.0",
"next": "^12.2.5",
"next-auth": "^4.18.7",
"nodemailer": "^6.8.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"sharp": "^0.31.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"autoprefixer": "10.4.5",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"prisma": "^4.7.1",
"tailwindcss": "^3.0.18"
}
}