-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
{
"name": "Appify",
"private": true,
"dependencies": {
"@fullcalendar/core": "^5.5.1",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/list": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.1",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.0",
"appear": "^1.0.1",
"bootstrap": "^4.5.0",
"browser-interaction-time": "^2.0.3",
"chart.js": "^2.9.3",
"chartjs-chart-matrix": "^0.1.3",
"chartjs-plugin-datalabels": "^0.7.0",
"circles.js": "0.0.6",
"clipboard": "^2.0.4",
"datatables": "^1.10.18",
"datatables.net-buttons": "^1.6.2",
"daterangepicker": "^3.0.5",
"dropzone": "^5.7.0",
"flag-icon-css": "^3.4.5",
"flatpickr": "^4.6.3",
"fullcalendar": "^5.3.0",
"ion-rangeslider": "^2.3.0",
"jquery": "^3.5.1",
"jquery-mask-plugin": "^1.14.16",
"jquery-migrate": "^3.3.0",
"jquery-validation": "^1.19.1",
"jszip": "^3.7.0",
"leaflet": "^1.6.0",
"list.js": "^1.5.0",
"sass": "^1.35.1",
"object-dig": "^0.1.3",
"pdfmake": "^0.1.65",
"popper.js": "^1.16.1",
"psl": "^1.8.0",
"pwstrength-bootstrap": "^3.0.5",
"quill": "^1.3.7",
"rails-erb-loader": "^5.5.2",
"select2": "^4.0.13",
"sortablejs": "^1.10.2",
"table-edits": "0.0.3",
"turbolinks": "^5.2.0",
"workbox": "^0.0.0",
"workbox-cacheable-response": "^5.0.0",
"workbox-expiration": "^5.0.0",
"workbox-precaching": "^5.0.0",
"workbox-routing": "^5.0.0",
"workbox-strategies": "^5.0.0"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.10.3"
}
}