This commit is contained in:
2025-11-22 00:52:07 +04:00
parent dbf7dc8bbb
commit 46cd4ef38c
26 changed files with 3328 additions and 22 deletions

View File

@@ -11,8 +11,11 @@
"@types/node": "^16.18.126",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.6",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
@@ -21,7 +24,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"server": "json-server --watch db.json --port 3001"
},
"eslintConfig": {
"extends": [
@@ -40,5 +44,10 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/react-router-dom": "^5.3.3",
"json-server": "^1.0.0-beta.3"
}
}