diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-30 09:21:30 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-30 09:21:30 +0700 |
| commit | e8c414325a1e32474e740cc6e7dca8396affc5e3 (patch) | |
| tree | e84feb31cd8619d208b4558c5fcf30becc5337e0 /package.json | |
| parent | 1694c12f75ad06c5e40d6f9a66e245c3e683146c (diff) | |
| parent | c82110f7d3a2f85de99045fde7b579e369f15b2c (diff) | |
Merge branch 'refactor/all' into development
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/package.json b/package.json index cabe4ed4..589eabc4 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,24 @@ "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", + "@types/react-google-recaptcha": "^2.1.7", "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" } } |
