This commit is contained in:
2025-10-08 00:27:25 +02:00
parent 16874e63b9
commit fa2b012d00
26 changed files with 3614 additions and 0 deletions

21
frontend/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.12.2",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"framer-motion": "^12.23.22",
"react-icons": "^5.5.0",
"react-router-dom": "^7.9.3",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/react": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4"
},
"scripts": {
"dev": "vite",
"build": "vite build"
}
}