3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-16 02:55:03 +00:00

Merge branch 'vue-3' of github.com:TheKodeToad/Zeppelin into TheKodeToad-vue-3

This commit is contained in:
Dragory 2025-06-01 15:26:14 +03:00
commit e313a91fbb
No known key found for this signature in database
17 changed files with 367 additions and 496 deletions

View file

@ -27,7 +27,7 @@
"source-map-loader": "^4.0.1",
"tailwindcss": "^1.9.6",
"ts-loader": "^9.4.3",
"vue-loader": "^15.10.1",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.94.0",
@ -37,7 +37,6 @@
},
"dependencies": {
"@fastify/static": "^7.0.1",
"@highlightjs/vue-plugin": "^1.0.2",
"fastify": "^4.26.2",
"highlight.js": "^11.8.0",
"humanize-duration": "^3.27.0",
@ -45,11 +44,12 @@
"marked": "^5.1.0",
"modern-css-reset": "^1.4.0",
"moment": "^2.29.4",
"vue": "^2.7.14",
"vue-material-design-icons": "^4.1.0",
"vue-router": "^3.6.5",
"vue2-ace-editor": "^0.0.15",
"vuex": "^3.6.2"
"vue": "^3.5.13",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^4.5.0",
"vue3-ace-editor": "^2.2.4",
"vue3-highlightjs": "^1.0.5",
"vuex": "^4.1.0"
},
"browserslist": [
"last 2 Chrome versions"