forked from fisharebest/webtrees
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.66 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
{
"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.14",
"cross-env": "7.0.3",
"laravel-mix": "6.0.49",
"postcss": "8.4.21",
"postcss-custom-properties": "13.1.4",
"postcss-image-inliner": "6.1.0",
"postcss-import": "15.1.0",
"postcss-rtlcss": "4.0.3",
"resolve-url-loader": "5.0.0",
"sass": "1.59.3",
"sass-loader": "13.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.3.0",
"@fortawesome/free-regular-svg-icons": "6.3.0",
"@fortawesome/free-solid-svg-icons": "6.3.0",
"@popperjs/core": "2.11.6",
"beautifymarker": "1.0.9",
"bootstrap": "5.2.3",
"corejs-typeahead": "1.3.1",
"datatables.net-bs5": "1.13.4",
"dejavu-fonts-ttf": "2.37.3",
"hideshowpassword": "2.2.0",
"jquery": "3.6.4",
"jquery-colorbox": "1.6.4",
"leaflet": "1.9.3",
"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.29.4",
"pinch-zoom-element": "1.1.1",
"sortablejs": "1.15.0",
"tom-select": "2.2.2",
"typeahead.js-bootstrap4-css": "1.0.0"
},
"browserslist": [
">0.1% and not dead"
]
}