This commit is contained in:
2024-05-02 23:50:42 +02:00
parent 0cab278f45
commit 53984d9c89
29 changed files with 2818 additions and 1864 deletions

View File

@@ -6,14 +6,21 @@
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-toggle-group": "^1.0.4",
"@tanstack/react-query": "^4.28.0",
"async-mutex": "^0.5.0",
"axios": "^1.3.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.377.0",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.3.0",
"zod": "^3.21.4"
},
"devDependencies": {