trains, wagons,containers and cargoes schema and API

This commit is contained in:
hagiye
2026-06-04 15:56:29 +03:00
parent 18015ceaff
commit 71ac89edc7
66 changed files with 2077 additions and 90 deletions

View File

@@ -17,20 +17,22 @@
"prepare": "husky"
},
"devDependencies": {
"turbo": "^2.3.0",
"typescript": "^5.5.4",
"prettier": "^3.3.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0"
"prettier": "^3.3.3",
"turbo": "^2.3.0",
"typeorm": "0.3.30",
"typescript": "^5.5.4"
},
"pnpm": {
"overrides": {
"date-fns": "^3.6.0",
"pdfjs-dist": "^3.11.174",
"react": "19.2.6",
"react-dom": "19.2.6"
"react-dom": "19.2.6",
"typeorm": "0.3.30"
}
},
"lint-staged": {