-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 6.48 KB
/
Copy pathpackage.json
File metadata and controls
134 lines (134 loc) · 6.48 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
{
"name": "eurtisan",
"private": true,
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "dotenv -e .env.local -- sh -c \"NODE_OPTIONS='--import ./instrument.server.mjs' vite dev --port 3000 --host\"",
"build": "bun run scripts/run-checked-command.ts build -- bunx vite build && bun run scripts/write-client-config-manifest.ts && mkdir -p dist/server && cp instrument.server.mjs dist/server/instrument.server.mjs && cp server-entry.mjs dist/server/server-entry.mjs && bun run scripts/precompress-assets.ts",
"bundle:check": "bun run scripts/check-bundle-budget.ts",
"preview": "vite preview",
"test": "bun run scripts/run-checked-command.ts test -- bunx vitest run",
"start": "bun run validate:server-env && bun --import ./dist/server/instrument.server.mjs ./dist/server/server-entry.mjs",
"validate:server-env": "bun run scripts/validate-server-environment.ts",
"smoke:client-config": "bun run scripts/smoke-production-client-config.ts",
"search:reindex": "bun run scripts/meilisearch-reindex.ts",
"db:generate": "drizzle-kit generate",
"db:check": "drizzle-kit check",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:pull": "drizzle-kit pull",
"db:seed": "bun run src/db/seed.ts",
"db:staging-seed": "bun run src/db/seed-staging.ts",
"job:inventory-cleanup": "bun run scripts/run-validated-job.ts src/jobs/inventory-cleanup.ts",
"job:session-cleanup": "bun run scripts/run-validated-job.ts src/jobs/session-cleanup.ts",
"job:cart-cleanup": "bun run scripts/run-validated-job.ts src/jobs/cart-cleanup.ts",
"job:verification-cleanup": "bun run scripts/run-validated-job.ts src/jobs/verification-cleanup.ts",
"job:meilisearch-sync": "bun run scripts/run-validated-job.ts src/jobs/meilisearch-sync.ts",
"job:audit-log-cleanup": "bun run scripts/run-validated-job.ts src/jobs/audit-log-cleanup.ts",
"job:search-event-cleanup": "bun run scripts/run-validated-job.ts src/jobs/search-event-cleanup.ts",
"job:notification-cleanup": "bun run scripts/run-validated-job.ts src/jobs/notification-cleanup.ts",
"job:sendcloud-reconciliation": "bun run scripts/run-validated-job.ts src/jobs/sendcloud-reconciliation.ts",
"job:mollie-payment-reconciliation": "bun run scripts/run-validated-job.ts src/jobs/mollie-payment-reconciliation.ts",
"job:payout-reconciliation": "bun run scripts/run-validated-job.ts src/jobs/payout-reconciliation.ts",
"job:payout-reconciliation-log-cleanup": "bun run scripts/run-validated-job.ts src/jobs/payout-reconciliation-log-cleanup.ts",
"job:email-outbox-worker": "bun run scripts/run-validated-job.ts src/jobs/email-outbox-worker.ts",
"job:email-suppression-cleanup": "bun run scripts/run-validated-job.ts src/jobs/email-suppression-cleanup.ts",
"job:email-retention-cleanup": "bun run scripts/run-validated-job.ts src/jobs/email-retention-cleanup.ts",
"job:notification-digest": "bun run scripts/run-validated-job.ts src/jobs/notification-digest.ts",
"job:financial-totals-reconciliation": "bun run scripts/run-validated-job.ts src/jobs/financial-totals-reconciliation.ts",
"job:shop-profile-completeness": "bun run scripts/run-validated-job.ts src/jobs/shop-profile-completeness.ts",
"db:encrypt-sensitive-columns": "bun run src/db/migrate-encrypt-sensitive-columns.ts",
"db:encrypt-jsonb-columns": "bun run src/db/migrate-encrypt-jsonb-columns.ts",
"job:sendcloud-retention-cleanup": "bun run scripts/run-validated-job.ts src/jobs/sendcloud-retention-cleanup.ts",
"job:worker-daemon": "bun run scripts/run-validated-job.ts src/jobs/worker-daemon.ts",
"worker": "bun run scripts/run-validated-job.ts src/jobs/worker-daemon.ts",
"db:studio": "drizzle-kit studio",
"lint": "biome lint --error-on-warnings ./src ./scripts ./e2e ./*.ts",
"format": "biome format ./src ./scripts ./e2e ./*.ts",
"format:fix": "biome format --write ./src ./scripts ./e2e ./*.ts",
"check": "bun tsc --noEmit",
"staging:qualification": "bun run scripts/staging-qualification.ts",
"i18n:compile": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide --strategy url cookie preferredLanguage baseLocale --emit-ts-declarations --output-structure locale-modules"
},
"dependencies": {
"@2toad/profanity": "^3.3.0",
"@aws-sdk/client-s3": "^3.750.0",
"@aws-sdk/s3-request-presigner": "^3.750.0",
"@base-ui-components/react": "^1.0.0-rc.0",
"@better-auth/drizzle-adapter": "1.6.25",
"@grafana/faro-react": "^1.12.0",
"@grafana/faro-web-sdk": "^1.12.0",
"@grafana/faro-web-tracing": "^1.12.0",
"@inlang/paraglide-js": "^2.18.0",
"@tailwindcss/vite": "^4.2.4",
"@tanstack/react-form": "^1.29.1",
"@tanstack/react-query": "^5.100.9",
"@tanstack/react-router": "^1.169.2",
"@tanstack/react-router-ssr-query": "^1.166.12",
"@tanstack/react-start": "^1.167.65",
"better-auth": "1.6.25",
"dotenv": "^17.4.2",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"i18n-iso-countries": "^7.14.0",
"lucide-react": "^1.14.0",
"meilisearch": "^0.58.0",
"nodemailer": "^9.0.3",
"pg": "^8.21.0",
"prom-client": "^15.1.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"recharts": "^3.8.1",
"tailwindcss": "^4.2.4",
"zod": "^3.24.2"
},
"devDependencies": {
"@biomejs/biome": "^2.4.14",
"@faker-js/faker": "^10.4.0",
"@playwright/cli": "^0.1.14",
"@playwright/test": "^1.52.0",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-devtools": "^0.10.2",
"@tanstack/react-query-devtools": "^5.100.9",
"@tanstack/react-router-devtools": "^1.166.13",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.6.2",
"@types/nodemailer": "^8.0.0",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"dotenv-cli": "^11.0.0",
"jsdom": "^29.1.1",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"vite": "^8.1.4",
"vitest": "^4.1.5",
"vitest-axe": "^0.1.0"
},
"overrides": {
"@opentelemetry/core": "^2.8.0",
"browserslist": "^4.28.9",
"esbuild": "^0.25.0",
"js-yaml": "^4.3.1",
"nanoid": "^3.3.16",
"postcss": "^8.5.23",
"protobufjs": "^7.6.3",
"undici": "^7.29.0",
"vite": "^8.1.4",
"ws": "^8.20.1"
},
"engines": {
"bun": "1.3.13"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead",
"not op_mini all"
]
}