|
20 | 20 | "dependencies": {
|
21 | 21 | "@koa/cors": "^4.0.0",
|
22 | 22 | "@koa/multer": "^3.0.2",
|
23 |
| - "@koa/router": "^12.0.0", |
| 23 | + "@koa/router": "^12.0.1", |
24 | 24 | "class-transformer": "^0.5.1",
|
25 | 25 | "class-validator": "^0.14.0",
|
26 | 26 | "cross-env": "^7.0.3",
|
|
31 | 31 | "koa-jwt": "^4.0.4",
|
32 | 32 | "koa-logger": "^3.2.1",
|
33 | 33 | "koa-mount": "^4.0.0",
|
34 |
| - "koa2-swagger-ui": "^5.9.1", |
| 34 | + "koa2-swagger-ui": "^5.10.0", |
35 | 35 | "koagger": "^0.3.0",
|
36 | 36 | "mobx-restful": "^0.6.12",
|
37 | 37 | "pg": "^8.11.3",
|
|
44 | 44 | "web-utility": "^4.1.3"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "@types/jsonwebtoken": "^9.0.3", |
48 |
| - "@types/koa": "^2.13.9", |
49 |
| - "@types/koa-logger": "^3.1.3", |
50 |
| - "@types/node": "^18.18.1", |
51 |
| - "@typescript-eslint/eslint-plugin": "^6.7.4", |
52 |
| - "@typescript-eslint/parser": "^6.7.4", |
53 |
| - "eslint": "^8.50.0", |
| 47 | + "@types/jsonwebtoken": "^9.0.5", |
| 48 | + "@types/koa": "^2.13.12", |
| 49 | + "@types/koa-logger": "^3.1.5", |
| 50 | + "@types/node": "^18.18.13", |
| 51 | + "@typescript-eslint/eslint-plugin": "^6.12.0", |
| 52 | + "@typescript-eslint/parser": "^6.12.0", |
| 53 | + "eslint": "^8.54.0", |
54 | 54 | "eslint-plugin-simple-import-sort": "^10.0.0",
|
55 | 55 | "husky": "^8.0.3",
|
56 |
| - "lint-staged": "^14.0.1", |
57 |
| - "prettier": "^3.0.3", |
| 56 | + "lint-staged": "^15.1.0", |
| 57 | + "prettier": "^3.1.0", |
58 | 58 | "sqlite3": "^5.1.6",
|
59 | 59 | "ts-node-dev": "^2.0.0",
|
60 |
| - "typescript": "~5.2.2" |
| 60 | + "typescript": "~5.3.2" |
61 | 61 | },
|
62 | 62 | "prettier": {
|
63 | 63 | "singleQuote": true,
|
|
69 | 69 | "*.{md,json,yml,ts}": "prettier --write"
|
70 | 70 | },
|
71 | 71 | "scripts": {
|
72 |
| - "prepare": "husky install", |
| 72 | + "prepare": "husky install || true", |
73 | 73 | "dev": "ts-node-dev source/",
|
74 | 74 | "test": "lint-staged",
|
75 | 75 | "build": "rm -rf dist/ type/*.d.ts && tsc && mv dist/model/*.d.ts type/",
|
|
79 | 79 | "migration:run": "npm run typeorm -- migration:run",
|
80 | 80 | "upgrade:dev": "npm run migration:generate -- migration/version && npm run migration:run",
|
81 | 81 | "upgrade:pro": "cross-env NODE_ENV=production npm run migration:generate -- .data/version && npm run migration:run",
|
82 |
| - "pack-image": "docker build -t rest-node-ts:latest .", |
83 |
| - "container": "docker rm -f rest-node-ts && docker run --name rest-node-ts -p 8080:8080 -d rest-node-ts:latest" |
| 82 | + "pack-image": "docker build -t idea2app/rest-node-ts:latest .", |
| 83 | + "container": "docker rm -f rest-node-ts && docker run --name rest-node-ts -p 8080:8080 -d idea2app/rest-node-ts:latest" |
84 | 84 | }
|
85 | 85 | }
|
0 commit comments