fake-log/package.json

33 lines
728 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": {
2020-01-10 23:51:44 +01:00
"@types/express": "^4.17.2",
"body-parser": "~1.19.0",
2019-03-03 02:01:02 +01:00
"cookie-parser": "^1.4.4",
2019-04-09 19:34:35 +02:00
"cors": "^2.8.5",
"csrf": "^3.1.0",
2020-02-29 11:15:09 +01:00
"date-fns": "^2.10.0",
2019-01-11 00:27:32 +01:00
"debug": "^4.1.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",
2019-01-13 17:54:05 +01:00
"md5": "^2.2.1",
2018-09-11 16:32:12 +02:00
"morgan": "~1.9.1",
2018-03-08 17:50:33 +01:00
"node-sass-middleware": "^0.11.0",
2019-06-21 20:03:41 +02:00
"pug": "^2.0.4",
2018-07-12 15:14:45 +02:00
"serve-favicon": "~2.5.0",
2020-02-29 11:15:09 +01:00
"uuidv4": "^6.0.5"
2018-03-08 17:50:33 +01:00
},
2018-08-22 11:28:52 +02:00
"devDependencies": {
2020-02-29 11:15:09 +01:00
"jshint": "^2.11.0",
2020-01-10 23:51:44 +01:00
"nodemon": "^2.0.2"
2018-08-22 11:28:52 +02:00
}
2018-05-25 20:51:51 +02:00
}