dependencies

This commit is contained in:
Robert 2024-03-07 05:16:26 +07:00
parent 0ac39765bd
commit 212fc62077
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22
2 changed files with 5 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -19,6 +19,7 @@
"@tanstack/react-router": "^1.18.3",
"@tanstack/router-vite-plugin": "^1.18.1",
"autoprefixer": "^10.4.18",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"install": "^0.13.0",
@ -27,9 +28,12 @@
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.1",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^20.11.24",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",