"chore: update frontend dev script to include lint checks and add ESLint config file"

This commit is contained in:
louiscklaw
2025-06-04 02:35:32 +08:00
parent c0fad42f0a
commit 22fb620eef
48 changed files with 3315 additions and 97 deletions

View File

@@ -10,6 +10,7 @@
"@capacitor/core": "^7.0.0",
"@capacitor/ios": "7.0.1",
"@capacitor/preferences": "^7.0.0",
"@hookform/resolvers": "^4.1.3",
"@ionic/react": "^8.5.0",
"@ionic/react-router": "^8.5.0",
"@mdx-js/react": "^3.1.0",
@@ -21,15 +22,18 @@
"leaflet": "^1.9.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.55.0",
"react-leaflet": "^5.0.0",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-spinners": "^0.17.0",
"react-use": "^17.6.0",
"reselect": "^4.0.0",
"sass": "^1.85.1",
"swiper": "^9.1.1"
"swiper": "^9.1.1",
"zod": "^3.24.2"
},
"scripts": {
"start": "npm run dev",