mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 18:26:54 +00:00
- Introduced new types for air temperature, wind direction, lightning, and WBGT data. - Updated existing types for user and item management. - Created a new client configuration file to initialize the API client with default options.
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -p tsconfig.build.json && vite build",
|
|
"lint": "biome check --apply-unsafe --no-errors-on-unmatched --files-ignore-unknown=true ./",
|
|
"preview": "vite preview",
|
|
"generate-client": "openapi-ts"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^3.19.1",
|
|
"@emotion/react": "^11.14.0",
|
|
"@tanstack/react-query": "^5.76.1",
|
|
"@tanstack/react-query-devtools": "^5.76.1",
|
|
"@tanstack/react-router": "1.120.5",
|
|
"@types/leaflet": "^1.9.18",
|
|
"axios": "1.9.0",
|
|
"form-data": "4.0.2",
|
|
"leaflet": "^1.9.4",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-hook-form": "7.56.4",
|
|
"react-icons": "^5.5.0",
|
|
"react-leaflet": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@hey-api/openapi-ts": "^0.57.0",
|
|
"@playwright/test": "^1.52.0",
|
|
"@tanstack/router-devtools": "1.120.6",
|
|
"@tanstack/router-vite-plugin": "1.120.5",
|
|
"@types/node": "^22.15.19",
|
|
"@types/react": "^19.1.4",
|
|
"@types/react-dom": "^19.1.5",
|
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
"dotenv": "^16.5.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|