Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
GCL_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이승윤
2021-05-21 22:30:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b41652f2d1691fa7c7939af650f311f44d40565
8b41652f
1 parent
388ac5f1
dependencies: mantine 설치
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
frontend/package.json
frontend/package.json
View file @
8b41652
...
...
@@ -14,7 +14,9 @@
"react-scripts"
:
"4.0.3"
,
"redux"
:
"^4.0.5"
,
"styled-components"
:
"^5.2.3"
,
"web-vitals"
:
"^1.0.1"
"web-vitals"
:
"^1.0.1"
,
"@mantine/core"
:
"^1.0.6"
,
"@mantine/hooks"
:
"^1.0.6"
},
"scripts"
:
{
"start"
:
"react-scripts start"
,
...
...
Please
register
or
login
to post a comment