Showing
5 changed files
with
13 additions
and
5 deletions
khubox-front/jsconfig.json
0 → 100644
khubox-front/package-lock.json
deleted
100644 → 0
This diff could not be displayed because it is too large.
... | @@ -3,10 +3,10 @@ | ... | @@ -3,10 +3,10 @@ |
3 | "author": "2020-1_KHU_CloudComputing_E", | 3 | "author": "2020-1_KHU_CloudComputing_E", |
4 | "email": "16wjlee@khu.ac.kr", | 4 | "email": "16wjlee@khu.ac.kr", |
5 | "licence": "MIT", | 5 | "licence": "MIT", |
6 | - "version": "0.3.0", | 6 | + "version": "0.0.1", |
7 | "private": false, | 7 | "private": false, |
8 | "scripts": { | 8 | "scripts": { |
9 | - "start": "react-s`cripts start", | 9 | + "start": "react-scripts start", |
10 | "build": "react-scripts build", | 10 | "build": "react-scripts build", |
11 | "test": "react-scripts test", | 11 | "test": "react-scripts test", |
12 | "eject": "react-scripts eject" | 12 | "eject": "react-scripts eject" |
... | @@ -33,7 +33,8 @@ | ... | @@ -33,7 +33,8 @@ |
33 | "chart.js": "^2.8.0", | 33 | "chart.js": "^2.8.0", |
34 | "clsx": "^1.0.4", | 34 | "clsx": "^1.0.4", |
35 | "history": "^4.9.0", | 35 | "history": "^4.9.0", |
36 | - "moment": "^2.24.0", | 36 | + "moment": "2.24.0", |
37 | + "moment-timezone": "^0.5.28", | ||
37 | "node-sass": "^4.12.0", | 38 | "node-sass": "^4.12.0", |
38 | "prop-types": "^15.7.2", | 39 | "prop-types": "^15.7.2", |
39 | "react": "^16.8.6", | 40 | "react": "^16.8.6", |
... | @@ -48,7 +49,6 @@ | ... | @@ -48,7 +49,6 @@ |
48 | "validate.js": "^0.13.1" | 49 | "validate.js": "^0.13.1" |
49 | }, | 50 | }, |
50 | "devDependencies": { | 51 | "devDependencies": { |
51 | - "eslint": "5.16.0", | ||
52 | "eslint-plugin-prettier": "^3.0.1", | 52 | "eslint-plugin-prettier": "^3.0.1", |
53 | "eslint-plugin-react": "^7.12.4", | 53 | "eslint-plugin-react": "^7.12.4", |
54 | "prettier": "^1.17.1", | 54 | "prettier": "^1.17.1", | ... | ... |
... | @@ -34,10 +34,12 @@ const Topbar = props => { | ... | @@ -34,10 +34,12 @@ const Topbar = props => { |
34 | > | 34 | > |
35 | <Toolbar> | 35 | <Toolbar> |
36 | <RouterLink to="/"> | 36 | <RouterLink to="/"> |
37 | + <h1>KhuBox</h1> | ||
38 | + {/* | ||
37 | <img | 39 | <img |
38 | alt="Logo" | 40 | alt="Logo" |
39 | src="/images/logos/logo--white.svg" | 41 | src="/images/logos/logo--white.svg" |
40 | - /> | 42 | + />*/} |
41 | </RouterLink> | 43 | </RouterLink> |
42 | <div className={classes.flexGrow} /> | 44 | <div className={classes.flexGrow} /> |
43 | <Hidden mdDown> | 45 | <Hidden mdDown> | ... | ... |
khubox-front/yarn.lock
0 → 100644
This diff could not be displayed because it is too large.
-
Please register or login to post a comment