Fixes eligibility and easipro (#3852)
[openemr.git] / package.json
blobfdc9045d7a570bf7eb40ad0a5032103b8989d713
2   "name": "openemr-interface",
3   "version": "0.2.0",
4   "description": "UI toolkit, theme and component library for OpenEMR",
5   "main": "index.js",
6   "scripts": {
7     "postinstall": "napa && gulp -i",
8     "build": "gulp -b",
9     "dev-build": "npm run gulp-build",
10     "dev": "gulp --dev && gulp watch",
11     "gulp-build": "gulp -b --dev",
12     "gulp-watch": "gulp watch",
13     "test": "echo \"Error: no test specified\" && exit 1"
14   },
15   "keywords": [
16     "openemr"
17   ],
18   "author": "d3sandoval",
19   "license": "GNU GPL",
20   "browserslist": [
21     "> 1%",
22     "ie >= 8",
23     "edge >= 15",
24     "ie_mob >= 10",
25     "ff >= 45",
26     "chrome >= 45",
27     "safari >= 7",
28     "opera >= 23",
29     "ios >= 7",
30     "android >= 4",
31     "bb >= 10"
32   ],
33   "devDependencies": {
34     "autoprefixer": "^9.8.5",
35     "del": "^5.1.0",
36     "glob": "^7.1.6",
37     "gulp": "^4.0.2",
38     "gulp-append-prepend": "^1.0.8",
39     "gulp-csso": "^4.0.1",
40     "gulp-if": "^3.0.0",
41     "gulp-inject-string": "^1.1.2",
42     "gulp-postcss": "^8.0.0",
43     "gulp-rename": "^2.0.0",
44     "gulp-sass": "^4.1.0",
45     "gulp-sourcemaps": "^2.6.5",
46     "gulp-watch": "^5.0.1",
47     "minimist": "^1.2.5",
48     "napa": "^3.0.0",
49     "popper.js": "^1.16.1",
50     "replace-in-file": "^6.1.0",
51     "stylelint": "^13.6.1",
52     "stylelint-config-sass-guidelines": "^7.0.0",
53     "stylelint-config-standard": "^20.0.0",
54     "stylelint-order": "^4.1.0",
55     "stylelint-scss": "^3.18.0"
56   },
57   "dependencies": {
58     "@fortawesome/fontawesome-free": "5.14.0",
59     "@ttskch/select2-bootstrap4-theme": "1.3.2",
60     "angular": "1.8.0",
61     "angular-sanitize": "1.8.0",
62     "angular-summernote": "0.8.1",
63     "backbone": "1.4.0",
64     "bootstrap": "4.5.2",
65     "bootswatch": "4.5.1",
66     "chart.js": "2.9.3",
67     "checklist-model": "1.0.0",
68     "ckeditor4": "4.14.1",
69     "datatables.net": "1.10.21",
70     "datatables.net-bs4": "1.10.21",
71     "datatables.net-colreorder": "1.5.2",
72     "datatables.net-colreorder-dt": "1.5.2",
73     "datatables.net-dt": "1.10.21",
74     "datatables.net-jqui": "1.10.21",
75     "datatables.net-scroller": "2.0.2",
76     "datatables.net-scroller-jqui": "2.0.2",
77     "dropzone": "5.7.2",
78     "dwv": "0.27.0",
79     "flot": "4.2.1",
80     "gritter": "1.7.4",
81     "i18next": "19.6.3",
82     "i18next-browser-languagedetector": "5.0.0",
83     "i18next-xhr-backend": "3.2.2",
84     "interactjs": "1.9.20",
85     "jquery": "3.5.1",
86     "jquery-datetimepicker": "2.5.21",
87     "jquery-validation": "1.19.2",
88     "jscolor": "github:EastDesire/jscolor",
89     "jspdf": "1.5.3",
90     "jszip": "3.5.0",
91     "knockout": "3.5.1",
92     "konva": "7.0.4",
93     "magic-wand-js": "1.0.0",
94     "moment": "2.24.0",
95     "numeral": "2.0.6",
96     "purecss": "2.0.3",
97     "select2": "4.0.13",
98     "summernote": "0.8.18",
99     "underscore": "1.10.2",
100     "validate.js": "0.13.1"
101   },
102   "napa": {
103     "bootstrap-rtl": "https://github.com/PerseusTheGreat/bootstrap-4-rtl/archive/7c58abff4e7e6383b34f983d1a92f0342075337b.zip",
104     "jquery-creditcardvalidator": "https://github.com/PawelDecowski/jquery-creditcardvalidator/archive/v1.1.0.tar.gz",
105     "jquery-panelslider": "https://github.com/eduardomb/jquery-panelslider/archive/1.0.0.tar.gz",
106     "jquery-ui": "https://jqueryui.com/resources/download/jquery-ui-1.12.1.zip",
107     "jquery-ui-themes": "https://jqueryui.com/resources/download/jquery-ui-themes-1.12.1.zip",
108     "summernote-nugget": "https://github.com/pHAlkaline/summernote-plugins",
109     "literallycanvas": "https://github.com/literallycanvas/literallycanvas/archive/v0.4.14.tar.gz",
110     "react": "https://github.com/facebook/react/releases/download/v15.1.0/react-15.1.0.zip"
111   },
112   "napa-config": {
113     "cache": false
114   }