- Created a new HTML file for the Rulesets page, including a header, toolbar, rules grid, and rule detail popup. - Implemented JavaScript functionality for loading, filtering, sorting, and managing rules. - Added CSS styles for the layout, components, and responsive design of the Rulesets page.
23 lines
752 B
JSON
23 lines
752 B
JSON
{
|
|
"name": "meb-api-service",
|
|
"version": "2.0.0",
|
|
"description": "API microservice for MEB console - Node.js",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js",
|
|
"generate-docs": "node -e \"console.log(JSON.stringify(require('./swagger-specs-logic')))\" > openapi.json"
|
|
},
|
|
"dependencies": {
|
|
"@influxdata/influxdb-client": "^1.35.0",
|
|
"@influxdata/influxdb-client-apis": "^1.35.0",
|
|
"@msgpack/msgpack": "^3.1.3",
|
|
"cookie-parser": "^1.4.7",
|
|
"dotenv": "^17.3.1",
|
|
"express": "^5.2.1",
|
|
"ioredis": "^5.10.0",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"minio": "^8.0.7",
|
|
"pg": "^8.20.0"
|
|
}
|
|
} |