Finish theseus

This commit is contained in:
Jai A
2024-07-03 16:03:41 -07:00
parent b52467b6d6
commit 22779c9dbc
194 changed files with 7216 additions and 3565 deletions

View File

@@ -21,9 +21,11 @@
"@nx/vue": "19.4.0",
"@nx/web": "19.4.0",
"@nx/workspace": "19.4.0",
"@rollup/plugin-alias": "^5.1.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@tauri-apps/cli": "^1.6.0",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"@vintl/compact-number": "^2.0.5",
@@ -58,6 +60,7 @@
},
"dependencies": {
"@ltd/j-toml": "^1.38.0",
"@tauri-apps/api": "^1.5.3",
"dayjs": "^1.11.7",
"floating-vue": "2.0.0-beta.20",
"fuse.js": "^6.6.2",
@@ -66,11 +69,18 @@
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"markdown-it": "13.0.1",
"mixpanel-browser": "^2.49.0",
"ofetch": "^1.3.4",
"omorphia": "^0.7.3",
"pinia": "^2.1.7",
"qrcode.vue": "^3.4.0",
"semver": "^7.5.4",
"tauri-plugin-window-state-api": "github:tauri-apps/tauri-plugin-window-state#v1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.3.4",
"vue-multiselect": "3.0.0-alpha.2",
"vue-multiselect": "3.0.0-beta.3",
"vue-router": "4.3.0",
"vue-virtual-scroller": "2.0.0-beta.8",
"vue3-apexcharts": "^1.5.2",
"xss": "^1.0.14"
}