-
Notifications
You must be signed in to change notification settings - Fork 580
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 5.86 KB
/
Copy pathpackage.json
File metadata and controls
143 lines (143 loc) · 5.86 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": "deskcomm-crm",
"version": "0.1.0",
"private": true,
"description": "DeskcommCRM — sistema operacional de vendas open source com agentes de IA nativos e WhatsApp (WAHA). Self-hosted, multi-tenant, LGPD by-design.",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "next dev",
"dev:webpack": "next dev",
"build": "next build",
"build:webpack": "next build",
"start": "next start",
"lint": "eslint .",
"format": "prettier --write \"**/*.{ts,tsx,md,json,css}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md,json,css}\"",
"typecheck": "tsc --noEmit -p tsconfig.typecheck.json",
"db:migrate": "echo 'TODO: wire supabase db push or pg-migrate' && exit 0",
"db:reset": "supabase db reset",
"test:e2e": "playwright test",
"e2e:build": "bash scripts/e2e-build.sh",
"e2e:env": "bash scripts/gerar-env-e2e.sh",
"test:journeys": "playwright test -c tests/journeys/playwright.config.ts",
"test:unit": "vitest run",
"test:db": "bash scripts/test-db.sh",
"test:shell": "bash tests/shell/update-guard.test.sh && bash tests/shell/dono-do-projeto.test.sh && bash tests/shell/scheduler-entrypoint.test.sh && bash tests/shell/cron-sem-crontab-previo.test.sh && bash tests/shell/owner-id-por-email.test.sh && bash tests/shell/deskcomm-contribuir.test.sh && bash hostgator-setup-kit/test-validators.sh",
"test:invariants": "bash scripts/test-db.sh",
"lint:channels": "tsx scripts/lint-channels.ts",
"lint:role-rank": "tsx scripts/lint-role-rank.ts",
"skills:sync": "tsx scripts/sincronizar-skills.ts",
"release:conferir": "tsx scripts/cortar-release.ts",
"release:cortar": "tsx scripts/cortar-release.ts --escrever",
"gov:verify": "pnpm typecheck && pnpm lint && pnpm lint:channels && pnpm lint:role-rank && pnpm test:unit",
"worker": "tsx --env-file=.env --env-file=.env.local workers/agent-worker/main.ts",
"dev:crons": "tsx --env-file=.env --env-file=.env.local scripts/dev-crons.ts",
"flywheel:judge": "tsx --env-file=.env --env-file=.env.local scripts/flywheel-judge-live.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^4.0.16",
"@ai-sdk/google": "^4.0.18",
"@ai-sdk/openai": "^4.0.56",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@hello-pangea/dnd": "^18.0.1",
"@hookform/resolvers": "^5.9.1",
"@modelcontextprotocol/sdk": "^1.30.0",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-alert-dialog": "^1.1.23",
"@radix-ui/react-avatar": "^1.2.6",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-dropdown-menu": "^2.1.24",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-popover": "^1.1.23",
"@radix-ui/react-scroll-area": "^1.2.18",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-switch": "^1.3.7",
"@radix-ui/react-tabs": "^1.1.21",
"@radix-ui/react-tooltip": "^1.2.16",
"@react-pdf/renderer": "^4.9.0",
"@sentry/nextjs": "^10",
"@supabase/ssr": "^0.12.5",
"@supabase/supabase-js": "^2.114.0",
"@tanstack/react-query": "^5.102.8",
"@tanstack/react-query-devtools": "^5.102.8",
"@tanstack/react-virtual": "^3.14.10",
"@upstash/redis": "^1.38.3",
"@xyflow/react": "^12.11.6",
"ai": "^7.0.90",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"fflate": "^0.8.3",
"gpt-tokenizer": "^4.0.0",
"import-in-the-middle": "^3.4.0",
"lucide-react": "^1.39.0",
"next": "^16.3.4",
"next-themes": "^0.4.6",
"pdfjs-dist": "^6.3.289",
"pg": "^8.23.0",
"qrcode": "^1.5.4",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-hook-form": "^7.87.0",
"react-hotkeys-hook": "^5.3.3",
"recharts": "^3.10.1",
"require-in-the-middle": "^8.0.1",
"resend": "^6.25.0",
"sonner": "^2.0.8",
"tailwind-merge": "^3.6.0",
"web-push": "^3.6.7",
"zod": "^4.5.4"
},
"devDependencies": {
"@axe-core/playwright": "^4.13.0",
"@playwright/test": "^1.62.1",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@testing-library/user-event": "^14.6.7",
"@types/jest": "^29.5.13",
"@types/node": "^22.19.0",
"@types/pg": "^8.23.1",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@types/web-push": "^3.6.4",
"@vercel/config": "^0.7.0",
"@vitest/coverage-v8": "^4.1.11",
"eslint": "^9.12.0",
"eslint-config-next": "^16.2.10",
"jsdom": "^30.0.1",
"postcss": "^8.5.26",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"tailwindcss": "^4.3.3",
"tsx": "^4.23.13",
"typescript": "^6.0.3",
"typescript-eslint": "^8.69.0",
"vite": "^8.2.2",
"vitest": "^4.1.11"
},
"packageManager": "[email protected]",
"pnpm": {
"//overrides": "Pisos de versão para dependência TRANSITIVA com advisory. Não é atalho: `pnpm update <pkg>` só casa o padrão contra o package.json (hono/js-yaml/nanoid não estão lá, e não se movem), e `pnpm update` sem alvo reescreve 29 ranges diretas e arrasta 139 pacotes. Override é a única ferramenta que move transitiva sem arrastar o mundo. Os seletores com `@<major>` são LOAD-BEARING: o lock tem duas árvores de brace-expansion (1.x e 5.x) e duas de path-to-regexp (6.x e 8.x); sem o escopo, o override rebaixa a árvore nova para a antiga — em silêncio, com `pnpm audit` ainda verde.",
"overrides": {
"postcss": "^8.5.26",
"sharp": "^0.35.0",
"hono": "^4.12.34",
"js-yaml": "^4.3.1",
"brace-expansion@1": "^1.1.18",
"path-to-regexp@6": "^6.3.0",
"fast-uri": "^3.1.7",
"qs": "^6.16.0",
"browserslist": "^4.28.8"
},
"patchedDependencies": {
"@react-pdf/hyphenate": "patches/@react-pdf__hyphenate.patch"
}
}
}