fake-log/package.json

36 lines
828 B
JSON
Raw Normal View History

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",
"watch": "nodemon ./bin/www",
"test": "jshint src/ app.js --verbose"
2017-09-02 23:45:34 +02:00
},
"dependencies": {
2021-08-29 13:17:22 +02:00
"@types/express": "^4.17.13",
"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",
"csrf": "^3.1.0",
2021-10-03 18:33:00 +02:00
"date-fns": "^2.24.0",
2021-08-29 13:17:22 +02:00
"debug": "^4.3.2",
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",
2021-08-29 13:17:22 +02:00
"node-sass-middleware": "git+https://github.com/nschonni/node-sass-middleware.git#85de4cf",
2021-06-03 17:54:57 +02:00
"pug": "^3.0.2",
2018-07-12 15:14:45 +02:00
"serve-favicon": "~2.5.0",
2021-08-29 13:17:22 +02:00
"uuidv4": "^6.2.12"
2018-03-08 17:50:33 +01:00
},
2018-08-22 11:28:52 +02:00
"devDependencies": {
2021-08-29 13:17:22 +02:00
"jshint": "^2.13.1",
2021-10-03 18:33:00 +02:00
"nodemon": "^2.0.13"
2021-08-29 13:21:46 +02:00
},
"engines": {
"node": "16.x"
2018-08-22 11:28:52 +02:00
}
2018-05-25 20:51:51 +02:00
}