Updated package.json file for usage with yarn frontend package manager.
The libraries for web user interface implementation will be managed using the yarn package manager (currently recommended on Bower site). The package.json file now contains list of libraries that are/will be needed for user interface. (Redmine issue: #3387)
... | ... | @@ -4,23 +4,34 @@ |
"description": "Distributed modular SIEM system designed to monitor networks of all sizes", | ||
"author": "CESNET-CERTS Development Team (https://csirt.cesnet.cz/en/contact)", | ||
"homepage": "https://mentat.cesnet.cz/en/index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://homeproj.cesnet.cz/git/mentat.git" | ||
}, | ||
"repository": "https://homeproj.cesnet.cz/git/mentat-ng.git", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"grunt": "~0.4.5", | ||
"grunt-chmod": "~1.1.1", | ||
"grunt-contrib-clean": "~0.6.0", | ||
"grunt-contrib-concat": "~0.5.1", | ||
"grunt-contrib-copy": "~0.8.0", | ||
"grunt-contrib-rename": "0.0.3", | ||
"grunt-ftp-deploy": "~0.1.10", | ||
"grunt-shell": "~1.1.2", | ||
"grunt-template": "~0.2.3", | ||
"load-grunt-tasks": "~3.2.0", | ||
"npm-shrinkwrap": "~5.4.0", | ||
"time-grunt": "~1.2.1", | ||
"grunt-template": "~0.2.3", | ||
"grunt-chmod": "~1.1.1" | ||
"time-grunt": "~1.2.1" | ||
}, | ||
"main": "index.js", | ||
"dependencies": { | ||
"bootstrap": "^3.3.7", | ||
"bootstrap-datepicker": "^1.7.1", | ||
"bootstrap-select": "^1.12.4", | ||
"bootswatch": "^3.3.7", | ||
"d3": "^4.10.2", | ||
"datatables.net": "^1.10.16", | ||
"datatables.net-plugins": "^1.10.15", | ||
"eonasdan-bootstrap-datetimepicker": "^4.17.47", | ||
"font-awesome": "^4.7.0", | ||
"jquery": "^3.2.1", | ||
"nvd3": "^1.8.6" | ||
} | ||
} |
Please register or sign in to comment