환경은 node.js 이다. 바벨 (최신버전 자바스크립트를 서버 혹은 웹브라우저에 맞는 ES5 자바스크립트 언어로 만들어 주는) nodemon 이건 코드를 바꾸면 실시간으로 반영해주기 위한 그 다음 express 이거는 서버 뭐 그런 거 같음. pug 이거는 html 쉽게 쓰는거임. { "name": "zoom", "version": "1.0.0", "description": "Zoom Clone using WebRTC and Websockets", "main": "index.js", "scripts": { "dev": "nodemon" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@babel/cli": "^7.23.0..