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-09-08 00:36:47 +02:00
|
|
|
"@chakra-ui/react": "^3.26.0",
|
2025-02-17 19:33:00 +00:00
|
|
|
"@emotion/react": "^11.14.0",
|
2025-09-11 19:11:54 +02:00
|
|
|
"@tanstack/react-query": "^5.87.4",
|
2025-09-12 15:13:28 +02:00
|
|
|
"@tanstack/react-query-devtools": "^5.87.4",
|
2025-09-12 15:05:18 +02:00
|
|
|
"@tanstack/react-router": "^1.131.41",
|
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",
|
|
|
|
|
"react-dom": "^19.1.1",
|
2025-09-08 00:08:35 +02:00
|
|
|
"react-error-boundary": "^6.0.0",
|
2025-09-07 22:45:22 +02:00
|
|
|
"react-hook-form": "7.62.0",
|
2025-04-28 16:23:26 +00:00
|
|
|
"react-icons": "^5.5.0"
|
2023-11-30 16:16:32 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-11 18:44:30 +02:00
|
|
|
"@biomejs/biome": "^2.2.4",
|
2025-09-07 23:49:07 +02:00
|
|
|
"@hey-api/openapi-ts": "0.73.0",
|
2025-09-07 22:59:36 +02:00
|
|
|
"@playwright/test": "^1.55.0",
|
2025-09-12 13:23:02 +00:00
|
|
|
"@tanstack/router-devtools": "^1.131.42",
|
2025-09-12 15:20:13 +02:00
|
|
|
"@tanstack/router-plugin": "^1.131.41",
|
2025-09-15 15:58:44 +02:00
|
|
|
"@types/node": "^24.4.0",
|
2025-09-07 22:45:22 +02:00
|
|
|
"@types/react": "^19.1.12",
|
|
|
|
|
"@types/react-dom": "^19.1.9",
|
2025-09-08 13:04:43 +02:00
|
|
|
"@vitejs/plugin-react-swc": "^4.0.1",
|
2025-09-07 23:58:51 +02:00
|
|
|
"dotenv": "^17.2.2",
|
2024-03-08 14:10:09 +01:00
|
|
|
"typescript": "^5.2.2",
|
2025-09-08 13:34:41 +02:00
|
|
|
"vite": "^7.1.5"
|
2023-11-30 16:16:32 -05:00
|
|
|
}
|
|
|
|
|
}
|