2017-09-02 23:45:34 +02:00
|
|
|
{
|
|
|
|
"name": "fake-log",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-08-27 16:10:55 +02:00
|
|
|
"start": "node ./bin/www & npm run scss",
|
|
|
|
"watch": "nodemon ./bin/www & npm run scss",
|
2024-03-27 22:31:41 +01:00
|
|
|
"scss": "sass --watch public/stylesheets",
|
2024-03-28 10:47:46 +01:00
|
|
|
"prettier:write": "prettier . --write",
|
|
|
|
"prettier:check": "prettier . --check"
|
2017-09-02 23:45:34 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-10 21:22:58 +01:00
|
|
|
"@types/express": "^4.17.21",
|
2023-05-10 22:39:47 +02:00
|
|
|
"body-parser": "~1.20.2",
|
2022-01-05 22:31:25 +01:00
|
|
|
"cookie-parser": "^1.4.6",
|
2019-04-09 19:34:35 +02:00
|
|
|
"cors": "^2.8.5",
|
2019-04-28 14:19:36 +02:00
|
|
|
"csrf": "^3.1.0",
|
2024-03-03 10:58:23 +01:00
|
|
|
"date-fns": "^3.3.1",
|
2022-04-16 12:39:34 +02:00
|
|
|
"debug": "^4.3.4",
|
2024-03-03 10:58:23 +01:00
|
|
|
"express": "~4.18.3",
|
|
|
|
"express-subdomain": "^1.0.6",
|
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",
|
2024-03-27 22:31:41 +01:00
|
|
|
"prettier": "^3.2.5",
|
2021-06-03 17:54:57 +02:00
|
|
|
"pug": "^3.0.2",
|
2024-03-03 10:58:23 +01:00
|
|
|
"sass": "^1.71.1",
|
2018-07-12 15:14:45 +02:00
|
|
|
"serve-favicon": "~2.5.0",
|
2023-05-10 22:38:23 +02:00
|
|
|
"uuidv4": "^6.2.13",
|
|
|
|
"validate-polish": "^2.1.40"
|
2018-03-08 17:50:33 +01:00
|
|
|
},
|
2018-08-22 11:28:52 +02:00
|
|
|
"devDependencies": {
|
2024-03-03 10:58:23 +01:00
|
|
|
"nodemon": "^3.1.0"
|
2022-01-05 22:39:00 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-08-27 14:05:14 +02:00
|
|
|
"node": ">=17.x"
|
2018-08-22 11:28:52 +02:00
|
|
|
}
|
2018-05-25 20:51:51 +02:00
|
|
|
}
|