Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2_open_source_sw_development_Han
/
Jaksimsamil
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
박권수
2020-12-07 01:24:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5225717e37e146fbdc1a91c7bac65abaf19d7e9f
5225717e
1 parent
7c830089
commit package.json
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
jaksimsamil-page/package-lock.json
jaksimsamil-page/package.json
jaksimsamil-page/package-lock.json
View file @
5225717
This diff could not be displayed because it is too large.
jaksimsamil-page/package.json
View file @
5225717
...
...
@@ -8,6 +8,7 @@
"@testing-library/react"
:
"^9.3.2"
,
"@testing-library/user-event"
:
"^7.1.2"
,
"axios"
:
"^0.19.2"
,
"eslint"
:
"^7.14.0"
,
"immer"
:
"^7.0.5"
,
"include-media"
:
"^1.4.9"
,
"moment"
:
"^2.27.0"
,
...
...
@@ -30,7 +31,10 @@
"eject"
:
"react-scripts eject"
},
"eslintConfig"
:
{
"extends"
:
"react-app"
"extends"
:
"react-app"
,
"rules"
:
{
"jsx-a11y/anchor-is-valid"
:
"off"
}
},
"browserslist"
:
{
"production"
:
[
...
...
@@ -44,6 +48,5 @@
"last 1 safari version"
]
},
"proxy"
:
"http://localhost:4000/"
,
"secure"
:
false
"proxy"
:
"http://localhost:4000/"
}
...
...
Please
register
or
login
to post a comment