This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.12 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
{
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-transform-modules-amd": "^7.7.5",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.6",
"@types/bluebird": "^3.5.29",
"@types/bootstrap": "^4.3.1",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.149",
"@wedxml/ajax-saver": "^5.0.0-alpha.31",
"@wedxml/build": "^5.0.0-alpha.31",
"@wedxml/core": "^5.0.0-alpha.31",
"@wedxml/default-runtime": "^5.0.0-alpha.31",
"@wedxml/trivial-grammar-loader": "^5.0.0-alpha.31",
"backbone-forms": "^0.14.1",
"backbone-relational": "0.10.0",
"backbone.marionette": "3.0.0",
"backbone.paginator": "^2.0.8",
"bluebird": "^3.7.2",
"bluejax": "^1.1.0",
"bluejax.try": "^1.0.0",
"bootstrap": "^4.4.1",
"bootstrap-datepicker": "^1.9.0",
"chai": "^4.2.0",
"datatables": "^1.10.18",
"datatables.net-bs4": "^1.10.20",
"dragula": "github:lddubeau/dragula",
"eslint": "^6.7.2",
"eslint-config-lddubeau-base": "^4.0.2",
"font-awesome": "^4.7.0",
"handlebars": "^4.5.3",
"jquery.growl": "^1.3.5",
"js-cookie": "^2.2.1",
"karma": "^4.4.1",
"karma-babel-preprocessor": "^8.0.1",
"karma-chai": ">=0.1.0 <1",
"karma-chrome-launcher": "^3.1.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-json-fixtures-preprocessor": "^0.0.6",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"last-resort": "^1.0.1",
"lucene-query-parser": "^1.2.0",
"mocha": "^6.2.2",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"patternfly-bootstrap-treeview": "^2.1.10",
"requirejs": "^2.3.6",
"requirejs-plugins": "^1.0.2",
"requirejs-text": "^2.0.15",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^6.5.3",
"salve": "^9.1.2",
"salve-dom": "^6.0.1",
"sinon": "^7.5.0",
"tslint": "^5.20.1",
"tslint-config-lddubeau": "^4.1.0",
"tslint-microsoft-contrib": "^6.2.0",
"twbs-pagination": "^1.4.1",
"typeahead.js-bootstrap4-css": "^1.0.0",
"typescript": "^3.7.3",
"underscore": "^1.9.1",
"velocity-animate": "^1.5.2"
}
}