-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.61 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 4.61 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "cal-poc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"test:unit": "vitest",
"test:unit:watch": "vitest --watch",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",
"db:migrate:deploy": "prisma migrate deploy",
"db:reset": "ts-node --project tsconfig.reset.json scripts/reset-database.ts",
"db:reset:prisma": "prisma migrate reset",
"db:seed": "prisma db seed",
"db:studio": "prisma studio",
"bootstrap:club": "ts-node -r tsconfig-paths/register --project tsconfig.bootstrap.json scripts/bootstrap-club.ts",
"minio:configure": "ts-node -r tsconfig-paths/register --project tsconfig.bootstrap.json scripts/configure-minio.ts",
"minio:upload": "node scripts/upload-assets-to-minio.js",
"minio:create-test-docs": "node scripts/create-test-documents.js",
"minio:setup": "pnpm minio:create-test-docs && pnpm minio:upload",
"migrate:sponsor-logos": "ts-node -r tsconfig-paths/register --project tsconfig.bootstrap.json scripts/migrate-sponsor-logos.ts",
"ci:validate": "pnpm db:generate && pnpm typecheck && pnpm lint && pnpm test:unit run && pnpm build",
"prepare": "husky"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.0",
"@aws-sdk/client-s3": "^3.913.0",
"@aws-sdk/lib-storage": "^3.913.0",
"@aws-sdk/s3-request-presigner": "^3.913.0",
"@hookform/resolvers": "^5.2.2",
"@node-rs/argon2": "^2.0.2",
"@prisma/client": "^6.17.1",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-table": "^8.21.3",
"@types/json2csv": "^5.0.7",
"camelcase-keys": "^10.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"date-fns": "^4.1.0",
"ioredis": "^5.8.2",
"jose": "^6.1.0",
"json2csv": "6.0.0-alpha.2",
"lucide-react": "^0.546.0",
"next": "15.5.6",
"next-auth": "^4.24.11",
"next-safe-action": "^8.0.11",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.9",
"oslo": "^1.2.1",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"react": "19.1.0",
"react-day-picker": "^9.11.1",
"react-dom": "19.1.0",
"react-hook-form": "^7.65.0",
"react-turnstile": "^1.1.4",
"sonner": "^2.0.7",
"tailwind-merge": "^2.6.0",
"zod": "^3.24.1",
"zod-form-data": "^3.0.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/eslintrc": "3.3.1",
"@playwright/test": "^1.49.1",
"@tailwindcss/postcss": "4.1.14",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/ioredis": "^5.0.0",
"@types/node": "22.12.0",
"@types/nodemailer": "^7.0.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.6",
"eslint": "9.38.0",
"eslint-config-next": "15.5.6",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-testing-library": "^7.1.1",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.17.1",
"prisma-json-schema-generator": "^5.1.5",
"tailwindcss": "4.1.14",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.9.3",
"vitest": "^3.0.6"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md,css}": [
"prettier --write"
]
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}