6f2e676359
app.js - call to index.js changed public/javascripts/global.js - no more show version - no more 'showReset routes/index.js - added 'translate'-function views/index.pug - texts changed for translation views/layout.pug - show version and date public/javascripts/map.js - added text from server charts/preparecharts.js - translate texts locales/[en|de]/translation.json - new translations charts/urils.js - added translations package.json "version": "3.0.2", "date": "2023-04-19 11:00 UTC",
29 lines
648 B
JSON
29 lines
648 B
JSON
{
|
|
"name": "laerm-web-sensorapi",
|
|
"version": "3.0.2",
|
|
"date": "2023-04-19 11:00 UTC",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node bin/www.js >>log/laerm_web.log 2>&1"
|
|
},
|
|
"type": "module",
|
|
"bin": {
|
|
"www": "./bin/www.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"cookie-parser": "~1.4.4",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"express": "^4.18.2",
|
|
"http-errors": "~1.6.3",
|
|
"i18next": "^22.4.14",
|
|
"i18next-express-middleware": "^2.0.0",
|
|
"i18next-http-middleware": "^3.3.0",
|
|
"i18next-node-fs-backend": "^1.2.1",
|
|
"morgan": "~1.9.1",
|
|
"pug": "^3.0.2",
|
|
"sass": "^1.58.3"
|
|
}
|
|
}
|