This commit is contained in:
2026-03-15 21:01:29 -04:00
parent d40f8fc375
commit 4306d86080
73 changed files with 13106 additions and 63 deletions

30
frontend/package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "antholume-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"generate:api": "orval"
},
"dependencies": {
"@tanstack/react-query": "^5.62.16",
"axios": "^1.13.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.1"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.8",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"orval": "^7.5.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"vite": "^6.0.5"
}
}