-
Notifications
You must be signed in to change notification settings - Fork 435
/
package.json
70 lines (70 loc) · 1.98 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
64
65
66
67
68
69
70
{
"name": "photoshot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"prisma:migrate:dev": "dotenv -e .env.local prisma migrate dev",
"vercel-build": "prisma generate && prisma migrate deploy && next build"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.223.0",
"@aws-sdk/s3-request-presigner": "^3.223.0",
"@chakra-ui/react": "^2.4.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^4.7.1",
"@stripe/react-stripe-js": "^1.16.0",
"@stripe/stripe-js": "^1.46.0",
"@types/node": "18.11.10",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/uniqid": "^5.3.2",
"@vercel/analytics": "^1.1.1",
"aws-crt": "^1.18.1",
"axios": "^1.2.0",
"date-fns": "^2.29.3",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"framer-motion": "^10.16.4",
"image-blob-reduce": "^4.1.0",
"jszip": "^3.10.1",
"keen-slider": "^6.8.5",
"mjml": "^4.13.0",
"mjml-react": "^2.0.8",
"next": "13.5.6",
"next-auth": "^4.24.3",
"next-s3-upload": "^0.3.3",
"nodemailer": "^6.9.0",
"openai": "^3.1.0",
"plaiceholder": "^2.5.0",
"react": "18.2.0",
"react-advanced-cropper": "^0.17.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.7.1",
"react-medium-image-zoom": "^5.1.8",
"react-parallax-tilt": "^1.7.77",
"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/mjml-react": "^2.0.6",
"@types/nodemailer": "^6.4.7",
"@types/sharp": "^0.31.0",
"dotenv-cli": "^6.0.0",
"prisma": "^4.7.1"
}
}