forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 4.14 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"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",
"lint:js": "eslint '**/*.js' --quiet",
"lint:js-fix": "npm run lint:js -- --fix",
"test:js": "jest",
"test:js-coverage": "jest --coverage",
"stylelint": "npx stylelint '**/*.{css,scss}'",
"stylelint-fix": "npm run stylelint -- --fix"
},
"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": {
"@types/jest": "29.5.5",
"autoprefixer": "10.4.15",
"colors": "1.4.0",
"del": "6.1.1",
"eslint": "8.49.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.0",
"glob": "10.3.4",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"gulp-csso": "4.0.1",
"gulp-dart-sass": "1.1.0",
"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",
"jest": "29.7.0",
"minimist": "1.2.8",
"napa": "3.0.0",
"postcss": "8.4.30",
"replace-in-file": "7.0.1",
"stylelint": "15.10.3",
"stylelint-config-sass-guidelines": "10.0.0",
"stylelint-config-standard": "34.0.0",
"stylelint-order": "6.0.3",
"stylelint-scss": "5.2.1"
},
"dependencies": {
"@eastdesire/jscolor": "2.5.1",
"@fortawesome/fontawesome-free": "6.4.2",
"angular": "1.8.3",
"angular-sanitize": "1.8.3",
"angular-summernote": "^0.8.1",
"backbone": "1.5.0",
"bootstrap": "4.6.2",
"bootswatch": "4.6.2",
"chart.js": "4.4.0",
"chartjs-adapter-date-fns": "3.0.0",
"checklist-model": "1.0.0",
"ckeditor4": "4.22.1",
"datatables.net": "1.13.6",
"datatables.net-bs4": "1.13.6",
"datatables.net-colreorder": "1.7.0",
"datatables.net-colreorder-dt": "1.7.0",
"datatables.net-dt": "1.13.6",
"datatables.net-jqui": "1.13.6",
"datatables.net-scroller": "2.2.0",
"datatables.net-scroller-jqui": "2.2.0",
"dompurify": "3.0.8",
"dropzone": "5.9.3",
"dwv": "0.27.1",
"flot": "4.2.6",
"hotkeys-js": "3.12.0",
"i18next": "23.5.1",
"i18next-browser-languagedetector": "7.1.0",
"i18next-xhr-backend": "3.2.2",
"interactjs": "1.10.19",
"jquery": "3.7.1",
"jquery-datetimepicker": "2.5.21",
"jquery-validation": "1.19.5",
"jspdf": "2.5.1",
"jszip": "3.10.1",
"knockout": "3.5.1",
"konva": "9.2.1",
"magic-wand-js": "1.0.0",
"moment": "2.29.4",
"numeral": "2.0.6",
"purecss": "3.0.0",
"select2": "4.0.13",
"sortablejs": "1.15.0",
"summernote": "^0.8.20",
"tiff": "git+https://github.com/seikichi/tiff.js.git",
"underscore": "1.13.6",
"validate.js": "0.13.1"
},
"napa": {
"bootstrap-rtl": "https://github.com/PerseusTheGreat/bootstrap-4-rtl/archive/643a8f9e221ed86729b51913d1a7d5614e615682.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",
"summernote-nugget": "https://github.com/pHAlkaline/summernote-plugins",
"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-33.0.0.zip"
},
"napa-config": {
"cache": false
}
}