Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-02-03 00:13:31 +00:00
parent 46ebe81379
commit 64e3aacf0c
2373 changed files with 904760 additions and 0 deletions

21
client/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "cmswebapp-client",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"@vitejs/plugin-react": "^4.0.0"
}
}