This commit is contained in:
parent
97d06ef00a
commit
61f99601d7
2
app.js
2
app.js
@ -4,7 +4,7 @@ const path = require('path');
|
|||||||
const cookieParser = require('cookie-parser');
|
const cookieParser = require('cookie-parser');
|
||||||
const bodyParser = require('body-parser')
|
const bodyParser = require('body-parser')
|
||||||
const logger = require('./config/winston');
|
const logger = require('./config/winston');
|
||||||
const sassMiddleware = require('node-sass-middleware');
|
//const sassMiddleware = require('node-sass-middleware');
|
||||||
const expressWinston = require('express-winston');
|
const expressWinston = require('express-winston');
|
||||||
const flash = require('connect-flash');
|
const flash = require('connect-flash');
|
||||||
const i18n = require('i18n');
|
const i18n = require('i18n');
|
||||||
|
4745
package-lock.json
generated
4745
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@
|
|||||||
"@fortawesome/fontawesome-free": "5.15.4",
|
"@fortawesome/fontawesome-free": "5.15.4",
|
||||||
"bcrypt": "5.0.1",
|
"bcrypt": "5.0.1",
|
||||||
"body-parser": "1.19.0",
|
"body-parser": "1.19.0",
|
||||||
"bootstrap": "5.0.0-beta1",
|
"bootstrap": "5.1.3",
|
||||||
"connect-ensure-login": "0.1.1",
|
"connect-ensure-login": "0.1.1",
|
||||||
"connect-flash": "0.1.1",
|
"connect-flash": "0.1.1",
|
||||||
"cookie-parser": "1.4.6",
|
"cookie-parser": "1.4.6",
|
||||||
@ -22,11 +22,10 @@
|
|||||||
"http-errors": "1.8.1",
|
"http-errors": "1.8.1",
|
||||||
"i18n": "0.13.3",
|
"i18n": "0.13.3",
|
||||||
"morgan": "1.10.0",
|
"morgan": "1.10.0",
|
||||||
"node-sass-middleware": "0.11.0",
|
|
||||||
"passport": "0.5.0",
|
"passport": "0.5.0",
|
||||||
"passport-local": "1.0.0",
|
"passport-local": "1.0.0",
|
||||||
"sequelize": "6.11.0",
|
"sequelize": "6.11.0",
|
||||||
"sqlite3": "5.0.2",
|
"sqlite3": "4.2.0",
|
||||||
"winston": "3.3.3"
|
"winston": "3.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user