2017-09-02 23:45:34 +02:00
|
|
|
{
|
|
|
|
"name": "fake-log",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2018-03-08 17:50:33 +01:00
|
|
|
"start": "node ./bin/www",
|
2019-02-05 11:17:06 +01:00
|
|
|
"watch": "nodemon ./bin/www",
|
|
|
|
"test": "jshint src/ app.js --verbose"
|
2017-09-02 23:45:34 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-11-29 23:06:59 +01:00
|
|
|
"@types/express": "^4.17.9",
|
2019-04-28 14:19:36 +02:00
|
|
|
"body-parser": "~1.19.0",
|
2020-03-27 00:53:35 +01:00
|
|
|
"cookie-parser": "^1.4.5",
|
2019-04-09 19:34:35 +02:00
|
|
|
"cors": "^2.8.5",
|
2019-04-28 14:19:36 +02:00
|
|
|
"csrf": "^3.1.0",
|
2020-11-29 23:06:59 +01:00
|
|
|
"date-fns": "^2.16.1",
|
|
|
|
"debug": "^4.3.1",
|
2019-06-21 20:03:41 +02:00
|
|
|
"express": "~4.17.1",
|
2017-11-28 16:45:37 +01:00
|
|
|
"express-subdomain": "^1.0.5",
|
2019-03-03 02:01:02 +01:00
|
|
|
"lodash": "latest",
|
2020-11-29 23:06:59 +01:00
|
|
|
"md5": "^2.3.0",
|
2020-03-27 00:53:35 +01:00
|
|
|
"morgan": "~1.10.0",
|
2020-04-11 18:00:51 +02:00
|
|
|
"node-sass-middleware": "github:sass/node-sass-middleware#v0.11.1",
|
2020-11-29 23:06:59 +01:00
|
|
|
"pug": "^3.0.0",
|
2018-07-12 15:14:45 +02:00
|
|
|
"serve-favicon": "~2.5.0",
|
2020-11-29 23:06:59 +01:00
|
|
|
"uuidv4": "^6.2.5"
|
2018-03-08 17:50:33 +01:00
|
|
|
},
|
2018-08-22 11:28:52 +02:00
|
|
|
"devDependencies": {
|
2020-11-29 23:06:59 +01:00
|
|
|
"jshint": "^2.12.0",
|
|
|
|
"nodemon": "^2.0.6"
|
2020-11-29 23:42:04 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "15.x"
|
2018-08-22 11:28:52 +02:00
|
|
|
}
|
2018-05-25 20:51:51 +02:00
|
|
|
}
|