fix: fix add to list feature (#6485)
[openemr.git] / package.json
blob917c04700ee9bf388253fff8c2d3c21a385eadc8
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": "10.4.14",
35     "colors": "1.4.0",
36     "del": "6.1.1",
37     "glob": "8.1.0",
38     "gulp": "4.0.2",
39     "gulp-append-prepend": "1.0.9",
40     "gulp-csso": "4.0.1",
41     "gulp-dart-sass": "1.0.2",
42     "gulp-if": "3.0.0",
43     "gulp-inject-string": "1.1.2",
44     "gulp-postcss": "9.0.1",
45     "gulp-rename": "2.0.0",
46     "gulp-sourcemaps": "3.0.0",
47     "gulp-watch": "5.0.1",
48     "minimist": "1.2.8",
49     "napa": "3.0.0",
50     "postcss": "8.4.21",
51     "replace-in-file": "6.3.5",
52     "stylelint": "14.16.1",
53     "stylelint-config-sass-guidelines": "9.0.1",
54     "stylelint-config-standard": "29.0.0",
55     "stylelint-order": "6.0.3",
56     "stylelint-scss": "4.4.0"
57   },
58   "dependencies": {
59     "@eastdesire/jscolor": "2.5.1",
60     "@fortawesome/fontawesome-free": "6.3.0",
61     "@ttskch/select2-bootstrap4-theme": "1.5.2",
62     "angular": "1.8.3",
63     "angular-sanitize": "1.8.3",
64     "backbone": "1.4.1",
65     "bootstrap": "4.6.2",
66     "bootswatch": "4.6.2",
67     "chart.js": "4.2.1",
68     "checklist-model": "1.0.0",
69     "ckeditor4": "4.20.2",
70     "datatables.net": "1.13.4",
71     "datatables.net-bs4": "1.13.4",
72     "datatables.net-colreorder": "1.6.2",
73     "datatables.net-colreorder-dt": "1.6.2",
74     "datatables.net-dt": "1.13.4",
75     "datatables.net-jqui": "1.13.4",
76     "datatables.net-scroller": "2.1.1",
77     "datatables.net-scroller-jqui": "2.1.1",
78     "dropzone": "5.9.3",
79     "dwv": "0.27.1",
80     "flot": "4.2.3",
81     "hotkeys-js": "3.10.1",
82     "i18next": "22.4.11",
83     "i18next-browser-languagedetector": "7.0.1",
84     "i18next-xhr-backend": "3.2.2",
85     "interactjs": "1.10.17",
86     "jquery": "3.6.4",
87     "jquery-datetimepicker": "2.5.21",
88     "jquery-validation": "1.19.5",
89     "jspdf": "2.5.1",
90     "jszip": "3.10.1",
91     "knockout": "3.5.1",
92     "konva": "8.4.2",
93     "magic-wand-js": "1.0.0",
94     "moment": "2.29.4",
95     "numeral": "2.0.6",
96     "purecss": "3.0.0",
97     "select2": "4.0.13",
98     "sortablejs": "1.15.0",
99     "underscore": "1.13.6",
100     "validate.js": "0.13.1"
101   },
102   "napa": {
103     "bootstrap-rtl": "https://github.com/PerseusTheGreat/bootstrap-4-rtl/archive/643a8f9e221ed86729b51913d1a7d5614e615682.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     "literallycanvas": "https://github.com/literallycanvas/literallycanvas/archive/v0.4.14.tar.gz",
109     "react": "https://github.com/facebook/react/releases/download/v15.1.0/react-15.1.0.zip",
110     "lforms": "https://clinicaltables.nlm.nih.gov/lforms-versions/lforms-33.0.0.zip"
111   },
112   "napa-config": {
113     "cache": false
114   }