-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.12 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.12 KB
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
82
{
"name": "track-the-hack",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@google-cloud/local-auth": "^3.0.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.19.1",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.3",
"@trpc/next": "^10.45.3",
"@trpc/react-query": "^10.45.3",
"@trpc/server": "^10.45.3",
"argon2": "^0.41.1",
"csvtojson": "^2.0.10",
"googleapis": "^129.0.0",
"i18next": "^23.7.11",
"micro": "^10.0.1",
"mimetext": "^3.0.16",
"next": "^14.2.35",
"next-auth": "^4.24.13",
"next-i18next": "^15.1.1",
"next-pwa": "^5.6.0",
"nodemailer": "^7.0.11",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.3",
"raw-loader": "^4.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^13.5.0",
"react-markdown": "^9.0.1",
"react-signature-canvas": "^1.0.6",
"react-zoom-pan-pinch": "^3.3.0",
"recharts": "^2.12.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"stripe": "^14.9.0",
"superjson": "2.2.1",
"zod": "^3.22.4",
"zod-i18n-map": "^2.27.0"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@types/csvtojson": "^2.0.0",
"@types/next-pwa": "^5.6.9",
"@types/node": "^20.10.5",
"@types/nodemailer": "^6.4.15",
"@types/prettier": "^2.7.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-signature-canvas": "^1.0.5",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"prisma": "^5.19.1",
"tailwindcss": "^3.3.7",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"ct3aMetadata": {
"initVersion": "7.3.1"
},
"prisma": {
"seed": "npx tsx prisma/seeders/index.mts"
}
}