Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
Commits
57898857
Commit
57898857
authored
Jul 05, 2022
by
Yoon, Daeki
😅
Browse files
새로운 패키지 설치 주의
parent
a6d6ca9d
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
57898857
# SF 프론트엔드, 백엔드 통합 개발 프로젝트
## 주의 사항
1.
새로운 패키지를 설치하기 전에
**반드시**
상의 하세요.
## 프로젝트 깃 클론 한 뒤에 할일
### 프로젝트에 필요한 패키지 설치
...
...
frontend/package.json
View file @
57898857
...
...
@@ -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"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment