2023-11-30 16:16:32 -05:00
|
|
|
{
|
2024-03-08 19:23:54 +01:00
|
|
|
"name": "frontend",
|
2023-11-30 16:16:32 -05:00
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2024-12-02 12:57:53 +01:00
|
|
|
"build": "tsc -p tsconfig.build.json && vite build",
|
2024-03-17 13:05:47 -03:00
|
|
|
"lint": "biome check --apply-unsafe --no-errors-on-unmatched --files-ignore-unknown=true ./",
|
2023-12-26 10:51:46 -05:00
|
|
|
"preview": "vite preview",
|
2024-11-27 12:06:59 +01:00
|
|
|
"generate-client": "openapi-ts"
|
2023-11-30 16:16:32 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-02-17 19:33:00 +00:00
|
|
|
"@chakra-ui/react": "^3.8.0",
|
|
|
|
"@emotion/react": "^11.14.0",
|
2024-04-04 16:30:42 +02:00
|
|
|
"@tanstack/react-query": "^5.28.14",
|
2025-04-30 09:33:14 +02:00
|
|
|
"@tanstack/react-query-devtools": "^5.74.9",
|
2024-03-07 19:16:23 +01:00
|
|
|
"@tanstack/react-router": "1.19.1",
|
2025-04-28 18:33:41 +02:00
|
|
|
"axios": "1.9.0",
|
2025-04-28 18:16:11 +02:00
|
|
|
"form-data": "4.0.2",
|
2025-02-17 19:33:00 +00:00
|
|
|
"next-themes": "^0.4.4",
|
2023-11-30 16:16:32 -05:00
|
|
|
"react": "^18.2.0",
|
2024-01-23 11:48:56 -05:00
|
|
|
"react-dom": "^18.2.0",
|
2024-04-15 22:03:39 +02:00
|
|
|
"react-error-boundary": "^4.0.13",
|
2024-01-23 11:48:56 -05:00
|
|
|
"react-hook-form": "7.49.3",
|
2025-04-28 16:23:26 +00:00
|
|
|
"react-icons": "^5.5.0"
|
2023-11-30 16:16:32 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-04-28 18:15:46 +02:00
|
|
|
"@biomejs/biome": "1.9.4",
|
2024-11-27 12:06:59 +01:00
|
|
|
"@hey-api/openapi-ts": "^0.57.0",
|
2024-07-22 18:00:02 -05:00
|
|
|
"@playwright/test": "^1.45.2",
|
2024-03-07 19:16:23 +01:00
|
|
|
"@tanstack/router-devtools": "1.19.1",
|
|
|
|
"@tanstack/router-vite-plugin": "1.19.0",
|
2024-07-22 18:00:02 -05:00
|
|
|
"@types/node": "^20.10.5",
|
2023-11-30 16:16:32 -05:00
|
|
|
"@types/react": "^18.2.37",
|
|
|
|
"@types/react-dom": "^18.2.15",
|
2025-04-27 11:59:06 +02:00
|
|
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
2024-07-23 14:59:39 -05:00
|
|
|
"dotenv": "^16.4.5",
|
2024-03-08 14:10:09 +01:00
|
|
|
"typescript": "^5.2.2",
|
2025-04-27 11:59:06 +02:00
|
|
|
"vite": "^6.3.3"
|
2023-11-30 16:16:32 -05:00
|
|
|
}
|
|
|
|
}
|