63 lines
3.5 KiB
Plaintext
Executable File
63 lines
3.5 KiB
Plaintext
Executable File
.dockerignore
|
|
.editorconfig
|
|
.eslintrc.json
|
|
.prettierrc.json
|
|
Dockerfile
|
|
api/health/route.js
|
|
app/(auth)/layout.jsx
|
|
app/(auth)/login/page copy.jsx
|
|
app/(auth)/login/page.jsx
|
|
app/(protected)/_components/SideNavigation.jsx
|
|
app/(protected)/_components/navigation.jsx
|
|
app/(protected)/admin/_components/confirm-delete-dialog.jsx
|
|
app/(protected)/admin/_components/role-form-dialog.jsx
|
|
app/(protected)/admin/_components/user-form-dialog.jsx
|
|
app/(protected)/admin/layout.jsx
|
|
app/(protected)/admin/roles/page.jsx
|
|
app/(protected)/admin/users/page.jsx
|
|
app/(protected)/contracts-volumes/page.jsx
|
|
app/(protected)/correspondences/new/page.jsx
|
|
app/(protected)/correspondences/page.jsx
|
|
app/(protected)/dashboard/page copy.jsx
|
|
app/(protected)/dashboard/page.jsx
|
|
app/(protected)/drawings/page.jsx
|
|
app/(protected)/drawings/upload/page.jsx
|
|
app/(protected)/health/page.jsx
|
|
app/(protected)/layout.jsx
|
|
app/(protected)/reports/page.jsx
|
|
app/(protected)/rfas/new/page.jsx
|
|
app/(protected)/rfas/page.jsx
|
|
app/(protected)/transmittals/new/page.jsx
|
|
app/(protected)/transmittals/page.jsx
|
|
app/(protected)/users/page.jsx
|
|
app/(protected)/workflow/page.jsx
|
|
app/_auth/AuthDriver.js
|
|
app/_auth/drivers/bearerDriver.js
|
|
app/_auth/drivers/cookieDriver.js
|
|
app/_auth/useAuthGuard.jsx
|
|
app/globals.css
|
|
app/layout.jsx
|
|
app/page.jsx
|
|
components/ui/alert.jsx
|
|
components/ui/badge.jsx
|
|
components/ui/button.jsx
|
|
components/ui/card.jsx
|
|
components/ui/dropdown-menu.jsx
|
|
components/ui/input.jsx
|
|
components/ui/label.jsx
|
|
components/ui/progress.jsx
|
|
components/ui/switch.jsx
|
|
components/ui/tabs.jsx
|
|
components/ui/tooltip.jsx
|
|
lib/api.js
|
|
lib/auth copy.js
|
|
lib/auth.js
|
|
lib/rbac.js
|
|
lib/utils.js
|
|
package-lock.json
|
|
package.json
|
|
page.jsx
|
|
postcss.config.js
|
|
styles/global.css
|
|
tailwind.config.js
|