-
-
Notifications
You must be signed in to change notification settings - Fork 217
/
package.json
137 lines (137 loc) · 5.08 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
132
133
134
135
136
137
{
"name": "commcare-hq",
"version": "0.0.1",
"repository": "https://github.com/dimagi/commcare-hq",
"description": "CommCare HQ Javascript Libraries",
"private": true,
"dependencies": {
"@babel/core": "7.25.2",
"@babel/standalone": "^7.21.4",
"@ckeditor/ckeditor5-alignment": "^43.3.1",
"@ckeditor/ckeditor5-build-classic": "^43.3.1",
"@ckeditor/ckeditor5-font": "^43.3.1",
"@ckeditor/ckeditor5-horizontal-line": "^43.3.1",
"@ckeditor/ckeditor5-html-support": "^43.3.1",
"@ckeditor/ckeditor5-restricted-editing": "^43.3.1",
"@eonasdan/tempus-dominus": "npm:@eonasdan/tempus-dominus#6.9.4",
"@fortawesome/fontawesome-free": "npm:@fortawesome/fontawesome-free#6.5.1",
"@mapbox/mapbox-gl-draw": "1.4.3",
"@mapbox/mapbox-gl-geocoder": "5.0.2",
"@popperjs/core": "npm:@popperjs/core#2.11.6",
"At.js": "millerdev/At.js#master",
"Caret.js": "INTELOGIE/Caret.js#0.3.1",
"DOMPurify": "npm:dompurify#3.1.7",
"ace-builds": "1.5.0",
"alpinejs": "3.14.1",
"babel-loader": "9.1.3",
"babel-plugin-transform-modules-requirejs-babel": "^0.1.0",
"backbone": "npm:backbone#~1.3.2",
"backbone.marionette": "4.1.3",
"backbone.radio": "^2.0.0",
"blazy": "1.8.2",
"bootstrap": "3.4.1",
"bootstrap-daterangepicker": "3.0.3",
"bootstrap-timepicker": "0.5.1",
"bootstrap5": "npm:[email protected]",
"calendars": "kbwood/calendars#2.1.2",
"clipboard": "1.5.15",
"crypto-js": "4.2.0",
"d3": "3.5.17",
"datatables-bootstrap3": "Jowin/Datatables-Bootstrap3",
"datatables-fixedcolumns": "DataTables/FixedColumns#3.2.0",
"datatables.net": "1.11.3",
"datatables.net-bs5": "1.13.8",
"datatables.net-fixedcolumns-bs5": "4.3.0",
"detectrtc": "1.4.0",
"eonasdan-bootstrap-datetimepicker": "4.17.49",
"exports-loader": "5.0.0",
"fast-levenshtein": "2.0.6",
"htmx.org": "2.0.3",
"intl-tel-input": "9.0.7",
"jquery": "3.5.1",
"jquery-memoized-ajax": "0.5.0",
"jquery-textchange": "jmalonzo/bower-jquery-textchange#0.2.3",
"jquery-tiny-pubsub": "cowboy/jquery-tiny-pubsub#~0.7.0",
"jquery-treetable": "ludo/jquery-treetable#3.2.0",
"jquery-ui": "1.13.2",
"jquery-ui-built-themes": "1.12.1",
"jquery.cookie": "dimagi/jquery-cookie#1.4.1",
"jquery.rmi": "dimagi/jquery.rmi#8c34f32817",
"jsdiff": "components/jsdiff#~3.2.0",
"knockout": "3.5.1",
"knockout-sortable": "1.2.2",
"knockout-validation": "Knockout-Contrib/Knockout-Validation#2.0.4",
"leaflet": "1.9.4",
"leaflet-fullscreen": "^1.0.2",
"less": "3.10.3",
"mapbox.js": "3.3.1",
"marionette.approuter": "^1.0.2",
"marionette.templatecache": "^1.0.0",
"markdown-it": "12.3.2",
"modernizr": "^3.12.0",
"moment": "2.29.4",
"multiselect": "0.9.12",
"npm": "10.2.4",
"nprogress": "0.2.0",
"nvd3": "1.1.10",
"nvd3-1.8.6": "npm:nvd3#1.8.6",
"requirejs": "2.3.7",
"requirejs-babel7": "^1.3.2",
"select2": "4.1.0-rc.0",
"signature_pad": "^5.0.4",
"string-replace-loader": "3.1.0",
"uglify-js": "3",
"underscore": "1.13.1",
"url-polyfill": "1.1.10",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1",
"webpack-modernizr-loader": "5.0.0",
"xpath": "dimagi/js-xpath#v0.0.8",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"chai": "4.3.6",
"colors": "1.4.0",
"eslint": "8.15.0",
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-contrib-watch": "1.1.0",
"grunt-mocha": "1.2.0",
"lodash": "4.17.21",
"mocha": "9.2.2",
"mocha-headless-chrome": "4.0.0",
"sinon": "2.3.2"
},
"engines": {
"yarn": ">= 1.0.0"
},
"resolutions": {
"debug": "^2.6.9",
"dot-prop": "^5.1.1",
"getobject": "^1.0.0",
"growl": "^1.10.0",
"grunt": "^1.2.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.19",
"mem": "^4.0.0",
"minimist": "^1.2.6",
"minimatch": "^3.0.5",
"moment-timezone": "^0.5.35",
"qs": "^6.9.7",
"set-value": "^4.0.1",
"tough-cookie": "^4.1.3",
"yargs-parser": "^18.1.3",
"underscore.string": "^3.3.5",
"ansi-regex": "^5.0.1",
"json-schema": "^0.4.0",
"nanoid": "^3.1.31",
"word-wrap": "@aashutoshrathi/word-wrap"
},
"scripts": {
"postinstall": "yarn run -s build:modernizr",
"build:modernizr": "modernizr -c modernizr-conf.json -d corehq/apps/hqwebapp/static/hqwebapp/js/lib",
"dev": "node webpack/generateDetails.js && webpack --mode development --config webpack/webpack.dev.js --watch",
"build": "node webpack/generateDetails.js --prod && webpack --config webpack/webpack.prod.js"
}
}