-
Notifications
You must be signed in to change notification settings - Fork 301
/
package.json
49 lines (49 loc) · 1.69 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
{
"private": true,
"scripts": {
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"laravel-mix": "6.0.49",
"postcss": "8.4.49",
"postcss-custom-properties": "14.0.4",
"postcss-image-inliner": "7.0.1",
"postcss-import": "16.1.0",
"postcss-rtlcss": "5.5.0",
"resolve-url-loader": "5.0.0",
"sass": "1.81.0",
"sass-loader": "16.0.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.7.1",
"@fortawesome/free-regular-svg-icons": "6.7.1",
"@fortawesome/free-solid-svg-icons": "6.7.1",
"@popperjs/core": "2.11.8",
"beautifymarker": "1.0.9",
"bootstrap": "5.3.3",
"corejs-typeahead": "1.3.4",
"datatables.net": "2.1.8",
"datatables.net-bs5": "2.1.8",
"dejavu-fonts-ttf": "2.37.3",
"hideshowpassword": "2.2.0",
"jquery": "3.7.1",
"jquery-colorbox": "1.6.4",
"leaflet": "1.9.4",
"leaflet-bing-layer": "3.3.1",
"leaflet-control-geocoder": "2.4.0",
"leaflet.control.layers.tree": "1.1.0",
"leaflet.markercluster": "1.5.3",
"moment": "2.30.1",
"pinch-zoom-element": "1.1.1",
"sortablejs": "1.15.3",
"tom-select": "2.4.1",
"typeahead.js-bootstrap4-css": "1.0.0"
},
"browserslist": [
">0.1% and not dead"
]
}