Commit 57898857 authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

새로운 패키지 설치 주의

parent a6d6ca9d
# SF 프론트엔드, 백엔드 통합 개발 프로젝트
## 주의 사항
1. 새로운 패키지를 설치하기 전에 **반드시** 상의 하세요.
## 프로젝트 깃 클론 한 뒤에 할일
### 프로젝트에 필요한 패키지 설치
......
......@@ -12,12 +12,9 @@
"author": "Daeki Yoon",
"license": "ISC",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cookie-parser": "^1.4.3",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/validator": "^13.7.3",
"autoprefixer": "^10.4.7",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
......@@ -33,11 +30,8 @@
},
"dependencies": {
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"validator": "^13.7.0"
"react-router-dom": "^6.3.0"
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment