removed unnecessary package from backend
This commit is contained in:
parent
7b76f2f696
commit
2077aeebf8
@ -1,6 +1,5 @@
|
|||||||
const axios = require('axios')
|
const axios = require('axios')
|
||||||
const _ = require('lodash')
|
const _ = require('lodash')
|
||||||
const httpsProxyAgent = require('https-proxy-agent');
|
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
const rangeStartDate = '2019-01-01' // If no date is given, this date will be used as startDate
|
const rangeStartDate = '2019-01-01' // If no date is given, this date will be used as startDate
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"httpolyglot": "^0.1.2",
|
"httpolyglot": "^0.1.2",
|
||||||
"https-proxy-agent": "^5.0.0",
|
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"mariadb": "^2.4.0",
|
"mariadb": "^2.4.0",
|
||||||
"moment": "^2.26.0",
|
"moment": "^2.26.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user