forked from fisharebest/webtrees
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.43 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
{
"private": true,
"scripts": {
"development": "NODE_ENV=development node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"laravel-mix": "^4.0.14",
"postcss-custom-properties": "^8.0.9",
"postcss-image-inliner": "^3.0.0",
"postcss-import": "^12.0.1",
"postcss-rtl": "^1.3.3",
"resolve-url-loader": "^3.0.1",
"sass": "^1.17.2",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.9"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"beautifymarker": "^1.0.7",
"bootstrap": "^4.3.1",
"corejs-typeahead": "^1.2.1",
"datatables.net-bs4": "^1.10.19",
"dejavu-fonts-ttf": "^2.37.3",
"hideshowpassword": "^2.1.1",
"jquery": "^3.3.1",
"jquery-colorbox": "^1.6.4",
"leaflet": "^1.4.0",
"leaflet-geosearch": "^2.7.0",
"leaflet-providers": "^1.5.0",
"leaflet.markercluster": "^1.4.1",
"moment": "^2.24.0",
"popper.js": "^1.14.7",
"select2": "4.0.5",
"sortablejs": "^1.8.4",
"typeahead.js-bootstrap4-css": "^1.0.0",
"wheelzoom": "^4.0.0"
},
"browserslist": [
">0.1% and not dead"
]
}