-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 5.26 KB
/
Copy pathpackage.json
File metadata and controls
143 lines (143 loc) · 5.26 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
{
"name": "unitae",
"license": "AGPL-3.0-only",
"private": true,
"sideEffects": [
"**/*.css",
"**/pdf-worker.ts",
"**/pdf-globals-shim.ts",
"**/pdf-upsert-shim.ts",
"**/env.server.ts"
],
"type": "module",
"scripts": {
"prepare": "lefthook install || true",
"build": "react-router build",
"build:format": "biome check --write",
"build:db": "prisma generate",
"build:i18n": "paraglide-js compile --project ./app/i18n/project.inlang --outdir ./app/i18n/paraglide",
"start": "PORT=${UNITAE_WEB_PORT:-${PORT:-3000}} react-router-serve ./build/server/index.js",
"db:migrate": "prisma migrate deploy",
"db:seed": "prisma db seed",
"db:seed:marketing": "pnpm tsx app/database/seed-marketing.ts",
"start:dev": "react-router dev",
"start:emails": "email dev --dir app/features",
"start:worker": "pnpm tsx ./app/workers/worker.server.ts",
"test:lint": "biome lint",
"test:typecheck": "react-router typegen && tsc",
"test:unit": "react-router typegen && vitest run",
"test:unit:watch": "react-router typegen && vitest",
"test:unit:coverage": "react-router typegen && vitest run --coverage",
"test:integration": "react-router typegen && vitest run --config app/tests/vitest.config.integration.ts",
"test:e2e": "playwright test --config app/tests/playwright.config.ts",
"test:e2e:headed": "playwright test --headed --config app/tests/playwright.config.ts",
"test:boundaries": "eslint --no-error-on-unmatched-pattern app/features/",
"test:file-sizes": "tsx scripts/check-file-sizes.ts",
"test:aggregate-boundaries": "tsx scripts/check-aggregate-boundaries.ts",
"test:server-barrel-exports": "tsx scripts/check-server-barrel-exports.ts",
"test:service-test-coverage": "tsx scripts/check-service-test-coverage.ts",
"test:dora-metrics": "tsx scripts/dora-metrics.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1087.0",
"@conform-to/react": "^1.19.4",
"@conform-to/zod": "^1.19.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@googlemaps/google-maps-services-js": "^3.4.2",
"@googlemaps/markerclusterer": "^2.6.2",
"@inlang/paraglide-js": "^2.22.0",
"@mjackson/form-data-parser": "^0.9.1",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "7.8.0",
"@react-pdf/renderer": "^4.5.1",
"@react-router/node": "^7.17.0",
"@react-router/serve": "^7.17.0",
"@vis.gl/react-google-maps": "^1.9.0",
"bullmq": "^5.80.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"csv": "^6.6.1",
"dotenv": "^17.4.2",
"es-arraybuffer-base64": "^1.1.2",
"exceljs": "^4.4.0",
"ical-generator": "^11.0.0",
"ioredis": "^5.11.1",
"isbot": "^5.2.1",
"jszip": "^3.10.1",
"lucide-react": "^1.24.0",
"p-limit": "^7.3.0",
"pdfjs-dist": "^6.1.200",
"radix-ui": "^1.6.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-email": "^6.8.1",
"react-router": "^7.17.0",
"recharts": "^3.9.2",
"resend": "^6.17.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"terra-draw": "1.32.0",
"terra-draw-google-maps-adapter": "1.6.1",
"tsx": "^4.23.1",
"winston": "^3.19.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@biomejs/biome": "2.5.3",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.61.1",
"@react-router/dev": "^7.17.0",
"@tailwindcss/vite": "^4.3.2",
"@types/google.maps": "3.64.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/parser": "^8.64.0",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^10.7.0",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-boundaries": "^7.0.2",
"lefthook": "^2.1.10",
"prisma": "^7.8.0",
"shadcn": "^4.13.0",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3",
"vite": "^8.1.4",
"vitest": "^4.1.10"
},
"engines": {
"node": ">=22.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/engines",
"better-sqlite3",
"esbuild",
"lefthook",
"msgpackr-extract",
"msw",
"prisma"
],
"overrides": {
"fast-uri@<3.1.1": ">=3.1.1",
"form-data@<4.0.6": ">=4.0.6",
"hono@<4.12.25": ">=4.12.25",
"tmp@<0.2.6": ">=0.2.6",
"ws@<8.21.0": ">=8.21.0"
}
},
"devEngines": {
"runtime": {
"name": "node",
"version": ">=24.11.0",
"onFail": "error"
},
"packageManager": {
"name": "pnpm",
"version": "10.26.1",
"onFail": "warn"
}
},
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa"
}