-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.14 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
71
72
73
74
75
76
77
78
79
80
81
{
"name": "brainbuzz.io",
"version": "0.1.0",
"engines": {
"node": ">=18.0.0"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postinstall": "prisma generate",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.344.0",
"@aws-sdk/client-textract": "^3.344.0",
"@aws-sdk/s3-request-presigner": "^3.363.0",
"@aws-sdk/signature-v4-crt": "^3.342.0",
"@prisma/client": "^4.15.0",
"@tanstack/react-query": "^4.29.12",
"@tanstack/react-query-devtools": "^4.29.12",
"@trpc/client": "^10.28.2",
"@trpc/next": "^10.28.2",
"@trpc/react-query": "^10.28.2",
"@trpc/server": "^10.28.2",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@upstash/qstash": "^2.1.2",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.22.0",
"@vercel/analytics": "^1.0.1",
"accounting": "^0.4.1",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.8",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"firebase": "^9.22.1",
"firebase-admin": "^11.9.0",
"lodash": "^4.17.21",
"mammoth": "^1.6.0",
"nanoid": "^4.0.2",
"next": "13.4.4",
"openai": "^3.2.1",
"pdfreader": "^3.0.2",
"postcss": "8.4.24",
"postmark": "^3.0.18",
"prisma": "^4.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.44.3",
"react-icons": "^4.9.0",
"react-lottie": "^1.2.3",
"react-wrap-balancer": "^0.5.0",
"server-only": "^0.0.1",
"stripe": "^12.8.0",
"tailwindcss": "3.3.2",
"typescript": "^5.1.6",
"use-local-storage": "^3.0.0",
"zod": "^3.21.4"
},
"prettier": {
"printWidth": 100,
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "all",
"semi": false
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/accounting": "^0.4.2",
"@types/lodash": "^4.14.195",
"@types/react-lottie": "^1.2.6",
"daisyui": "^3.0.0",
"encoding": "^0.1.13"
}
}