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
JaeHyeok Song
2020-12-05 00:01:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
487ef215955a101b82c1c65481b81d8d8342435b
487ef215
1 parent
140ddb0f
script source fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
14 deletions
jaksimsamil-page/package.json
jaksimsamil-page/public/index.html
jaksimsamil-page/package.json
View file @
487ef21
...
...
@@ -3,25 +3,25 @@
"version"
:
"0.1.0"
,
"private"
:
true
,
"dependencies"
:
{
"@material-ui/core"
:
"^4.1
0
.2"
,
"@testing-library/jest-dom"
:
"^
4.2.4
"
,
"@testing-library/react"
:
"^
9.3
.2"
,
"@testing-library/user-event"
:
"^
7.1.2
"
,
"axios"
:
"^0.
19.2
"
,
"immer"
:
"^
7.0.5
"
,
"@material-ui/core"
:
"^4.1
1
.2"
,
"@testing-library/jest-dom"
:
"^
5.11.6
"
,
"@testing-library/react"
:
"^
11.2
.2"
,
"@testing-library/user-event"
:
"^
12.5.0
"
,
"axios"
:
"^0.
21.0
"
,
"immer"
:
"^
8.0.0
"
,
"include-media"
:
"^1.4.9"
,
"moment"
:
"^2.2
7.0
"
,
"moment"
:
"^2.2
9.1
"
,
"open-color"
:
"^1.7.0"
,
"react"
:
"^1
6.13
.1"
,
"react-dom"
:
"^1
6.13
.1"
,
"react-redux"
:
"^7.2.
0
"
,
"react"
:
"^1
7.0
.1"
,
"react-dom"
:
"^1
7.0
.1"
,
"react-redux"
:
"^7.2.
2
"
,
"react-router-dom"
:
"^5.2.0"
,
"react-scripts"
:
"
3.4
.1"
,
"react-scripts"
:
"
4.0
.1"
,
"redux"
:
"^4.0.5"
,
"redux-actions"
:
"^2.6.5"
,
"redux-devtools-extension"
:
"^2.13.8"
,
"redux-saga"
:
"^1.1.3"
,
"styled-components"
:
"^5.
1
.1"
"styled-components"
:
"^5.
2
.1"
},
"scripts"
:
{
"start"
:
"react-scripts start"
,
...
...
jaksimsamil-page/public/index.html
View file @
487ef21
...
...
@@ -25,8 +25,10 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>
React App
</title>
<script>
"https://developers.kakao.com/sdk/ks/kakao.min.js"
</script>
<script>
Kakao
.
init
(
"9454fd9d91effc97b064c201f04586d2"
);
</script>
<script
src =
"https://developers.kakao.com/sdk/js/kakao.min.js"
></script>
<script
type =
"text/javascript"
>
Kakao
.
init
(
"9454fd9d91effc97b064c201f04586d2"
);
</script>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
...
...
Please
register
or
login
to post a comment