| 123456789101112131415161718192021222324252627282930313233 |
- {
- "scripts": {
- "typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js"
- },
- "dependencies": {
- "@ant-design/icons": "^6.0.0",
- "@hono/zod-openapi": "^0.19.8",
- "antd": "^5.26.1",
- "axios": "^1.10.0",
- "debug": "^4.4.1",
- "jsonwebtoken": "^9.0.2",
- "mysql2": "^3.14.1",
- "react": "^19.1.0",
- "react-dom": "^19.1.0",
- "react-router-dom": "^7.6.2",
- "reflect-metadata": "^0.2.2",
- "typeorm": "^0.3.25",
- "zod": "^3.25.67"
- },
- "devDependencies": {
- "@types/antd": "^0.12.32",
- "@types/axios": "^0.9.36",
- "@types/debug": "^4.1.12",
- "@types/jsonwebtoken": "^9.0.10",
- "@types/node": "^24.0.3",
- "@types/react": "^19.1.8",
- "@types/react-dom": "^19.1.6",
- "@types/react-router-dom": "^5.3.3",
- "ts-node": "^10.9.2",
- "tsconfig-paths": "^4.2.0",
- "typescript": "^5.8.3"
- }
- }
|