-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"license": "UNLICENSED",
"engines": {
"node": "14.x"
},
"dependencies": {
"@excid3/uppy-activestorage-upload": "https://github.com/excid3/uppy-activestorage-upload.git",
"@fortawesome/fontawesome-free": "^5.15.3",
"@rails/actioncable": "^6.1.3",
"@rails/actiontext": "^6.1.3",
"@rails/ujs": "^6.1.3",
"@rails/webpacker": "^5.2.1",
"@shopify/draggable": "^1.0.0-beta.12",
"@uppy/core": "^1.16.2",
"@uppy/dashboard": "^1.17.1",
"@yaireo/tagify": "^4.1.1",
"algoliasearch": "^3.35.1",
"blueimp-file-upload": "^10.31.0",
"bootstrap": "^4.6.0",
"bootstrap-datetimepicker": "^0.0.7",
"cocoon": "github:nathanvda/cocoon#59b6a18",
"flatpickr": "^4.6.9",
"intro.js": "^4.1.0",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.0",
"jquery.ui.widget": "^1.10.3",
"jsoneditor": "^9.5.6",
"moment": "^2.29.2",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"selectize": "^0.12.6",
"sticky-js": "^1.3.0",
"tempusdominus-bootstrap-4": "^5.39.0",
"trix": "^1.3.1",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"webpack-dev-server": "3.11.2"
}
}