Phase 3.1: Add remaining local files

This commit is contained in:
2026-02-05 16:04:20 +11:00
26 changed files with 1780 additions and 1 deletions

View File

@@ -9,11 +9,18 @@
"lint": "eslint . --ext js,jsx,ts,tsx"
},
"dependencies": {
<<<<<<< HEAD
"@heroicons/react": "^2.2.0",
"axios": "^1.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0"
=======
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"axios": "^1.6.2"
>>>>>>> 65c71b3d67d462fe9ecc01a1c2aa17e54b626fe2
},
"devDependencies": {
"@types/react": "^18.2.43",