-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
173 lines (173 loc) · 7.74 KB
/
Copy pathpackage.json
File metadata and controls
173 lines (173 loc) · 7.74 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
{
"name": "syncbay",
"private": true,
"scripts": {
"prebuild": "npm run prisma:generate",
"build": "npm run build:raw",
"build:raw": "react-router build",
"dev": "shopify app dev",
"config:link": "shopify app config link",
"generate": "shopify app generate",
"deploy": "shopify app deploy",
"config:use": "shopify app config use",
"env": "shopify app env",
"setup": "npm run prisma:generate && prisma migrate deploy",
"lint": "oxlint",
"format": "oxfmt",
"format:check": "oxfmt --check",
"doctor": "react-doctor --scope full --blocking warning .",
"quality:knip": "npx --yes knip@6",
"perf:loaders": "node scripts/measure-loader-performance.mjs",
"smoke:production": "node scripts/syncbay-production-smoke.mjs",
"smoke:ui": "node scripts/smoke-ui.mjs",
"ui:render": "tsx scripts/syncbay-ui-render.mjs",
"ui:check": "tsx scripts/syncbay-ui-check.mjs",
"ui:browser-check": "node scripts/syncbay-ui-browser-check.mjs",
"ui:preview": "npm run ui:preview:panoramica && npm run ui:preview:catalogo && npm run ui:preview:conflitti && npm run ui:preview:importazione && npm run ui:preview:attivita && npm run ui:preview:impostazioni",
"ui:preview:attivita": "npm run ui:render -- attivita --fixture",
"ui:preview:catalogo": "npm run ui:render -- catalogo --fixture",
"ui:preview:conflitti": "npm run ui:render -- conflitti --fixture",
"ui:preview:impostazioni": "npm run ui:render -- impostazioni --fixture",
"ui:preview:importazione": "npm run ui:render -- importazione --fixture",
"ui:preview:panoramica": "npm run ui:render -- panoramica --fixture",
"ui:shot-live": "node scripts/syncbay-ui-shot-live.mjs",
"ui:seed-local": "PGPASSWORD=postgres psql -h 127.0.0.1 -p 54322 -U postgres -d postgres -f scripts/syncbay-seed-local-preview.sql",
"pretest:services": "npm run prisma:generate",
"test:lib": "vitest run app/lib",
"test:services": "npm run test:services:raw",
"test:services:raw": "vitest run app/services",
"test:runtime": "npm run test:lib && npm run test:services",
"coverage:lib": "vitest run app/lib --coverage",
"audit:prod": "node scripts/syncbay-audit-prod.mjs",
"test:stock-guard": "vitest run app/lib/syncbay-stock-guard.test.ts",
"test:tooling": "vitest run scripts/",
"shopify": "node -e \"const p=require('./package.json'),v=require('@shopify/cli/package.json').version;if(v!==p.devDependencies['@shopify/cli'])throw new Error('Shopify CLI non allineata: esegui npm install')\" && shopify",
"prisma": "prisma",
"vite": "vite",
"prisma:generate": "prisma generate && node scripts/link-prisma-client.mjs",
"pretypecheck": "npm run prisma:generate",
"typecheck": "npm run typecheck:raw",
"typecheck:raw": "react-router typegen && tsc --noEmit",
"db:advisors:security": "node scripts/syncbay-supabase-advisors.mjs security",
"db:advisors:performance": "node scripts/syncbay-supabase-advisors.mjs performance",
"db:push:dry-run": "supabase db push --linked --dry-run",
"db:verify": "npm run db:advisors:security && npm run db:advisors:performance",
"supabase:services": "node scripts/syncbay-supabase-services-health.mjs",
"doctor:local": "node scripts/syncbay-local-doctor.mjs",
"worktree:create": "node scripts/syncbay-worktree.mjs create",
"worktree:prepare": "node scripts/syncbay-worktree.mjs prepare",
"review:pre-pr": "node scripts/syncbay-pre-pr-self-review.mjs",
"publish:preflight": "node scripts/syncbay-publish-preflight.mjs",
"publish:complete": "node scripts/syncbay-publish-complete.mjs",
"verify:changed": "node scripts/syncbay-verify.mjs changed",
"verify:full": "node scripts/syncbay-verify.mjs full",
"verify:publish": "node scripts/syncbay-verify.mjs publish",
"ebay:rate-limits": "node scripts/syncbay-ebay-rate-limits.mjs",
"import:verify": "node scripts/syncbay-import-verify.mjs",
"products:publish-channel": "node scripts/syncbay-publish-products-to-publication.mjs",
"jobs:status": "node scripts/syncbay-job-status.mjs",
"jobs:archive-stale-failures": "node scripts/syncbay-archive-stale-sync-failures.mjs",
"orders:paid-readiness": "node scripts/syncbay-orders-paid-readiness.mjs",
"conflicts:doctor": "node scripts/syncbay-conflicts-doctor.mjs",
"egress:budget": "node scripts/syncbay-egress-budget.mjs",
"history:maintain": "tsx scripts/syncbay-product-history-maintenance.mjs",
"db:storage-budget": "node scripts/syncbay-db-storage-budget.mjs",
"storage:budget": "node scripts/syncbay-supabase-storage-budget.mjs",
"provider:budget": "node scripts/syncbay-provider-budget.mjs",
"bundle:budget": "node scripts/syncbay-bundle-budget.mjs",
"docs:check": "node scripts/syncbay-docs-check.mjs",
"descriptions:cleanup-report": "node scripts/syncbay-description-cleanup-report.mjs",
"descriptions:backfill-cleanup": "node scripts/syncbay-description-backfill.mjs",
"stock:restore-ebay": "node scripts/syncbay-restore-ebay-stock.mjs",
"ebay:store-category-orphans": "node scripts/syncbay-store-category-orphans.mjs",
"categories:backfill": "node scripts/syncbay-category-backfill.mjs",
"facets:backfill": "node scripts/syncbay-product-facets-backfill.mjs",
"collections:doctor": "node scripts/syncbay-collections-doctor.mjs",
"catalog:images:doctor": "node scripts/syncbay-catalog-images-doctor.mjs",
"prisma:validate": "DATABASE_URL=${DATABASE_URL:-postgresql://user:pass@localhost:5432/syncbay} DATABASE_DIRECT_URL=${DATABASE_DIRECT_URL:-postgresql://user:pass@localhost:5432/syncbay} prisma validate",
"release": "node scripts/release.mjs",
"release:dry-run": "node scripts/release.mjs --dry-run"
},
"type": "module",
"engines": {
"node": ">=24.15 <25",
"npm": ">=12 <13"
},
"packageManager": "npm@12.0.2",
"packageExtensions": {
"@shopify/shopify-app-react-router@2.1.0": {
"peerDependencies": {
"react-router": "^7.18.2 || ^8.3.0"
}
},
"@vercel/react-router@1.3.6": {
"peerDependencies": {
"@react-router/dev": "7 || 8",
"@react-router/node": "7 || 8"
}
}
},
"dependencies": {
"@prisma/adapter-pg": "^7.10.0",
"@prisma/client": "^7.10.0",
"@react-router/node": "^8.3.1",
"@shopify/shopify-app-react-router": "2.1.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"fast-xml-parser": "^5.11.1",
"isbot": "^5.2.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-router": "^8.3.1"
},
"devDependencies": {
"@react-router/dev": "^8.3.1",
"@react-router/fs-routes": "^8.3.1",
"@shopify/cli": "4.7.1",
"@shopify/polaris-types": "^1.0.7",
"@shopify/shopify-app-session-storage": "^6.0.0",
"@types/node": "^24.13.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@vercel/react-router": "1.3.6",
"@vitest/coverage-v8": "4.1.11",
"oxfmt": "0.66.0",
"oxlint": "1.81.0",
"playwright": "^1.62.1",
"prisma": "^7.10.0",
"react-doctor": "0.9.12",
"supabase": "2.116.0",
"tsx": "4.23.13",
"typescript": "^7.0.2",
"vite": "^8.2.2",
"vitest": "4.1.11"
},
"workspaces": [
"extensions/*"
],
"trustedDependencies": [
"@shopify/plugin-cloudflare"
],
"overrides": {
"ajv@8.6.3": "8.20.0",
"fast-uri": "3.1.6",
"mysql2": "3.24.3",
"esbuild": "0.28.1",
"p-map": "^4.0.0",
"global-agent": "4.1.3",
"@hono/node-server": "1.19.14",
"find-my-way": "9.7.0",
"valibot": "1.4.2",
"deepmerge-ts": "8.0.2",
"nanoid": "3.3.18"
},
"author": "Matteo",
"allowScripts": {
"@prisma/client@7.10.0": true,
"@prisma/engines@7.10.0": true,
"esbuild@0.28.1": true,
"fsevents@2.3.3": true,
"fsevents@2.3.2": true,
"prisma@7.10.0": true
}
}