-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.22 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
{
"name": "t3-dataportal",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"postinstall": "prisma generate",
"prisma:push": "npx prisma db push",
"find-deadcode": "ts-prune",
"prettier": "npx prettier --write .",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe-webhook --latest"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.1.0",
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "^4.14.0",
"@react-email/components": "^0.0.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.14",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.26.0",
"@uploadthing/react": "^3.0.4",
"clsx": "^1.2.1",
"micro": "^10.0.1",
"next": "13.4.2",
"next-auth": "^4.22.1",
"nextjs-cors": "^2.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-email": "^1.9.4",
"react-hook-form": "^7.43.9",
"react-select": "^5.7.3",
"resend": "^0.17.1",
"stripe": "^12.5.0",
"superjson": "1.12.3",
"swagger-ui-react": "^4.18.3",
"trpc-openapi": "^1.1.2",
"ts-pattern": "^4.3.0",
"uploadthing": "^3.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^20.1.3",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/swagger-ui-react": "^4.18.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.40.0",
"eslint-config-next": "13.4.2",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.14.0",
"tailwindcss": "^3.3.2",
"ts-prune": "^0.10.3",
"typescript": "^5.0.4"
},
"ct3aMetadata": {
"initVersion": "7.4.0"
}
}