Skip to content

Commit

Permalink
removed unused packages and CDN links to clear up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent440 committed Jul 27, 2020
1 parent eac72a9 commit abfe057
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 494 deletions.
25 changes: 7 additions & 18 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,21 @@
"proxy": "http://localhost:3001/",
"dependencies": {
"axios": "^0.19.2",
"browserslist": "^4.6.3",
"core-js": "^3.1.4",
"dependency": "0.0.1",
"file-saver": "^2.0.2",
"final-form": "^4.18.2",
"greensock": "^1.20.2",
"gsap": "^2.1.3",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-background-slider": "^1.2.0",
"react-bootstrap": "^1.0.0-beta.9",
"react": "^16.13.1",
"react-background-slider": "^2.0.0",
"react-bootstrap": "^1.3.0",
"react-credit-card-input": "^1.1.5",
"react-dates": "^20.2.5",
"react-day-picker": "^7.3.0",
"react-dom": "^16.8.6",
"react-final-form": "^6.3.0",
"react-fontawesome": "^1.6.1",
"react-dom": "^16.13.1",
"react-grid-system": "^4.4.10",
"react-helmet": "^5.2.1",
"react-image": "^2.1.3",
"react-number-format": "^4.0.8",
"react-particles-js": "^2.6.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"react-select": "^3.0.4",
"styled-components": "^4.3.2"
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"styled-components": "^5.1.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
5 changes: 0 additions & 5 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
<meta name="theme-color" content="#000000">
<!-- Bootstrap 4.3.1 CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Gsap 2.0.2 cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.2/TweenMax.min.js"></script>
<!-- Font Awesome 4.7.0 CSS CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google Fonts CDNS -->
<link href="https://fonts.googleapis.com/css?family=Barlow&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nanum+Myeongjo:700&display=swap" rel="stylesheet">
<!-- CDNs for Font Awesome 5.8.2 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/dateRange/dateRange.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import Helmet from 'react-helmet'
// import Helmet from 'react-helmet'
import './style.css'
import DayPickerInput from 'react-day-picker/DayPickerInput'
import 'react-day-picker/lib/style.css'
Expand Down Expand Up @@ -50,7 +50,7 @@ export default class DateRange extends React.Component {
onDayChange={this.props.handleToChange}
/>
</span>
<Helmet />
{/* <Helmet /> */}
</div>
)
}
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/dateRangeOrg/dateRange.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import Helmet from 'react-helmet'
// import Helmet from 'react-helmet'
import './style.css'
import DayPickerInput from 'react-day-picker/DayPickerInput'
import 'react-day-picker/lib/style.css'
Expand Down Expand Up @@ -48,7 +48,7 @@ export default class DateRange extends React.Component {
onDayChange={this.props.handleToChange}
/>
</span>
<Helmet />
{/* <Helmet /> */}
</div>
)
}
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/dateRangeUpd/dateRange.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import Helmet from 'react-helmet'
// import Helmet from 'react-helmet'
import './style.css'
import DayPickerInput from 'react-day-picker/DayPickerInput'
import 'react-day-picker/lib/style.css'
Expand Down Expand Up @@ -50,7 +50,7 @@ export default class DateRange extends React.Component {
onDayChange={this.props.handleToChange}
/>
</span>
<Helmet />
{/* <Helmet /> */}
</div>
)
}
Expand Down
Loading

0 comments on commit abfe057

Please sign in to comment.