xref: /webtrees/package.json (revision 3cef1ced267a78b7b115d3180e040be8c4c14aa2)
127c4cda0SGreg Roach{
227c4cda0SGreg Roach  "private": true,
327c4cda0SGreg Roach  "scripts": {
42cd6c7ddSGreg Roach    "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js",
52cd6c7ddSGreg Roach    "watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --config=node_modules/laravel-mix/setup/webpack.config.js",
62cd6c7ddSGreg Roach    "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
727c4cda0SGreg Roach  },
827c4cda0SGreg Roach  "devDependencies": {
9f498601cSGreg Roach    "@mjhenkes/postcss-rtl": "2.0.0",
10e8092ee8SGreg Roach    "autoprefixer": "10.4.2",
11f498601cSGreg Roach    "cross-env": "7.0.3",
12c8d78f19SGreg Roach    "laravel-mix": "6.0.41",
1364ac3376SGreg Roach    "postcss": "8.4.5",
14e8092ee8SGreg Roach    "postcss-custom-properties": "12.1.3",
1535f78fb6SGreg Roach    "postcss-image-inliner": "5.0.0",
16f498601cSGreg Roach    "postcss-import": "14.0.2",
17e8092ee8SGreg Roach    "resolve-url-loader": "5.0.0",
18c8d78f19SGreg Roach    "sass": "1.49.0",
1964ac3376SGreg Roach    "sass-loader": "12.4.0",
2035f78fb6SGreg Roach    "vue-template-compiler": "2.6.14"
2127c4cda0SGreg Roach  },
2227c4cda0SGreg Roach  "dependencies": {
23407272a1SGreg Roach    "@fortawesome/fontawesome-svg-core": "1.2.36",
24407272a1SGreg Roach    "@fortawesome/free-regular-svg-icons": "5.15.4",
25407272a1SGreg Roach    "@fortawesome/free-solid-svg-icons": "5.15.4",
26e8092ee8SGreg Roach    "@popperjs/core": "2.11.2",
27f498601cSGreg Roach    "beautifymarker": "1.0.9",
28a36e39abSGreg Roach    "bootstrap": "5.1.3",
29f498601cSGreg Roach    "corejs-typeahead": "1.3.1",
30*3cef1cedSGreg Roach    "datatables.net-bs5": "1.11.4",
31f498601cSGreg Roach    "dejavu-fonts-ttf": "2.37.3",
32f498601cSGreg Roach    "hideshowpassword": "2.2.0",
33c8d78f19SGreg Roach    "jquery": "3.6.0",
34f498601cSGreg Roach    "jquery-colorbox": "1.6.4",
35f498601cSGreg Roach    "leaflet": "1.7.1",
36f498601cSGreg Roach    "leaflet-bing-layer": "3.3.1",
37f498601cSGreg Roach    "leaflet-control-geocoder": "2.3.0",
38f498601cSGreg Roach    "leaflet.control.layers.tree": "1.1.0",
39a36e39abSGreg Roach    "leaflet.markercluster": "1.5.3",
40f498601cSGreg Roach    "moment": "2.29.1",
41f498601cSGreg Roach    "pinch-zoom-element": "1.1.1",
4270d9434bSGreg Roach    "sortablejs": "1.14.0",
43c8d78f19SGreg Roach    "tom-select": "2.0.0",
44f498601cSGreg Roach    "typeahead.js-bootstrap4-css": "1.0.0"
45e837ff07SGreg Roach  },
46e837ff07SGreg Roach  "browserslist": [
47e837ff07SGreg Roach    ">0.1% and not dead"
48e837ff07SGreg Roach  ]
4927c4cda0SGreg Roach}
50