2021-01-27 23:36:51 +01:00
|
|
|
{
|
|
|
|
"name": "cnc-speed-calculator",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./bin/www"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-06 13:01:54 +01:00
|
|
|
"@fortawesome/fontawesome-free": "5.15.4",
|
2021-12-06 12:08:44 +01:00
|
|
|
"bcrypt": "5.0.1",
|
2021-12-13 15:33:32 +01:00
|
|
|
"body-parser": "1.19.1",
|
2021-12-06 18:13:15 +01:00
|
|
|
"bootstrap": "5.1.3",
|
2021-12-06 11:51:30 +01:00
|
|
|
"connect-ensure-login": "0.1.1",
|
|
|
|
"connect-flash": "0.1.1",
|
2021-12-06 12:08:51 +01:00
|
|
|
"cookie-parser": "1.4.6",
|
2021-12-06 16:48:14 +01:00
|
|
|
"debug": "4.3.3",
|
2021-12-06 15:59:35 +01:00
|
|
|
"ejs": "3.1.6",
|
2021-12-17 05:01:37 +01:00
|
|
|
"express": "4.17.2",
|
2021-12-06 15:55:39 +01:00
|
|
|
"express-session": "1.17.2",
|
2021-12-13 15:33:39 +01:00
|
|
|
"express-validator": "6.14.0",
|
2021-12-06 15:56:53 +01:00
|
|
|
"express-winston": "4.2.0",
|
2021-12-18 06:01:05 +01:00
|
|
|
"http-errors": "2.0.0",
|
2022-01-30 15:01:10 +01:00
|
|
|
"i18n": "0.14.1",
|
2021-12-06 15:39:47 +01:00
|
|
|
"morgan": "1.10.0",
|
2021-12-21 10:00:56 +01:00
|
|
|
"passport": "0.5.2",
|
2021-12-06 11:51:30 +01:00
|
|
|
"passport-local": "1.0.0",
|
2022-02-10 03:02:18 +01:00
|
|
|
"sequelize": "6.16.1",
|
2021-12-06 18:13:58 +01:00
|
|
|
"sqlite3": "5.0.2",
|
2022-02-01 03:01:08 +01:00
|
|
|
"winston": "3.5.1"
|
2021-01-27 23:36:51 +01:00
|
|
|
}
|
|
|
|
}
|