2022-05-11 18:35:34 +00:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2022-05-12 12:03:15 +00:00
|
|
|
"axios": "0.27.2",
|
2022-05-11 18:35:34 +00:00
|
|
|
"cors": "2.8.5",
|
2022-05-12 12:52:12 +00:00
|
|
|
"ejs": "3.1.8",
|
2022-05-11 18:35:34 +00:00
|
|
|
"express": "4.18.1",
|
2022-07-10 09:03:15 +00:00
|
|
|
"megalodon": "4.1.0",
|
2022-05-11 18:35:34 +00:00
|
|
|
"morgan": "1.10.0",
|
|
|
|
"serve-static": "1.15.0",
|
|
|
|
"timeago.js": "4.0.2"
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"type": "module",
|
2022-05-11 18:54:28 +00:00
|
|
|
"license": "GPL-3.0",
|
2022-05-11 18:35:34 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "yarn node index.js",
|
|
|
|
"lint": "eslint --fix . && prettier --write .",
|
|
|
|
"lint:ci": "eslint . && prettier . --check",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-01 05:00:37 +00:00
|
|
|
"eslint": "8.21.0",
|
2022-05-11 18:35:34 +00:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2022-06-30 04:00:41 +00:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2022-06-16 06:00:42 +00:00
|
|
|
"prettier": "2.7.1",
|
2022-08-03 01:00:27 +00:00
|
|
|
"sass": "1.54.1"
|
2022-05-11 18:35:34 +00:00
|
|
|
},
|
2022-07-21 13:01:34 +00:00
|
|
|
"packageManager": "yarn@3.2.2"
|
2022-05-11 18:35:34 +00:00
|
|
|
}
|