celery/package.json

30 lines
722 B
JSON
Raw Normal View History

2022-03-15 02:55:15 +00:00
{
"name": "server",
"version": "1.0.0",
"description": "my server",
"main": "index.js",
"scripts": {
2024-07-28 13:39:04 +00:00
"start": "node index.js",
2022-03-15 02:55:15 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2022-03-18 03:11:30 +00:00
"dotenv": "^16.0.0",
2022-03-15 02:55:15 +00:00
"express": "^4.17.3",
2022-03-15 03:33:47 +00:00
"express-ws": "^5.0.2",
2022-04-15 00:26:36 +00:00
"highlight.js": "^11.5.1",
"lru-cache": "^7.8.1",
2022-03-15 02:55:15 +00:00
"markdown-it": "^12.3.2",
2024-07-28 13:37:14 +00:00
"markdown-it-container": "^4.0.0",
2022-04-15 00:26:36 +00:00
"markdown-it-image-figures": "^2.1.0",
2024-07-28 13:37:14 +00:00
"marked": "^11.1.1",
"marked-directive": "^1.0.4",
"marked-highlight": "^2.1.0",
2022-04-01 06:29:22 +00:00
"multer": "^1.4.4",
2022-03-15 03:33:47 +00:00
"mustache": "^4.2.0",
2022-03-25 05:46:27 +00:00
"mustache-express": "^1.3.2",
2022-04-26 03:27:31 +00:00
"node-os-utils": "^1.3.6"
2022-03-15 02:55:15 +00:00
}
}