-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
76 lines (76 loc) · 2.9 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
{
"name": "olive.microservices.hubjs",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/Geeksltd/Olive.Microservices.HubJs.git"
},
"author": "Geeks Ltd",
"version": "4.2.75",
"license": "GPL-3.0",
"private": false,
"files": [
"dist",
"types",
"typings",
"typings-lib",
"!tsconfig.json",
"!lib"
],
"engines": {
"yarn": ">= 1.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "npm:@fortawesome/fontawesome-free@^5.4.2",
"@types/chartist": "^0.11.1",
"@types/echarts": "^4.9.16",
"@types/zrender": "^4.0.1",
"alertify": "fabien-d/alertify.js-shim#~0.3.10",
"alertify-bootstrap-3": "dbtek/alertify-bootstrap-3#~1.1.1",
"alertifyjs": "alertifyjs/alertify.js#~0.3.18",
"blueimp-canvas-to-blob": "blueimp/JavaScript-Canvas-to-Blob#>=2.1.1",
"blueimp-load-image": "blueimp/JavaScript-Load-Image#>=1.13.0",
"blueimp-tmpl": "blueimp/JavaScript-Templates#>=2.5.4",
"bootstrap": "twbs/bootstrap#4.6.0",
"bootstrap-filestyle": "markusslima/bootstrap-filestyle#2.1.0",
"bootstrap-select": "1.13.12",
"bootstrap-spinedit": "BrandyMint/bootstrap-spinedit#*",
"bootstrap-toggle": "minhur/bootstrap-toggle#*",
"chartist": "^1.3.0",
"echarts": "^5.4.3",
"chosen-js": "1.8.7",
"ckeditor": "ckeditor/ckeditor-releases#full/4.6.x",
"combodate": "vitalets/combodate#*",
"eonasdan-bootstrap-datetimepicker": "Eonasdan/bootstrap-datetimepicker#~4.7.14",
"flickity": "metafizzy/flickity#2.2.1",
"hammer.js": "hammerjs/hammer.js#^2.0.8",
"hammerjs": "EightMedia/hammer.js#^2.0.0",
"handlebars": "components/handlebars.js#^4.0.11",
"jquery": "jquery/jquery-dist#3.2.1",
"jquery-file-upload": "blueimp/jQuery-File-Upload#*",
"jquery-mentions-input": "podio/jquery-mentions-input#1.6.0",
"jquery-typeahead": "running-coder/jquery-typeahead#2.10.4",
"jquery-ui": "components/jqueryui#^1.12.1",
"jquery-ui-touch-punch": "^0.2.3",
"jquery-validation": "jzaefferer/jquery-validation#1.19.1",
"jquery-validation-bootstrap-tooltip": "Thrilleratplay/jquery-validation-bootstrap-tooltip#*",
"jquery-validation-unobtrusive": "aspnet/jquery-validation-unobtrusive#3.2.11",
"js-cookie": "js-cookie/js-cookie#^2.2.0",
"modernizr": "Modernizr/Modernizr#*",
"moment": "moment/moment#2.8.0",
"muuri": "haltu/muuri#^0.5.4",
"olive.mvc": "Geeksltd/Olive.MvcJs#2.3.34",
"popper.js": "^1.14.4",
"pwstrength-bootstrap": "ablanco/jquery.pwstrength.bootstrap#~1.2.7",
"requirejs": "2.3.6",
"seiyria-bootstrap-slider": "seiyria/bootstrap-slider#11.0.2",
"smartmenus": "vadikom/smartmenus#1.0.0-beta1",
"underscore": "1.8.3",
"web-animations-js": "web-animations/web-animations-js#^2.0.9",
"which-pm-runs": "^1.0.0",
"zrender": "^5.3.0",
"zxcvbn": "dropbox/zxcvbn#^4.2.0"
}
}