-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
79 lines (79 loc) · 2.64 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"resolutions": {
"terser": "3.14.1"
},
"devDependencies": {
"axios": "^1.6.4",
"cross-env": "^7.0.3",
"git-revision-webpack-plugin": "^5.0.0",
"jquery": "^3.6.0",
"laravel-localization-loader": "^1.0.5",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"resolve-url-loader": "^5.0.0",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"vue-template-compiler": "^2.6.14",
"webpack-shell-plugin-next": "^2.2.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@shopify/draggable": "^1.0.0-beta.12",
"@simonwep/pickr": "^1.8.2",
"ajv": "^8.11.0",
"bootstrap": "^4.3.1",
"bootstrap-4-autocomplete": "^1.3.2",
"bootstrap-select": "^1.13.18",
"bootstrap4-toggle": "^3.6.1",
"bootswatch": "^5.1.3",
"color-interpolate": "^1.0.4",
"d3": "7.4.4",
"datatables": "^1.10.18",
"dotenv": "^16.0.1",
"geojson-utils": "^1.1.0",
"grapick": "^0.1.13",
"handlebars": "^4.7.7",
"hull.js": "^1.0.2",
"imports-loader": "^4.0.0",
"intro.js": "github:Wotuu/intro.js",
"ion-rangeslider": "^2.3.1",
"jarallax": "^2.0.3",
"jquery-bar-rating": "^1.2.2",
"jquery-mousewheel": "^3.1.13",
"jquery-touchswipe": "^1.6.19",
"jquery-visible": "^1.2.0",
"js-cookie": "^3.0.1",
"lang.js": "^1.1.14",
"laravel-echo": "^1.16.1",
"laravel-echo-server": "^1.6.3",
"lazysizes": "^5.3.2",
"leaflet": "^1.8.0",
"leaflet-ant-path": "^1.3.0",
"leaflet-contextmenu": "^1.4.0",
"leaflet-draw": "^1.0.4",
"leaflet-editable": "^1.2.0",
"leaflet-gesture-handling": "^1.2.2",
"leaflet-pather": "github:Wotuu/L.Pather#7e885ee28ec5f946ae97c1cd8aedc56a4b5e23c2",
"leaflet-polylinedecorator": "^1.6.0",
"lightslider": "^1.1.6",
"noty": "^3.2.0-beta",
"npm-force-resolutions": "0.0.10",
"password-strength-meter": "^2.1.0",
"polygon-offset": "github:Wotuu/polygon-offset#wotuufix",
"popper.js": "^1.15.0",
"puppeteer": "^19.9.0",
"simplebar": "^5.3.8",
"socket.io-client": "^2.4.0",
"zikes-circlemenu": "^0.1.1"
}
}