-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·102 lines (102 loc) · 3.09 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "template",
"version": "0.1.0",
"private": true,
"sideEffects": false,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"cronjob": "npx tsx -r dotenv-flow/config ./inngest/cronjobForPayments.ts",
"email:dev": "email dev",
"newEvent": "tsx -r dotenv-flow/config ./inngest/sendNewEventEmail.ts",
"sendPayment": "ts-node --esm -r dotenv-flow/config ./inngest/sendPaymentAndEventReminderEmails.ts",
"start-script": "tsx -r dotenv-flow/config ./src/scripts/script.ts",
"test": "jest",
"format:write": "bunx @biomejs/biome format --write .",
"lint:write": "bunx @biomejs/biome lint --write .",
"padelScript": "tsx -r dotenv-flow/config ./src/scripts/padelScript.ts"
},
"dependencies": {
"@google-cloud/local-auth": "2.1.1",
"@hookform/resolvers": "^3.1.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@react-email/components": "^0.0.11",
"@react-email/render": "0.0.9-canary.2",
"@react-email/tailwind": "0.0.8",
"@sendinblue/client": "^3.3.1",
"@tanstack/react-query": "^4.32.0",
"@tanstack/react-query-devtools": "^4.35.0",
"@types/lodash": "^4.14.195",
"@types/nodemailer": "^6.4.8",
"axios": "^1.3.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"datebook": "^8.0.1",
"dotenv": "^16.3.1",
"dotenv-flow": "^3.2.0",
"file-saver": "^2.0.5",
"google-auth-library": "^8.7.0",
"googleapis": "122.0.0",
"inngest": "^2.3.0",
"jotai": "^2.2.2",
"jsonwebtoken": "^9.0.1",
"lucide-react": "^0.259.0",
"nanoid": "^5.0.6",
"next": "14.1.3",
"next-auth": "^4.23.1",
"next-seo": "^6.1.0",
"next-superjson-plugin": "^0.5.9",
"next-themes": "^0.2.1",
"ol": "^7.4.0",
"puppeteer": "^20.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "2.1.0",
"react-hook-form": "^7.45.2",
"react-loading-skeleton": "^3.3.1",
"redis": "^4.6.10",
"superjson": "^1.13.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.12",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.5.3",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "20.4.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.14",
"encoding": "^0.1.13",
"jest": "^29.6.1",
"jest-puppeteer": "^9.0.0",
"postcss": "^8.4.27",
"prisma": "^5.0.0",
"tailwindcss": "^3.3.3",
"ts-alias": "^0.0.7",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
}
}