초기 틀 설정
client/src/setupTests.js
0 → 100644
client/yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | |||
| "name": "bora_it", | |||
| "version": "1.0.0", | |||
| "description": "Streaming Service", | |||
| "main": "index.js", | |||
| "dependencies": { | |||
| "@popperjs/core": "^2.9.2", | |||
| "axios": "^0.21.1", | |||
| "bcryptjs": "^2.4.3", | |||
| "bootstrap": "^5.0.2", | |||
| "cookie-parser": "^1.4.5", | |||
| "dotenv": "^10.0.0", | |||
| "express": "^4.17.1", | |||
| "jsonwebtoken": "^8.5.1", | |||
| "nodemon": "^2.0.7", | |||
| "npm": "^7.18.1" | |||
| }, | |||
| "devDependencies": {}, | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://compmath.korea.ac.kr/gitlab/research/bora_it.git" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC" | |||
| } |
Please register or sign in to comment