mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
35 lines
863 B
JSON
35 lines
863 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.2.2",
|
|
"@popperjs/core": "^2.4.4",
|
|
"bootstrap": "^4.5.2",
|
|
"bootstrap-datepicker": "^1.9.0",
|
|
"chartjs": "^0.3.24",
|
|
"cytoscape": "^3.15.2",
|
|
"cytoscape-grid-guide": "^2.3.2",
|
|
"fine-uploader": "^5.16.2",
|
|
"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.4.12",
|
|
"jquery": "^1.12.4",
|
|
"jquery-validation": "^1.19.2",
|
|
"moment": "^2.17.1",
|
|
"noty": "^2.4.1",
|
|
"perfect-scrollbar": "^1.5.0",
|
|
"select2": "^4.0.13"
|
|
}
|
|
}
|