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",
|
2025-09-09 14:45:10 +02:00
|
|
|
"lint": "biome check --write --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-11-24 12:28:14 +01:00
|
|
|
"@chakra-ui/react": "^3.30.0",
|
2025-02-17 19:33:00 +00:00
|
|
|
"@emotion/react": "^11.14.0",
|
2025-11-22 14:28:47 +01:00
|
|
|
"@tanstack/react-query": "^5.90.7",
|
2025-11-24 12:28:07 +01:00
|
|
|
"@tanstack/react-query-devtools": "^5.91.0",
|
2025-09-23 10:27:55 +02:00
|
|
|
"@tanstack/react-router": "^1.131.50",
|
2025-09-15 16:04:34 +02:00
|
|
|
"axios": "1.12.2",
|
2025-08-20 15:39:08 +02:00
|
|
|
"form-data": "4.0.4",
|
2025-04-30 09:34:05 +02:00
|
|
|
"next-themes": "^0.4.6",
|
2025-09-07 22:45:22 +02:00
|
|
|
"react": "^19.1.1",
|
2025-10-20 21:03:47 +02:00
|
|
|
"react-dom": "^19.2.0",
|
2025-09-08 00:08:35 +02:00
|
|
|
"react-error-boundary": "^6.0.0",
|
2025-11-24 12:29:14 +01:00
|
|
|
"react-hook-form": "7.66.1",
|
2025-04-28 16:23:26 +00:00
|
|
|
"react-icons": "^5.5.0"
|
2023-11-30 16:16:32 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-24 12:29:23 +01:00
|
|
|
"@biomejs/biome": "^2.3.7",
|
2025-09-07 23:49:07 +02:00
|
|
|
"@hey-api/openapi-ts": "0.73.0",
|
2025-10-25 09:51:28 +02:00
|
|
|
"@playwright/test": "1.56.1",
|
2025-09-12 13:23:02 +00:00
|
|
|
"@tanstack/router-devtools": "^1.131.42",
|
2025-10-20 21:02:25 +02:00
|
|
|
"@tanstack/router-plugin": "^1.133.15",
|
2025-11-24 14:40:49 +01:00
|
|
|
"@types/node": "^24.10.1",
|
2025-10-01 09:23:22 +02:00
|
|
|
"@types/react": "^19.1.16",
|
2025-11-24 14:40:59 +01:00
|
|
|
"@types/react-dom": "^19.2.3",
|
2025-11-24 12:29:04 +01:00
|
|
|
"@vitejs/plugin-react-swc": "^4.2.2",
|
2025-11-24 11:22:45 +01:00
|
|
|
"dotenv": "^17.2.3",
|
2025-11-24 14:41:15 +01:00
|
|
|
"typescript": "^5.9.3",
|
2025-11-22 14:28:39 +01:00
|
|
|
"vite": "^7.2.2"
|
2023-11-30 16:16:32 -05:00
|
|
|
}
|
|
|
|
|
}
|