You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

115 lines
3.4 KiB

{
"name": "openemr-interface",
"version": "0.2.0",
"description": "UI toolkit, theme and component library for OpenEMR",
"main": "index.js",
"scripts": {
"postinstall": "napa && gulp -i",
"build": "gulp -b",
"dev-build": "npm run gulp-build",
"dev": "gulp --dev && gulp watch",
"gulp-build": "gulp -b --dev",
"gulp-watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openemr"
],
"author": "d3sandoval",
"license": "GNU GPL",
"browserslist": [
"> 1%",
"ie >= 8",
"edge >= 15",
"ie_mob >= 10",
"ff >= 45",
"chrome >= 45",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
],
"devDependencies": {
"autoprefixer": "10.4.7",
"colors": "1.4.0",
"del": "6.1.1",
"glob": "8.0.3",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"gulp-csso": "4.0.1",
"gulp-dart-sass": "1.0.2",
"gulp-if": "3.0.0",
"gulp-inject-string": "1.1.2",
"gulp-postcss": "9.0.1",
"gulp-rename": "2.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-watch": "5.0.1",
"minimist": "1.2.6",
"napa": "3.0.0",
"postcss": "8.4.14",
"replace-in-file": "6.3.5",
"stylelint": "14.9.1",
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-config-standard": "26.0.0",
"stylelint-order": "5.0.0",
"stylelint-scss": "4.2.0"
},
"dependencies": {
"@eastdesire/jscolor": "2.4.8",
"@fortawesome/fontawesome-free": "6.1.1",
"@ttskch/select2-bootstrap4-theme": "1.5.2",
"angular": "1.8.3",
"angular-sanitize": "1.8.3",
"backbone": "1.4.1",
"bootstrap": "4.6.1",
"bootswatch": "4.6.1",
"chart.js": "3.8.0",
"checklist-model": "1.0.0",
"ckeditor4": "4.19.0",
"datatables.net": "1.12.1",
"datatables.net-bs4": "1.12.1",
"datatables.net-colreorder": "1.5.6",
"datatables.net-colreorder-dt": "1.5.6",
"datatables.net-dt": "1.12.1",
"datatables.net-jqui": "1.12.1",
"datatables.net-scroller": "2.0.7",
"datatables.net-scroller-jqui": "2.0.7",
"dropzone": "5.9.3",
"dwv": "0.27.1",
"flot": "4.2.2",
"hotkeys-js": "3.9.4",
"i18next": "21.8.10",
"i18next-browser-languagedetector": "6.1.4",
"i18next-xhr-backend": "3.2.2",
"interactjs": "1.10.14",
"jquery": "3.6.0",
"jquery-datetimepicker": "2.5.21",
"jquery-validation": "1.19.4",
"jspdf": "2.5.1",
"jszip": "3.10.0",
"knockout": "3.5.1",
"konva": "8.3.9",
"magic-wand-js": "1.0.0",
"moment": "2.29.3",
"numeral": "2.0.6",
"purecss": "2.1.0",
"select2": "4.0.13",
"sortablejs": "1.15.0",
"underscore": "1.13.4",
"validate.js": "0.13.1"
},
"napa": {
"bootstrap-rtl": "https://github.com/PerseusTheGreat/bootstrap-4-rtl/archive/d10bd73477b879e78a4f71874af18747d285b6e8.zip",
"jquery-creditcardvalidator": "https://github.com/PawelDecowski/jquery-creditcardvalidator/archive/v1.1.0.tar.gz",
"jquery-panelslider": "https://github.com/eduardomb/jquery-panelslider/archive/1.0.0.tar.gz",
"jquery-ui": "https://jqueryui.com/resources/download/jquery-ui-1.12.1.zip",
"jquery-ui-themes": "https://jqueryui.com/resources/download/jquery-ui-themes-1.12.1.zip",
"literallycanvas": "https://github.com/literallycanvas/literallycanvas/archive/v0.4.14.tar.gz",
"react": "https://github.com/facebook/react/releases/download/v15.1.0/react-15.1.0.zip"
},
"napa-config": {
"cache": false
}
}