summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2023-03-01 09:18:52 +0000
committerIT Fixcomart <it@fixcomart.co.id>2023-03-01 09:18:52 +0000
commita7abbf4ddc70068620e9f44b74dc162ce2e16ee2 (patch)
tree74f66253717515d364ce74bd8275015c1f829cbc /package.json
parent90e1edab9b6a8ccc09a49fed3addbec2cbc4e4c3 (diff)
parenta1b9b647a6c4bda1f5db63879639d44543f9557e (diff)
Merged in refactor (pull request #1)
Refactor
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index da31e920..20398943 100644
--- a/package.json
+++ b/package.json
@@ -6,15 +6,18 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
- "lint": "next lint"
+ "lint": "next lint",
+ "format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx}\" --config ./.prettierrc"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^2.9.10",
+ "@tailwindcss/line-clamp": "^0.4.2",
"axios": "^1.1.3",
+ "camelcase-object-deep": "^1.1.7",
"cookies-next": "^2.1.1",
"framer-motion": "^7.6.7",
- "lodash": "^4.17.21",
+ "lodash-contrib": "^4.1200.1",
"next": "13.0.0",
"next-progress": "^2.2.0",
"nodemailer": "^6.8.0",
@@ -25,6 +28,7 @@
"react-infinite-scroll-component": "^6.1.0",
"react-lazy-load": "^4.0.1",
"react-lazy-load-image-component": "^1.5.5",
+ "react-query": "^3.39.3",
"react-select": "^5.7.0",
"swiper": "^8.4.4",
"yup": "^0.32.11"