Fix nuxt3 issues (#1035)

* Fix nuxt3 issues

* fix unintentional npm use
This commit is contained in:
Geometrically
2023-03-10 14:51:48 -07:00
committed by GitHub
parent 3825575f70
commit ba220abbbf
6 changed files with 822 additions and 826 deletions

View File

@@ -25,13 +25,13 @@
"vite-svg-loader": "^4.0.0"
},
"dependencies": {
"@ltd/j-toml": "^1.38.0",
"dayjs": "^1.11.7",
"floating-vue": "^2.0.0-beta.20",
"highlight.js": "^11.7.0",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"markdown-it": "^13.0.1",
"toml": "^3.0.0",
"vue-multiselect": "^3.0.0-alpha.2",
"xss": "^1.0.14"
}