-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.32 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.32 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "bewelcome-rox",
"browserslist": [
"last 6 version"
],
"version": "3.0.0",
"license": "GPL-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/BeWelcome/rox.git"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.13.13",
"@fontsource/lato": "5.*",
"@fontsource/signika": "5.*",
"@fortawesome/fontawesome-free": "6.*",
"@popperjs/core": "^2.11.8",
"@symfony/ux-translator": "file:vendor/symfony/ux-translator/assets",
"@symfony/webpack-encore": "5.*",
"@tailwindcss/forms": "^0.5",
"@tomickigrzegorz/autocomplete": "^3",
"@trevoreyre/autocomplete-js": "3.*",
"@ttskch/select2-bootstrap4-theme": "1.*",
"add-to-homescreen": "3.*",
"autoprefixer": "^10.4.20",
"bootstrap": "^4.*",
"bootstrap-autohidingnavbar": "github:istvan-ujjmeszaros/bootstrap-autohidingnavbar",
"bootstrap4": "0.0.1-security",
"bs-custom-file-input": "^1.3.4",
"chart.js": "^3.9.1",
"circle-flags": "https://github.com/HatScripts/circle-flags",
"cookieconsent": "^3.1.1",
"ekko-lightbox": "^5.3.0",
"foundation-emails": "^2.4.0",
"gsap": "^3.7.1",
"imagesloaded": "^4.1.4",
"improved-yarn-audit": "^2.3.3",
"intl-messageformat": "^10.5.11",
"jarallax": "^1.12.4",
"jquery": "^3.6.0",
"jquery-mousewheel": "^3.1.13",
"jquery-ui": "1.13",
"leaflet": "^1.7.1",
"leaflet-polylinedecorator": "^1.6.0",
"leaflet.fullscreen": "^2.2.0",
"leaflet.markercluster": "^1.5.1",
"leaflet.markercluster.webpack": "^1.0.2",
"litepicker": "^2.0.11",
"mark.js": "^8.11.1",
"masonry-layout": "^4.2.2",
"move-js": "^0.5.0",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"postcss": "^8.4.17",
"postcss-loader": "^7.0.0",
"purgecss": "^4.0.3",
"postcss-import": "^15.0.0",
"postcss-nesting": "^11.2.2",
"postcss-url": "^10.1.3",
"rangeslider.js": "^2.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"regenerator-runtime": "^0.13.7",
"respond.js": "^1.4.2",
"sass": "1.*",
"sass-loader": "16.*",
"scrolling-tabs-bootstrap-5": "^1.0.7",
"scrollmagic": "^2.0.7",
"select2": "^4.1.0-rc.0",
"tailwindcss": "^4.1",
"tempusdominus": "github:tonix-tuft/tempusdominus",
"tempusdominus-bootstrap": "github:tonix-tuft/tempusdominus-bootstrap",
"toastify-js": "^1.10.0",
"ts-loader": "^9.0.0",
"typescript": "^5.3.3",
"webpack-cli": "^5.0.1",
"workbox-webpack-plugin": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/geojson": "^7946.0.13",
"@types/leaflet": "^1.9.8",
"@types/leaflet-fullscreen": "^1.0.9",
"bootstrap-dropdown-hover": "^4.2.0",
"ckeditor5": "^47",
"croppie": "^2.6.5",
"dayjs": "^1.11.0",
"micromodal": "^0.4.10",
"minimatch": "^10.2.4",
"moment": "^2.30",
"moment-timezone": "^0.5.37",
"rangeslider-pure": "^0.4.11",
"react-avatar-editor": "^14.0.0",
"show-more-read": "tomik23/show-more",
"tom-select": "2.*",
"ux-translator": "symfony/ux-translator",
"vanilla-calendar-pro": "^3.0",
"webpack": "5.*"
},
"scripts": {
"encoreWatch": "encore dev --watch"
},
"dependencies": {
}
}