-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
181 lines (181 loc) · 6.62 KB
/
package.json
File metadata and controls
181 lines (181 loc) · 6.62 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"name": "freeism-app",
"version": "0.15.0",
"private": true,
"type": "module",
"engines": {
"node": ">=20.11.1",
"pnpm": ">=8.0.0"
},
"scripts": {
"dev": "next dev --port 3000",
"email:dev": "email dev -d ./src/emails -p 3001",
"build": "next build",
"start": "next start",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"typecheck": "tsc --noEmit",
"typecheck:rm": "rm -rf tsconfig.tsbuildinfo && tsc --noEmit",
"clean": "git clean -xdf node_modules dist",
"lint": "next lint",
"lint:fix": "next lint --fix && prisma validate",
"lint-staged": "lint-staged --concurrent false",
"unused:check": "pnpm knip",
"unused:fix": "ts-prune --project tsconfig.json --write",
"format": "prettier --check \"**/*.{ts,tsx,js,jsx,cjs,mjs,md,json,lintstagedrc,yml,yaml}\"",
"format:fix": "prettier --write \"**/*.{ts,tsx,js,jsx,cjs,mjs,md,json,lintstagedrc,yml,yaml}\" && prisma format",
"format:add": "git diff --cached --name-only | grep -E '\\.(js|jsx|ts|tsx|json|css|scss|md)$' | xargs npx prettier --write",
"prepare": "husky",
"commit": "pnpm lint-staged && cross-env COMMITIZEN_HOOK_SKIP=1 LINT_STAGED_SKIP=1 git-cz",
"commit:test": "echo 'Testing commit flow...' && git add . && git commit -m 'test: commit flow test'",
"postinstall": "prisma generate",
"vercel-build": "prisma generate && prisma migrate deploy && next build",
"db:seed": "prisma db seed",
"db:seed:with-actions": "pnpm db:seed && pnpm actions:update-auction-status-to-active && pnpm actions:update-auction-status-to-completed && pnpm actions:return-auction-deposit-points && pnpm actions:send-scheduled-notifications",
"actions:update-auction-status-to-active": "tsx scripts/update-auction-status-to-active.ts",
"actions:update-auction-status-to-completed": "tsx scripts/update-auction-status-to-completed.ts",
"actions:return-auction-deposit-points": "tsx scripts/return-auction-deposit-points.ts",
"actions:send-scheduled-notifications": "tsx scripts/send-scheduled-notifications.ts",
"prisma:dev:migrate": "pnpm dotenv -e .env -- pnpm prisma migrate dev",
"prisma:prod:deploy": "pnpm dotenv -e .env.production -- pnpm prisma migrate deploy",
"knip": "knip",
"workspace:open": "code freeism-app.code-workspace"
},
"prisma": {
"seed": "pnpm vite-node prisma/seed.ts"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@aws-sdk/client-s3": "^3.758.0",
"@aws-sdk/s3-request-presigner": "^3.758.0",
"@hookform/resolvers": "^4.0.0",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "1.2.8",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@react-email/components": "0.0.36",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.80.5",
"@tanstack/react-query-devtools": "^5.80.5",
"@tanstack/react-query-persist-client": "^5.75.2",
"@upstash/redis": "^1.34.9",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.6.0",
"fflate": "^0.8.2",
"file-saver": "^2.0.5",
"framer-motion": "^12.4.10",
"idb-keyval": "^6.2.1",
"lucide-react": "^0.471.2",
"next": "15.3.0",
"next-auth": "^5.0.0-beta.25",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"papaparse": "^5.5.2",
"radix-ui": "^1.2.0",
"react": "^19.1.0",
"react-day-picker": "^8.10.1",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.2",
"resend": "^4.2.0",
"sonner": "^1.7.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"web-push": "^3.6.7",
"zod": "^3.25.28"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/eslintrc": "^3",
"@faker-js/faker": "^9.8.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@prisma/client": "^6.11.1",
"@tailwindcss/postcss": "^4.0.6",
"@tanstack/eslint-plugin-query": "^5.74.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.1",
"@types/eslint": "^9.6.1",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.17.23",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/web-push": "^3.6.4",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"@vitejs/plugin-react": "^4.5.0",
"@vitest/coverage-v8": "^3.1.4",
"@vitest/eslint-plugin": "^1.2.1",
"@vitest/ui": "3.1.4",
"autoprefixer": "^10.4.20",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv-cli": "^8.0.0",
"eslint": "^9.21.0",
"eslint-config-next": "15.4.0-canary.51",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-vitest": "^0.5.4",
"fishery": "^2.3.1",
"happy-dom": "^17.4.7",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"knip": "^5.57.1",
"lint-staged": "^15.3.0",
"msw": "^2.8.4",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.11.1",
"react-email": "4.0.7",
"react-test-renderer": "^19.1.0",
"tailwindcss": "^4.0.6",
"ts-prune": "^0.10.3",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"vite": "^6.3.1",
"vite-node": "^3.0.7",
"vitest": "^3.1.4",
"vitest-environment-vprisma": "^1.3.0",
"vitest-mock-extended": "^3.1.0"
}
}