-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.31 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
{
"name": "si_jrscol",
"private": false,
"version": "0.1.0",
"scripts": {
"build": "esbuild app/javascript/*.* --preserve-symlinks --bundle --sourcemap --outdir=app/assets/builds",
"start": "node esbuild-des.config.mjs"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@pasosdejesus/autocompleta_ajax": "https://gitlab.com/pasosdeJesus/autocompleta_ajax.git",
"@popperjs/core": "^2.11.8",
"@rails/ujs": "^7.1.1",
"apexcharts": "^3.33.2",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^5.3.2",
"bootstrap-datepicker": "^1.10.0",
"chosen-js": "^1.8.7",
"esbuild": "^0.19.4",
"gridstack": "^0.6.0",
"is-svg": "^4.2.2",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.1",
"leaflet": "^1.6.0",
"leaflet.markercluster": "^1.4.1",
"popper.js": "^2.0.0-next.4",
"postcss": "^8.2.10",
"tom-select": "^2.3.1"
},
"devDependencies": {
"glob-parent": "^5.1.2",
"normalize-url": "^4.5.1",
"postcss": "^8.2.10"
},
"babel": {
"presets": []
},
"browserslist": [
"defaults"
],
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}