mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
chore: move dependencies
This commit is contained in:
parent
602afa497c
commit
0a5edda4cd
6 changed files with 347 additions and 364 deletions
|
@ -85,4 +85,3 @@ export const useTimeAgoOptions = (short = false): UseTimeAgoOptions<false> => {
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -116,4 +116,3 @@ async function sendSubscriptionToBackend(
|
|||
|
||||
return await useMasto().pushSubscriptions.create(params)
|
||||
}
|
||||
|
||||
|
|
|
@ -19,4 +19,3 @@ export interface CreatePushNotification {
|
|||
|
||||
export type PushNotificationRequest = Record<string, boolean>
|
||||
export type PushNotificationPolicy = Record<string, SubscriptionPolicy>
|
||||
|
||||
|
|
|
@ -45,4 +45,3 @@ export function useTranslation(status: Status) {
|
|||
translation,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
63
package.json
63
package.json
|
@ -24,19 +24,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fnando/sparkline": "^0.3.10",
|
||||
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.33.1",
|
||||
"@antfu/ni": "^0.18.8",
|
||||
"@iconify-json/carbon": "^1.1.11",
|
||||
"@iconify-json/logos": "^1.1.19",
|
||||
"@iconify-json/material-symbols": "^1.1.25",
|
||||
"@iconify-json/ph": "^1.1.3",
|
||||
"@iconify-json/ri": "^1.1.4",
|
||||
"@iconify-json/twemoji": "^1.1.7",
|
||||
"@nuxtjs/i18n": "^8.0.0-beta.7",
|
||||
"@pinia/nuxt": "^0.4.6",
|
||||
"@tiptap/extension-character-count": "2.0.0-beta.204",
|
||||
"@tiptap/extension-code-block": "2.0.0-beta.204",
|
||||
"@tiptap/extension-mention": "2.0.0-beta.204",
|
||||
|
@ -46,50 +33,64 @@
|
|||
"@tiptap/starter-kit": "2.0.0-beta.204",
|
||||
"@tiptap/suggestion": "2.0.0-beta.204",
|
||||
"@tiptap/vue-3": "2.0.0-beta.204",
|
||||
"@vueuse/core": "^9.8.1",
|
||||
"@vueuse/integrations": "^9.8.1",
|
||||
"blurhash": "^2.0.4",
|
||||
"browser-fs-access": "^0.31.1",
|
||||
"floating-vue": "2.0.0-beta.20",
|
||||
"focus-trap": "^7.2.0",
|
||||
"form-data": "^4.0.0",
|
||||
"fuse.js": "^6.6.2",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lru-cache": "^7.14.1",
|
||||
"masto": "^4.7.5",
|
||||
"pinia": "^2.0.27",
|
||||
"shiki": "^0.11.1",
|
||||
"shiki-es": "^0.1.2",
|
||||
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
|
||||
"tippy.js": "^6.3.7",
|
||||
"ufo": "^1.0.1",
|
||||
"ultrahtml": "^1.0.4",
|
||||
"vue-virtual-scroller": "2.0.0-beta.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.34.0",
|
||||
"@antfu/ni": "^0.18.8",
|
||||
"@iconify-json/carbon": "^1.1.11",
|
||||
"@iconify-json/logos": "^1.1.19",
|
||||
"@iconify-json/material-symbols": "^1.1.25",
|
||||
"@iconify-json/ph": "^1.1.3",
|
||||
"@iconify-json/ri": "^1.1.4",
|
||||
"@iconify-json/twemoji": "^1.1.7",
|
||||
"@nuxtjs/i18n": "^8.0.0-beta.7",
|
||||
"@pinia/nuxt": "^0.4.6",
|
||||
"@types/fnando__sparkline": "^0.3.4",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/prettier": "^2.7.1",
|
||||
"@types/wicg-file-system-access": "^2020.9.5",
|
||||
"@unocss/nuxt": "^0.47.5",
|
||||
"@unocss/nuxt": "^0.47.6",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"@vue-macros/nuxt": "^0.1.2",
|
||||
"@vueuse/integrations": "^9.8.1",
|
||||
"@vueuse/nuxt": "^9.8.1",
|
||||
"blurhash": "^2.0.4",
|
||||
"browser-fs-access": "^0.31.1",
|
||||
"eslint": "^8.29.0",
|
||||
"esno": "^0.16.3",
|
||||
"floating-vue": "2.0.0-beta.20",
|
||||
"focus-trap": "^7.2.0",
|
||||
"form-data": "^4.0.0",
|
||||
"fs-extra": "^11.1.0",
|
||||
"fuse.js": "^6.6.2",
|
||||
"js-yaml": "^4.1.0",
|
||||
"jsdom": "^20.0.3",
|
||||
"lint-staged": "^13.0.4",
|
||||
"lru-cache": "^7.14.1",
|
||||
"masto": "^4.7.5",
|
||||
"nuxt": "^3.0.0",
|
||||
"pinia": "^2.0.27",
|
||||
"postcss-nested": "^6.0.0",
|
||||
"prettier": "^2.8.0",
|
||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||
"shiki": "^0.11.1",
|
||||
"shiki-es": "^0.1.2",
|
||||
"simple-git-hooks": "^2.8.1",
|
||||
"std-env": "^3.3.1",
|
||||
"theme-vitesse": "^0.6.0",
|
||||
"tippy.js": "^6.3.7",
|
||||
"typescript": "^4.9.3",
|
||||
"ufo": "^1.0.1",
|
||||
"ultrahtml": "^1.0.4",
|
||||
"unplugin-auto-import": "^0.12.0",
|
||||
"vite-plugin-inspect": "^0.7.9",
|
||||
"vite-plugin-pwa": "^0.13.3",
|
||||
"vitest": "^0.25.3",
|
||||
"vue-tsc": "^1.0.11",
|
||||
"vue-virtual-scroller": "2.0.0-beta.7",
|
||||
"workbox-window": "^6.5.4"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
|
|
644
pnpm-lock.yaml
644
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue