diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-11-21 06:10:12 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-11-21 06:10:12 +0000 |
| commit | 0fc062268c71d53f8777c358b31e2a540d60d404 (patch) | |
| tree | 0183a00dcfb14583c7dfa80da082c21630afe375 /package.json | |
| parent | 6ebe202147269100cd63ef125e877e8f693a27a1 (diff) | |
| parent | 6a6ce21e5a552b0dc6cd541710a87fd0a0fd9d20 (diff) | |
Merged in refactor/all (pull request #116)
Refactor/all
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/package.json b/package.json index cabe4ed4..33f6dd38 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,25 @@ "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", + "zod": "^3.22.4", + "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" } } |
