diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/package.json b/package.json index cabe4ed4..127de3df 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "axios": "^1.1.3", "camelcase-object-deep": "^1.1.7", "classnames": "^2.3.2", + "clsx": "^2.0.0", "cookies-next": "^2.1.1", "flowbite": "^1.6.4", "framer-motion": "^7.10.3", @@ -46,16 +47,23 @@ "react-query": "^3.39.3", "react-select": "^5.7.0", "swiper": "^8.4.4", + "tw-merge": "^0.0.1-alpha.3", + "usehooks-ts": "^2.9.1", "xmlbuilder": "^15.1.1", - "yup": "^0.32.11" + "yup": "^0.32.11", + "zustand": "^4.4.4" }, "devDependencies": { "@svgr/webpack": "^6.5.0", "@tailwindcss/typography": "^0.5.9", + "@types/node": "^20.8.7", + "@types/react": "^18.2.31", + "@types/react-dom": "^18.2.14", "autoprefixer": "^10.4.14", "eslint": "8.26.0", "eslint-config-next": "13.0.0", "postcss": "^8.4.21", - "tailwindcss": "^3.2.7" + "tailwindcss": "^3.2.7", + "typescript": "^5.2.2" } } |
