forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.95 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
{
"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",
"devDependencies": {
"del": "^5.1.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.8",
"gulp-autoprefixer": "^7.0.1",
"gulp-csso": "^4.0.1",
"gulp-if": "^3.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-watch": "^5.0.1",
"minimist": "^1.2.0",
"napa": "^3.0.0",
"replace-in-file": "^5.0.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.12.1",
"@ttskch/select2-bootstrap4-theme": "1.3.2",
"angular": "1.7.9",
"angular-sanitize": "1.7.9",
"angular-summernote": "0.8.1",
"backbone": "1.4.0",
"bootstrap": "4.4.1",
"bootstrap-v4-rtl": "4.4.1-1",
"bootswatch": "4.4.1",
"chart.js": "2.9.3",
"checklist-model": "1.0.0",
"ckeditor4": "4.13.0",
"datatables.net": "1.10.20",
"datatables.net-bs4": "1.10.20",
"datatables.net-colreorder": "1.5.2",
"datatables.net-colreorder-dt": "1.5.2",
"datatables.net-dt": "1.10.20",
"datatables.net-jqui": "1.10.20",
"datatables.net-scroller": "2.0.1",
"datatables.net-scroller-jqui": "2.0.1",
"dropzone": "5.7.0",
"dwv": "0.25.2",
"gritter": "1.7.4",
"i18next": "19.1.0",
"i18next-browser-languagedetector": "4.0.1",
"i18next-xhr-backend": "3.2.2",
"interactjs": "1.8.4",
"jquery": "3.4.1",
"jquery-datetimepicker": "2.5.21",
"jquery-validation": "1.19.1",
"jscolor": "EastDesire/jscolor",
"jspdf": "1.5.3",
"jszip": "3.2.2",
"knockout": "3.5.1",
"konva": "4.1.4",
"magic-wand-js": "1.0.0",
"moment": "2.24.0",
"numeral": "2.0.6",
"purecss": "1.0.1",
"select2": "4.0.13",
"summernote": "0.8.15",
"underscore": "1.9.2",
"validate.js": "0.13.1"
},
"napa": {
"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"
},
"napa-config": {
"cache": false
}
}