mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-16 02:55:03 +00:00
Initial port to vue 3
This commit is contained in:
parent
e1966534d5
commit
454981fa1f
14 changed files with 1906 additions and 1804 deletions
|
@ -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.88.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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue