Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into live
  • Loading branch information
lukarenko committed Jan 9, 2025
2 parents 93cc21f + e868300 commit 7b24588
Show file tree
Hide file tree
Showing 16 changed files with 1,973 additions and 2,188 deletions.
3,423 changes: 1,876 additions & 1,547 deletions package-lock.json

Large diffs are not rendered by default.

39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuestic-postgsail",
"private": false,
"version": "0.1.0-beta13",
"version": "0.1.0-beta14",
"scripts": {
"prepare": "husky",
"dev": "vite",
Expand Down Expand Up @@ -33,17 +33,17 @@
"url": "https://github.com/sponsors/xbgmsharp"
},
"dependencies": {
"@deck.gl/core": "^9.0.34",
"@deck.gl/extensions": "^9.0.34",
"@deck.gl/geo-layers": "^9.0.34",
"@deck.gl/layers": "^9.0.34",
"@deck.gl/mapbox": "^9.0.34",
"@deck.gl/core": "^9.0.38",
"@deck.gl/extensions": "^9.0.38",
"@deck.gl/geo-layers": "^9.0.38",
"@deck.gl/layers": "^9.0.38",
"@deck.gl/mapbox": "^9.0.38",
"@fortawesome/fontawesome-free": "^6.6.0",
"@gtm-support/vue-gtm": "^2.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@turf/turf": "^7.1.0",
"@vueuse/core": "^11.2.0",
"chart.js": "^4.4.6",
"@vueuse/core": "^11.3.0",
"chart.js": "^4.4.7",
"chartjs-chart-matrix": "^2.0.1",
"d3": "^7.9.0",
"d3-array": "^3.2.4",
Expand All @@ -60,20 +60,21 @@
"leaflet-rotatedmarker": "^0.2.0",
"leaflet-timedimension": "^1.1.1",
"leaflet.fullscreen": "^3.0.2",
"leaflet.sidepanel": "^1.2.1",
"leaflet.smooth_marker_bouncing": "^3.1.0",
"lunarphase-js": "^2.0.3",
"maplibre-gl": "^4.7.1",
"moment": "^2.30.1",
"pinia": "^2.2.5",
"pinia": "^2.3.0",
"register-service-worker": "^1.7.1",
"sass": "^1.78.0",
"sirv": "^3.0.0",
"steelseries": "^2.0.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-echarts": "^7.0.3",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0",
"vuestic-ui": "^1.10.3"
},
"devDependencies": {
Expand All @@ -82,23 +83,23 @@
"@types/node": "^20.14.14",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.20",
"cypress": "^13.15.1",
"cypress": "^13.16.1",
"cypress-image-diff-js": "^1.27.3",
"eslint": "^8.57.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^13.0.1",
"postcss": "^8.4.45",
"postcss": "^8.4.49",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.17",
"typescript": "^4.9.5",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^1.8.27"
}
Expand Down
Loading

0 comments on commit 7b24588

Please sign in to comment.