-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.72 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
57
58
59
60
61
62
63
{
"name": "ai-pet-photo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"vercel-build": "prisma generate && next build"
},
"dependencies": {
"@chakra-ui/react": "^2.4.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "^13.0.6",
"@prisma/client": "^4.7.1",
"@stripe/react-stripe-js": "^1.16.0",
"@stripe/stripe-js": "^1.46.0",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.1.3",
"@types/file-saver": "^2.0.5",
"@types/node": "18.11.10",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/uniqid": "^5.3.2",
"@vercel/analytics": "^0.1.6",
"axios": "^1.2.0",
"date-fns": "^2.29.3",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"file-saver": "^2.0.5",
"framer-motion": "^7.6.19",
"image-blob-reduce": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.10.1",
"next": "13.0.6",
"next-auth": "^4.18.5",
"nodemailer": "^6.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.7.1",
"react-medium-image-zoom": "^5.1.2",
"react-query": "^3.39.2",
"sharp": "^0.31.2",
"smartcrop-sharp": "^2.0.6",
"stripe": "^11.1.0",
"superjson": "^1.12.0",
"typescript": "4.9.3",
"uniqid": "^5.4.0",
"url-slug": "^3.0.4",
"windups": "^1.2.1"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.9",
"@types/nodemailer": "^6.4.7",
"@types/sharp": "^0.31.0",
"prisma": "^4.7.1"
}
}