-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.82 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.82 KB
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
{
"browserslist": [
"last 2 versions",
"not dead",
"> 0.2%"
],
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^4.0.0",
"@symfony/stimulus-bundle": "file:vendor/symfony/stimulus-bundle/assets",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/assets",
"@symfony/webpack-encore": "^5.3.1",
"chart.js": "^3.4.1 <3.9 || ^4.0",
"core-js": "^3.48.0",
"eslint": "^8.4.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"regenerator-runtime": "^0.13.9",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.0 || ^6.0.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@fontsource/archivo": "^4.5.1",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@hotwired/stimulus": "^3.0.0",
"@popperjs/core": "^2.10.2",
"autoprefixer": "^10.4.0",
"bootstrap": "^5.1.3",
"dropzone": "^6.0.0-beta.1",
"escape-html": "^1.0.3",
"imagesloaded": "^4.1.4",
"jquery": "^3.6.0",
"leaflet": "^1.7.1",
"leaflet-loading": "^0.1.24",
"leaflet.locatecontrol": "^0.74.1",
"leaflet.markercluster": "^1.5.3",
"masonry-layout": "^4.2.2",
"polyline-encoded": "^0.0.9",
"postcss-loader": "^7.0.0",
"sass": "^1.43.5",
"sass-loader": "^16.0.6"
}
}