Commit 21a43c8e authored by Rais Aryaguna's avatar Rais Aryaguna

Merge branch 'develop'

parents a69edaf5 0f7c6a15
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"start": "vite preview", "start": "vite preview",
"build": "tsc && vite build", "build": "dotenv -e .env.development -- cross-env GENERATE_SOURCEMAP=false tsc && vite build --base=./",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"", "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"", "lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:print": "npx eslint --print-config eslint.config.mjs > eslint-show-config.json", "lint:print": "npx eslint --print-config eslint.config.mjs > eslint-show-config.json",
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
"aws-amplify": "^6.15.5", "aws-amplify": "^6.15.5",
"axios": "^1.11.0", "axios": "^1.11.0",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"dotenv": "^17.2.3",
"embla-carousel": "^8.6.0", "embla-carousel": "^8.6.0",
"embla-carousel-auto-height": "^8.6.0", "embla-carousel-auto-height": "^8.6.0",
"embla-carousel-auto-scroll": "^8.6.0", "embla-carousel-auto-scroll": "^8.6.0",
......
...@@ -4632,6 +4632,11 @@ dot-prop@^7.2.0: ...@@ -4632,6 +4632,11 @@ dot-prop@^7.2.0:
dependencies: dependencies:
type-fest "^2.11.2" type-fest "^2.11.2"
dotenv@^17.2.3:
version "17.2.3"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.3.tgz#ad995d6997f639b11065f419a22fabf567cdb9a2"
integrity sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==
dpop@^2.1.1: dpop@^2.1.1:
version "2.1.1" version "2.1.1"
resolved "https://registry.yarnpkg.com/dpop/-/dpop-2.1.1.tgz#f132df2bdf97b8fd5f13afe14ef659d072d8d051" resolved "https://registry.yarnpkg.com/dpop/-/dpop-2.1.1.tgz#f132df2bdf97b8fd5f13afe14ef659d072d8d051"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment