forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"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",
"lforms": "https://clinicaltables.nlm.nih.gov/lforms-versions/lforms-32.1.0.zip"
},
"napa-config": {
"cache": false
}
}