summaryrefslogtreecommitdiff
path: root/package.json
blob: 73bb11b5d6391922d593c52b2b331b0ca0791fd7 (plain)
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
{
  "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": {
    "cross-env": "^7.0.3",
    "laravel-mix": "^6.0.1",
    "postcss": "^8.2.1",
    "postcss-custom-properties": "^10.0.0",
    "postcss-image-inliner": "^4.0.3",
    "postcss-import": "^14.0.0",
    "@mjhenkes/postcss-rtl": "^2.0.0",
    "resolve-url-loader": "^3.1.2",
    "sass": "^1.30.0",
    "sass-loader": "^10.1.0",
    "vue-template-compiler": "^2.6.12"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.32",
    "@fortawesome/free-regular-svg-icons": "^5.15.1",
    "@fortawesome/free-solid-svg-icons": "^5.15.1",
    "beautifymarker": "^1.0.9",
    "bootstrap": "^4.5.3",
    "corejs-typeahead": "^1.3.1",
    "datatables.net-bs4": "^1.10.23",
    "dejavu-fonts-ttf": "^2.37.3",
    "hideshowpassword": "^2.2.0",
    "jquery": "^3.5.1",
    "jquery-colorbox": "^1.6.4",
    "leaflet": "^1.7.1",
    "leaflet-control-geocoder": "^2.1.0",
    "leaflet.markercluster": "^1.4.1",
    "moment": "^2.29.1",
    "pinch-zoom-element": "^1.1.1",
    "popper.js": "^1.16.1",
    "select2": "4.0.13",
    "sortablejs": "^1.10.2",
    "typeahead.js-bootstrap4-css": "^1.0.0"
  },
  "browserslist": [
    ">0.1% and not dead"
  ]
}