2025-05-02 21:43:51 +00:00
|
|
|
{
|
|
|
|
|
"name": "web",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite --clearScreen false",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
2025-05-05 09:27:00 +00:00
|
|
|
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .turbo",
|
|
|
|
|
"check:deps": "pnpm exec depcheck",
|
|
|
|
|
"lint": "biome lint --fix",
|
|
|
|
|
"format": "biome format --write"
|
2025-05-02 21:43:51 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@repo/ui": "workspace:*",
|
2025-05-05 09:27:00 +00:00
|
|
|
"@tanstack/react-query": "^5.74.11",
|
|
|
|
|
"axios": "^1.9.0",
|
|
|
|
|
"i18next": "^25.0.2",
|
|
|
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
2025-05-02 21:43:51 +00:00
|
|
|
"react": "^19.1.0",
|
2025-05-05 09:27:00 +00:00
|
|
|
"react-dom": "^19.1.0",
|
|
|
|
|
"react-hook-form": "^7.55.0",
|
|
|
|
|
"react-hook-form-persist": "^3.0.0",
|
|
|
|
|
"react-i18next": "^15.0.1",
|
|
|
|
|
"react-secure-storage": "^1.3.2"
|
2025-05-02 21:43:51 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-05-05 09:27:00 +00:00
|
|
|
"@biomejs/biome": "1.9.4",
|
|
|
|
|
"@hookform/devtools": "^4.4.0",
|
2025-05-02 21:43:51 +00:00
|
|
|
"@repo/typescript-config": "workspace:*",
|
2025-05-05 09:27:00 +00:00
|
|
|
"@tanstack/react-query-devtools": "^5.74.11",
|
2025-05-02 21:43:51 +00:00
|
|
|
"@types/react": "^19.1.2",
|
|
|
|
|
"@types/react-dom": "^19.1.3",
|
|
|
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
|
|
|
"globals": "^16.0.0",
|
2025-05-05 09:27:00 +00:00
|
|
|
"typescript": "~5.8.3",
|
2025-05-02 21:43:51 +00:00
|
|
|
"vite": "^6.3.4"
|
|
|
|
|
}
|
|
|
|
|
}
|