-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"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.6.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.10",
"@pasosdejesus/autocompleta_ajax": "https://gitlab.com/pasosdeJesus/autocompleta_ajax.git",
"@popperjs/core": "^2.11.8",
"@rails/ujs": "^7.1.3-4",
"apexcharts": "^3.29.0",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^5.3.3",
"css-loader": "^5.0.0",
"esbuild": "^0.24.0",
"gridstack": "^0.6.0",
"is-svg": "^5.1.0",
"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",
"tom-select": "^2.3.1"
},
"devDependencies": {
"css-what": "^5.0.1",
"glob-parent": "^5.1.2",
"jest": "^27.0.4",
"normalize-url": "^4.5.1",
"postcss": "^8.2.10"
},
"jest": {
"roots": [
"test/javascript"
]
},
"babel": {
"presets": []
},
"browserslist": [
"defaults"
]
}