update saladeaul.adigitaltw

This commit is contained in:
2025-11-10 15:33:23 -03:00
parent c3f370e86c
commit 9ff11c997c
46 changed files with 302 additions and 1941 deletions

57
package-lock.json generated
View File

@@ -203,18 +203,8 @@
"apps/studio.saladeaula.digital": {
"hasInstallScript": true,
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@remix-run/form-data-parser": "^0.12.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"@repo/auth": "*",
"@repo/ui": "*",
"fuse.js": "^7.1.0",
"isbot": "^5.1.31",
"jose": "^6.1.0",
@@ -222,12 +212,7 @@
"lucide-react": "^0.548.0",
"meilisearch": "^0.54.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.65.0",
"react-router": "^7.9.5",
"remix-auth-oauth2": "^3.4.1",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.12"
"react-dom": "^19.2.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.13.17",
@@ -4002,30 +3987,6 @@
}
}
},
"node_modules/@remix-run/form-data-parser": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/@remix-run/form-data-parser/-/form-data-parser-0.12.0.tgz",
"integrity": "sha512-PSeHTVp1nDAA1yr8HUiU0dNkQ3jD4TlW6Crw0oV406YC0JskkJ9TyHC8BYKQzi8URFX12fHJD70W3RtvofKqvw==",
"license": "MIT",
"dependencies": {
"@remix-run/multipart-parser": "^0.12.0"
}
},
"node_modules/@remix-run/headers": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@remix-run/headers/-/headers-0.14.0.tgz",
"integrity": "sha512-IibY6iTkBhzHXacQkJDENlzJPe3G5RDJgzV2utftnJl/sg2qKnxtepypQmfXA6d+BI5BkzrtAd+mx7QSVY1NRQ==",
"license": "MIT"
},
"node_modules/@remix-run/multipart-parser": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/@remix-run/multipart-parser/-/multipart-parser-0.12.0.tgz",
"integrity": "sha512-u/o4lKmIy/KuZGuQYMGhmr+BN7VKAt3G0ny8a1SBVlBXIBAtTOmDiI2WMZtyAv0VPbaIpT3OBTrRrKIfdDAE6w==",
"license": "MIT",
"dependencies": {
"@remix-run/headers": "^0.14.0"
}
},
"node_modules/@remix-run/node-fetch-server": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/@remix-run/node-fetch-server/-/node-fetch-server-0.8.1.tgz",
@@ -6796,6 +6757,16 @@
"is-arrayish": "^0.3.1"
}
},
"node_modules/sonner": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/sonner/-/sonner-2.0.7.tgz",
"integrity": "sha512-W6ZN4p58k8aDKA4XPcx2hpIQXBRAgyiWVkYhT7CvK6D3iAu7xjvVyhQHg2/iaKJZ1XVJ4r7XuwGL+WGEK37i9w==",
"license": "MIT",
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
"react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
}
},
"node_modules/source-map-js": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
@@ -8187,6 +8158,7 @@
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "^4.1.16",
@@ -8203,6 +8175,7 @@
"react-day-picker": "^9.11.1",
"react-hook-form": "^7.66.0",
"react-number-format": "^5.4.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.16",
"tw-animate-css": "^1.4.0",