10팀 프로젝트 - OP.GG Clone
Issues | Pull Requests |
---|---|
issue를 통해 개발 진행상황 및 건의사항 공유 | PR 탬플릿을 만들어 체계적인 PR과 구체적인 내용을 공유하고 2명 이상의 approve를 통한 merge 가능 |
팀원 |
---|
👨💻김은택 |
👨💻천정호 |
👨💻백상흔 |
"dependencies": {
"@types/express": "^4.17.11",
"axios": "^0.21.1",
"express": "^4.17.1",
"http-proxy-middleware": "^1.1.0",
"next": "10.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "^17.0.2",
"styled-components": "^5.2.3",
"styled-reset": "^4.3.4",
"swr": "^0.5.5"
},
"devDependencies": {
"@types/react": "^17.0.3",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^1.12.0",
"cross-env": "^7.0.3",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-react": "^7.23.1",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}