seeddms-code/package.json
2020-10-16 16:01:54 +02:00

40 lines
1021 B
JSON

{
"name": "seeddms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Uwe Steinmann",
"license": "ISC",
"dependencies": {
"@coreui/coreui": "^3.3.0",
"@coreui/icons": "^1.0.1",
"@popperjs/core": "^2.5.3",
"bootstrap": "^4.5.2",
"bootstrap-datepicker": "^1.9.0",
"chartjs": "^0.3.24",
"cytoscape": "^3.16.2",
"cytoscape-grid-guide": "^2.3.2",
"fine-uploader": "^5.16.2",
"flag-icon-css": "^3.5.0",
"flot": "^4.2.1",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.*",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"jqtree": "^1.5.1",
"jquery": "^1.12.4",
"jquery-validation": "^1.19.2",
"moment": "^2.29.1",
"noty": "^2.4.1",
"pace-progressbar": "^1.0.9",
"perfect-scrollbar": "^1.5.0",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"simple-line-icons": "^2.5.5"
}
}