39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --clearScreen false",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint \"src/**/*.ts\"",
|
|
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .turbo"
|
|
},
|
|
"dependencies": {
|
|
"@repo/ui": "workspace:*",
|
|
"@tanstack/react-query": "^5.74.11",
|
|
"axios": "^1.7.3",
|
|
"i18next": "^25.0.2",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.55.0",
|
|
"react-hook-form-persist": "^3.0.0",
|
|
"react-i18next": "^15.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@hookform/devtools": "^4.4.0",
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@tanstack/react-query-devtools": "^5.74.11",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.3",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"globals": "^16.0.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.31.1",
|
|
"vite": "^6.3.4"
|
|
}
|
|
}
|