-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.81 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
{
"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.19",
"cross-env": "7.0.3",
"laravel-mix": "6.0.49",
"postcss": "8.4.38",
"postcss-custom-properties": "13.3.6",
"postcss-image-inliner": "7.0.1",
"postcss-import": "16.1.0",
"postcss-rtlcss": "5.1.0",
"resolve-url-loader": "5.0.0",
"sass": "1.72.0",
"sass-loader": "14.1.1",
"stylelint": "^16.7.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-config-standard": "^36.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-regular-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@popperjs/core": "2.11.8",
"beautifymarker": "1.0.9",
"bootstrap": "5.3.3",
"corejs-typeahead": "1.3.4",
"datatables.net": "1.13.11",
"datatables.net-bs5": "1.13.11",
"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.2",
"tom-select": "2.3.1",
"typeahead.js-bootstrap4-css": "1.0.0"
},
"browserslist": [
">0.1% and not dead"
]
}