summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-10-31 16:31:56 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-10-31 16:31:56 +0700
commitd6d2d9ceef2e95b604ac4ebdc054cad44a8440b1 (patch)
tree376278eb3f7baa6b9405177b8fb57805d4a066b9 /package.json
parent97c98e0a6fa0757e58ca9dacf8e720a52e10dcf5 (diff)
Product detail and header
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index e280d3e9..b64a34d7 100644
--- a/package.json
+++ b/package.json
@@ -9,11 +9,14 @@
"lint": "next lint"
},
"dependencies": {
+ "axios": "^1.1.3",
"next": "13.0.0",
"react": "18.2.0",
- "react-dom": "18.2.0"
+ "react-dom": "18.2.0",
+ "swiper": "^8.4.4"
},
"devDependencies": {
+ "@svgr/webpack": "^6.5.0",
"autoprefixer": "^10.4.12",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",