Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이준성
/
khuwitch
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
ijunseong
2020-11-28 17:35:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aeaac75cbf6f3aa034d609bade39eba644d5ea81
aeaac75c
1 parent
51c83bcc
Add: package-lock.json and package.json
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
package-lock.json
package.json
package-lock.json
0 → 100644
View file @
aeaac75
This diff could not be displayed because it is too large.
package.json
0 → 100644
View file @
aeaac75
{
"name"
:
"khuwitch"
,
"version"
:
"0.1.0"
,
"private"
:
true
,
"dependencies"
:
{
"@material-ui/core"
:
"^4.11.1"
,
"@material-ui/icons"
:
"^4.9.1"
,
"@testing-library/jest-dom"
:
"^5.11.4"
,
"@testing-library/react"
:
"^11.1.0"
,
"@testing-library/user-event"
:
"^12.1.10"
,
"react"
:
"^17.0.1"
,
"react-dom"
:
"^17.0.1"
,
"react-scripts"
:
"4.0.1"
,
"web-vitals"
:
"^0.2.4"
},
"scripts"
:
{
"start"
:
"react-scripts start"
,
"build"
:
"react-scripts build"
,
"test"
:
"react-scripts test"
,
"eject"
:
"react-scripts eject"
},
"eslintConfig"
:
{
"extends"
:
[
"react-app"
,
"react-app/jest"
]
},
"browserslist"
:
{
"production"
:
[
">0.2%"
,
"not dead"
,
"not op_mini all"
],
"development"
:
[
"last 1 chrome version"
,
"last 1 firefox version"
,
"last 1 safari version"
]
}
}
Please
register
or
login
to post a comment