-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "sivel2",
"version": "2.1-a.1",
"private": false,
"scripts": {
"build": "esbuild app/javascript/*.* --preserve-symlinks --bundle --sourcemap --outdir=app/assets/builds",
"start": "node esbuild-des.config.mjs"
},
"dependencies": {
"@babel/preset-react": "^7.14.5",
"@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.10.1",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/actiontext": "^6.0.0",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^7.1.1",
"apexcharts": "^3.29.0",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^5.3.2",
"chosen-js": "^1.8.7",
"css-loader": "^5.0.0",
"esbuild": "^0.19.4",
"gridstack": "^0.6.0",
"is-svg": "^4.2.2",
"jquery": "^3.7.1",
"leaflet": "^1.6.0",
"leaflet.markercluster": "^1.4.1",
"mini-css-extract-plugin": "^2.4.3",
"popper.js": "^2.0.0-next.4",
"postcss": "^8.2.10",
"sortable": "^2.0.0",
"sortablejs": "^1.14.0"
},
"devDependencies": {
"css-what": "^5.0.1",
"glob-parent": "^6.0.1",
"jest": "^27.0.4",
"normalize-url": "^4.5.1",
"postcss": "^8.2.10"
},
"jest": {
"roots": [
"test/javascript"
]
},
"babel": {
"presets": []
},
"browserslist": [
"defaults"
]
}