forked from jiashengguo/supa-vacation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "supa-vacation",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "zenstack generate",
"db:push": "zenstack db push",
"db:migrate": "zenstack migrate dev",
"db:reset": "zenstack migrate reset"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@next-auth/prisma-adapter": "^1.0.1",
"@supabase/supabase-js": "^1.30.2",
"@tailwindcss/forms": "^0.4.0",
"@zenstackhq/next-auth": "^0.4.1",
"@zenstackhq/runtime": "^0.4.1",
"axios": "^0.26.0",
"base64-arraybuffer": "^1.0.2",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"handlebars": "^4.7.7",
"nanoid": "^3.3.0",
"next": "^12.3.0",
"next-auth": "4.15.0",
"nodemailer": "^6.7.2",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@types/node": "^18.11.10",
"@types/react": "^18.0.25",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.18",
"typescript": "^4.9.3",
"zenstack": "^0.4.1"
}
}