mirror of
https://github.com/lucaspalomodevelop/monitoring-server.git
synced 2026-03-12 22:57:21 +00:00
38 lines
974 B
JSON
38 lines
974 B
JSON
{
|
|
"name": "monitoring_backend",
|
|
"productName": "monitoring",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"author": "Lucas Manuel Palomo Lauterbach <lucas.palomo@t-online.de>",
|
|
"keywords": [],
|
|
"license": "GPLv3",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./bin/app",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"getfrontend":"cd ../frontend && yarn "
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.6",
|
|
"bootstrap": "^5.2.2",
|
|
"bootstrap-vue": "^2.23.1",
|
|
"express": "^4.18.2",
|
|
"http-errors": "^2.0.0",
|
|
"normalize.css": "^7.0.0",
|
|
"object-assign": "^4.1.1",
|
|
"offline-plugin": "^4.8.0",
|
|
"pino": "^8.7.0",
|
|
"pino-http": "^8.2.1",
|
|
"pino-pretty": "^9.1.1",
|
|
"portal-vue": "^2.1.7",
|
|
"promise-polyfill": "^6.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"poi": "^9.0.0",
|
|
"poi-preset-bundle-report": "^2.0.0",
|
|
"poi-preset-offline": "^9.0.0",
|
|
"serve": "^6.1.0",
|
|
"tyu": "^1.0.4"
|
|
}
|
|
}
|