0802
2.52 KB
client/src/kakao-config.json
0 → 100644
This diff is collapsed.
| ... | @@ -3,17 +3,12 @@ | ... | @@ -3,17 +3,12 @@ |
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "Streaming Service", | "description": "Streaming Service", | ||
| "main": "index.js", | "main": "index.js", | ||
| "type": "module", | |||
| "scripts": { | "scripts": { | ||
| "start": "nodemon index.js", | "start": "node dist/index.js", | ||
| "dev": "nodemon -r esm index.js", | "build": "tsc", | ||
| "build": "tsc -p ." | "dev": "nodemon", | ||
| }, | "test": "echo \"Error: no test specified\" && exit 1" | ||
| "nodemonConfig": { | |||
| "ignore": [ | |||
| "test/*", | |||
| "docs/*", | |||
| "client/*" | |||
| ] | |||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -27,21 +22,21 @@ | ... | @@ -27,21 +22,21 @@ |
| "cookie-parser": "^1.4.5", | "cookie-parser": "^1.4.5", | ||
| "cors": "2.8.5", | "cors": "2.8.5", | ||
| "dotenv": "^10.0.0", | "dotenv": "^10.0.0", | ||
| "esm": "^3.2.25", | |||
| "express": "4.17.1", | "express": "4.17.1", | ||
| "http": "0.0.1-security", | "http": "0.0.1-security", | ||
| "jsonwebtoken": "^8.5.1", | "jsonwebtoken": "^8.5.1", | ||
| "multer": "^1.4.2", | "multer": "^1.4.2", | ||
| "nanoid": "^3.1.23", | "nanoid": "^3.1.20", | ||
| "nodemon": "^2.0.7", | "nodemon": "^2.0.7", | ||
| "pg": "^8.6.0", | "pg": "^8.6.0", | ||
| "pg-hstore": "^2.3.4", | "pg-hstore": "^2.3.4", | ||
| "postgres": "^1.0.2", | "postgres": "^1.0.2", | ||
| "sequelize": "^6.6.5", | "sequelize": "^6.6.5", | ||
| "socket.io": "2.3.0", | "socket.io": "^4.1.3", | ||
| "wrtc": "0.4.6" | "wrtc": "^0.4.7" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/socket.io": "^3.0.2", | |||
| "nodemon": "2.0.7" | "nodemon": "2.0.7" | ||
| } | } | ||
| } | } |