dependencies
This commit is contained in:
parent
0ac39765bd
commit
212fc62077
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user