forked from OpenLitterMap/openlittermap-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 3.11 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 3.11 KB
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
80
81
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lint": "eslint resources/**/*.{js,vue}"
},
"devDependencies": {
"axios": "^0.21",
"cross-env": "^7.0.3",
"eslint": "^7.14.0",
"eslint-plugin-vue": "^7.1.0",
"laravel-mix": "^5.0.1",
"lodash": "^4.17.21",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"vue-eslint-parser": "^7.1.1",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@turf/hex-grid": "^6.0.2",
"@turf/turf": "^5.1.6",
"animate.css": "^4.1.0",
"animated-number-vue": "^1.0.0",
"buefy": "^0.9.1",
"bulma": "^0.9.0",
"chart.js": "^2.9.3",
"eslint": "^7.15.0",
"eslint-plugin-vue": "^7.3.0",
"fs": "0.0.1-security",
"laravel-echo": "^1.8.1",
"laravel-permission-to-vuejs": "^2.0.5",
"leaflet": "^1.7.1",
"leaflet-timedimension": "^1.1.1",
"leaflet-webgl-heatmap": "github:xlcrr/leaflet-webgl-heatmap",
"leaflet.glify": "^3.1.0",
"leaflet.markercluster": "^1.4.1",
"lodash.sortby": "^4.7.0",
"mapbox-gl": "^1.12.0",
"moment": "^2.27.0",
"pusher-js": "^4.4.0",
"supercluster": "^7.1.0",
"v-img": "^0.2.0",
"v-mask": "^2.2.3",
"vue": "^2.6.11",
"vue-chartjs": "^3.5.0",
"vue-click-outside": "^1.1.0",
"vue-drag-resize": "^1.4.2",
"vue-draggable-resizable": "^2.3.0",
"vue-echo-laravel": "0.0.6",
"vue-fullscreen": "^2.2.0",
"vue-functional-calendar": "^2.9.2",
"vue-i18n": "^8.21.0",
"vue-loading-overlay": "^3.3.3",
"vue-localstorage": "^0.6.2",
"vue-mapbox": "^0.4.1",
"vue-number-animation": "^1.0.5",
"vue-paginate": "^3.6.0",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.4.3",
"vue-select": "^3.10.8",
"vue-simple-suggest": "^1.10.3",
"vue-slider-component": "^3.2.5",
"vue-stripe-checkout": "^3.5.7",
"vue-stripe-elements-plus": "^0.3.2",
"vue-sweetalert2": "^3.0.6",
"vue-toastify": "^1.8.0",
"vue2-dropzone": "^3.6.0",
"vue2-leaflet": "^2.5.2",
"vue2-leaflet-markercluster": "^3.1.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.5.1",
"vuex-persistedstate": "^3.1.0"
}
}