|
9 | 9 | "start:dev": "nodemon --exec babel-node --extensions \".ts\" src/index.ts", |
10 | 10 | "start:debug": "run-p -l type-check:watch \"start:dev -- --inspect-brk\"", |
11 | 11 | "start:prod": "node ./dist/index.js", |
12 | | - "start:local-db": "docker-compose up || echo \"Run docker-compose up manually\"", |
| 12 | + "start:local-db": "docker-compose up -d || echo \"Run docker-compose up manually\"", |
13 | 13 | "stop:local-db": "docker-compose down || echo \"Run docker-compose down manually\"", |
14 | 14 | "build": "run-p -l type-check build:prod", |
15 | 15 | "build:prod": "npm run clean && babel src -d dist --ignore=\"./src/test-runners\" --extensions \".ts\"", |
|
32 | 32 | }, |
33 | 33 | "homepage": "https://github.com/Lemoncode/scaffolding-express-typescript#readme", |
34 | 34 | "devDependencies": { |
35 | | - "@babel/cli": "^7.10.5", |
36 | | - "@babel/core": "^7.11.1", |
37 | | - "@babel/node": "^7.10.5", |
38 | | - "@babel/plugin-proposal-optional-chaining": "^7.11.0", |
39 | | - "@babel/preset-env": "^7.11.0", |
40 | | - "@babel/preset-typescript": "^7.10.4", |
41 | | - "@types/cors": "^2.8.7", |
42 | | - "@types/express": "^4.17.7", |
43 | | - "@types/jest": "^26.0.15", |
44 | | - "@types/mongoose": "^5.7.37", |
| 35 | + "@babel/cli": "^7.20.7", |
| 36 | + "@babel/core": "^7.20.12", |
| 37 | + "@babel/node": "^7.20.7", |
| 38 | + "@babel/plugin-proposal-optional-chaining": "^7.20.7", |
| 39 | + "@babel/preset-env": "^7.20.2", |
| 40 | + "@babel/preset-typescript": "^7.18.6", |
| 41 | + "@types/cors": "^2.8.13", |
| 42 | + "@types/express": "^4.17.17", |
| 43 | + "@types/jest": "^29.4.0", |
45 | 44 | "@types/socket.io": "^2.1.10", |
46 | | - "babel-plugin-module-resolver": "^4.0.0", |
47 | | - "cross-env": "^7.0.2", |
48 | | - "jest": "^26.6.1", |
49 | | - "nodemon": "^2.0.4", |
| 45 | + "babel-plugin-module-resolver": "^5.0.0", |
| 46 | + "cross-env": "^7.0.3", |
| 47 | + "jest": "^29.4.2", |
| 48 | + "nodemon": "^2.0.20", |
50 | 49 | "npm-run-all": "^4.1.5", |
51 | | - "rimraf": "^3.0.2", |
52 | | - "ts-jest": "^26.4.2", |
53 | | - "typescript": "^3.9.7" |
| 50 | + "rimraf": "^4.1.2", |
| 51 | + "ts-jest": "^29.0.5", |
| 52 | + "typescript": "^4.9.5" |
54 | 53 | }, |
55 | 54 | "dependencies": { |
56 | | - "body-parser": "^1.19.0", |
57 | 55 | "cors": "^2.8.5", |
58 | | - "dotenv": "^8.2.0", |
59 | | - "express": "^4.17.1", |
60 | | - "immer": "^7.0.9", |
61 | | - "mongoose": "^5.10.11", |
62 | | - "regenerator-runtime": "^0.13.7", |
63 | | - "socket.io": "^2.3.0" |
| 56 | + "dotenv": "^16.0.3", |
| 57 | + "express": "^4.18.2", |
| 58 | + "immer": "^9.0.19", |
| 59 | + "mongoose": "^6.9.1", |
| 60 | + "regenerator-runtime": "^0.13.11", |
| 61 | + "socket.io": "^2.5.0" |
64 | 62 | } |
65 | 63 | } |
0 commit comments