xref: /webtrees/package.json (revision c13c3849008c422bba7aa8f5f20902870319d89c)
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": {
987a8f83aSGreg Roach    "autoprefixer": "10.4.7",
10f498601cSGreg Roach    "cross-env": "7.0.3",
11*c13c3849SGreg Roach    "laravel-mix": "6.0.49",
12aadff80bSGreg Roach    "postcss": "8.4.14",
13*c13c3849SGreg Roach    "postcss-custom-properties": "12.1.8",
1435f78fb6SGreg Roach    "postcss-image-inliner": "5.0.0",
15eafadf12SGreg Roach    "postcss-import": "14.1.0",
1671f2bb24SGreg Roach    "postcss-rtlcss": "3.6.3",
17e8092ee8SGreg Roach    "resolve-url-loader": "5.0.0",
18*c13c3849SGreg Roach    "sass": "1.52.3",
19aadff80bSGreg Roach    "sass-loader": "13.0.0",
2035f78fb6SGreg Roach    "vue-template-compiler": "2.6.14"
2127c4cda0SGreg Roach  },
2227c4cda0SGreg Roach  "dependencies": {
23eafadf12SGreg Roach    "@fortawesome/fontawesome-svg-core": "6.1.1",
24eafadf12SGreg Roach    "@fortawesome/free-regular-svg-icons": "6.1.1",
25eafadf12SGreg Roach    "@fortawesome/free-solid-svg-icons": "6.1.1",
262fdebf11SGreg Roach    "@popperjs/core": "2.11.5",
27f498601cSGreg Roach    "beautifymarker": "1.0.9",
28a36e39abSGreg Roach    "bootstrap": "5.1.3",
29f498601cSGreg Roach    "corejs-typeahead": "1.3.1",
301ed96fe4SGreg Roach    "datatables.net-bs5": "1.12.1",
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",
3571f2bb24SGreg Roach    "leaflet": "1.8.0",
36f498601cSGreg Roach    "leaflet-bing-layer": "3.3.1",
37e612b150SGreg Roach    "leaflet-control-geocoder": "2.4.0",
38f498601cSGreg Roach    "leaflet.control.layers.tree": "1.1.0",
39a36e39abSGreg Roach    "leaflet.markercluster": "1.5.3",
4071f2bb24SGreg Roach    "moment": "2.29.3",
41f498601cSGreg Roach    "pinch-zoom-element": "1.1.1",
42eafadf12SGreg Roach    "sortablejs": "1.15.0",
431ed96fe4SGreg Roach    "tom-select": "2.0.3",
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