/
tisit
/
FUXA_SCADA
Обзор
Документация
Войти
/
tisit
/
FUXA_SCADA
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
client/package.json
86 строк
3 KB
unocelli
Build for production
07 фев 2026, 19:15
07 фев 2026, 19:15
3bd21ce
Код
Авторство
О чём код?
{ "name": "fuxa", "version": "1.3.0-2697", "keywords": [], "author": "frangoteam <info@frangoteam.org>", "description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software", "repository": { "type": "git", "url": "https://github.com/frangoteam/FUXA.git" }, "scripts": { "ng": "ng", "start": "ng serve", "start:lan": "ng serve --host 0.0.0.0 --disable-host-check", "demo": "ng serve -c demo", "client": "ng serve -c client", "build": "ng build", "lint": "ng lint", "e2e": "ng e2e" }, "dependencies": { "@angular/animations": "17.3.12", "@angular/cdk": "17.3.10", "@angular/common": "17.3.12", "@angular/compiler": "17.3.12", "@angular/core": "17.3.12", "@angular/forms": "17.3.12", "@angular/material": "17.3.10", "@angular/material-moment-adapter": "17.3.10", "@angular/platform-browser": "17.3.12", "@angular/platform-browser-dynamic": "17.3.12", "@angular/router": "17.3.12", "@ctrl/ngx-codemirror": "^5.1.1", "@ngx-translate/core": "^14.0.0", "@ngx-translate/http-loader": "^7.0.0", "angular-gridster2": "^17.0.0", "angular2-draggable": "^16.0.0", "bcryptjs": "^2.4.3", "body-parser": "^1.20.3", "chart.js": "^3.9.1", "chartjs-plugin-datalabels": "^2.1.0", "codemirror": "^5.65.12", "fecha": "^4.2.3", "file-saver": "2.0.5", "leaflet": "^1.9.4", "material-icons": "^1.13.2", "moment": "^2.29.4", "ng2-charts": "^4.1.1", "ngx-color-picker": "^13.0.0", "ngx-toastr": "^16.2.0", "panzoom": "^9.4.3", "pdfmake": "^0.2.7", "rxjs": "^7.8.0", "socket.io-client": "4.8.1", "tslib": "^2.5.0", "uplot": "1.6.24", "xgplayer": "3.0.13", "xgplayer-flv.js": "3.0.13", "xgplayer-hls.js": "3.0.13", "zone.js": "~0.14.10" }, "devDependencies": { "@angular-devkit/build-angular": "17.3.17", "@angular-eslint/builder": "17.5.3", "@angular-eslint/eslint-plugin": "17.5.3", "@angular-eslint/eslint-plugin-template": "17.5.3", "@angular-eslint/schematics": "17.5.3", "@angular-eslint/template-parser": "17.5.3", "@angular/cli": "17.3.17", "@angular/compiler-cli": "17.3.12", "@angular/language-service": "17.3.12", "@types/codemirror": "^5.60.7", "@types/leaflet": "^1.9.16", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsdoc": "39.5.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unused-imports": "^3.2.0", "sass": "^1.36.0", "ts-node": "~10.9.1", "typescript": "~5.4.5" } }