MangoShelf/package.json

10 lines
178 B
JSON
Raw Permalink Normal View History

2022-09-07 08:39:24 +02:00
{
2022-09-16 21:57:13 +02:00
"dependencies": {
2022-09-20 12:19:01 +02:00
"body-parser": "^1.20.0",
"ejs": "^3.1.8",
"ejs-lint": "^1.2.2",
"express": "^4.18.1",
"mysql": "^2.18.1"
2022-09-16 21:57:13 +02:00
}
2022-09-20 12:19:01 +02:00
}