remove primere

This commit is contained in:
2024-07-14 13:01:40 +02:00
parent b3243722f2
commit 1e09a32022
8 changed files with 13 additions and 794 deletions

View File

@@ -25,28 +25,27 @@
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-router": "^1.43.12",
"@tanstack/react-table": "^8.19.2",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-router": "^1.45.0",
"@tanstack/react-table": "^8.19.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ky": "^1.4.0",
"lucide-react": "^0.400.0",
"primereact": "^10.7.0",
"lucide-react": "^0.408.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@tanstack/react-query-devtools": "^5.50.1",
"@tanstack/router-devtools": "^1.43.12",
"@tanstack/router-plugin": "^1.43.12",
"@tanstack/react-query-devtools": "^5.51.1",
"@tanstack/router-devtools": "^1.45.1",
"@tanstack/router-plugin": "^1.45.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
@@ -55,7 +54,7 @@
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.1"
"vite": "^5.3.3"
},
"prettier": "@it-incubator/prettier-config"
}