feat(newSite): history about us and contact us started

This commit is contained in:
2025-06-28 15:59:44 -06:00
parent 42712746eb
commit bef3b1ce95
12 changed files with 659 additions and 334 deletions

View File

@ -5,11 +5,11 @@
"dependencies": {
"@svgr/webpack": "^8.1.0",
"js-yaml": "^4.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.20.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.3",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^5.0.3"
},
"scripts": {
"start": "react-scripts start",
@ -37,7 +37,8 @@
]
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-react-app": "^7.0.1",
"yaml-loader": "^0.8.1"
}
}