Skip to content

Commit 131c484

Browse files
committed
chore: remove unwanted packages
1 parent 8c4e8e5 commit 131c484

File tree

4 files changed

+14
-309
lines changed

4 files changed

+14
-309
lines changed

typescript-version/auto-imports.d.ts

-36
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,9 @@ declare module 'vue' {
333333
readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
334334
readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
335335
readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
336-
readonly createGenericProjection: UnwrapRef<typeof import('@vueuse/math')['createGenericProjection']>
337336
readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
338337
readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
339338
readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']>
340-
readonly createProjection: UnwrapRef<typeof import('@vueuse/math')['createProjection']>
341339
readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
342340
readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
343341
readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
@@ -363,9 +361,6 @@ declare module 'vue' {
363361
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
364362
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
365363
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
366-
readonly logicAnd: UnwrapRef<typeof import('@vueuse/math')['logicAnd']>
367-
readonly logicNot: UnwrapRef<typeof import('@vueuse/math')['logicNot']>
368-
readonly logicOr: UnwrapRef<typeof import('@vueuse/math')['logicOr']>
369364
readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
370365
readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
371366
readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
@@ -436,7 +431,6 @@ declare module 'vue' {
436431
readonly unref: UnwrapRef<typeof import('vue')['unref']>
437432
readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
438433
readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
439-
readonly useAbs: UnwrapRef<typeof import('@vueuse/math')['useAbs']>
440434
readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
441435
readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
442436
readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
@@ -454,16 +448,13 @@ declare module 'vue' {
454448
readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
455449
readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
456450
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
457-
readonly useAverage: UnwrapRef<typeof import('@vueuse/math')['useAverage']>
458451
readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
459452
readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
460453
readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
461454
readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
462455
readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
463456
readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
464457
readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
465-
readonly useCeil: UnwrapRef<typeof import('@vueuse/math')['useCeil']>
466-
readonly useClamp: UnwrapRef<typeof import('@vueuse/math')['useClamp']>
467458
readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
468459
readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
469460
readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
@@ -500,7 +491,6 @@ declare module 'vue' {
500491
readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
501492
readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
502493
readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
503-
readonly useFloor: UnwrapRef<typeof import('@vueuse/math')['useFloor']>
504494
readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
505495
readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
506496
readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
@@ -519,13 +509,10 @@ declare module 'vue' {
519509
readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
520510
readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
521511
readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
522-
readonly useMath: UnwrapRef<typeof import('@vueuse/math')['useMath']>
523-
readonly useMax: UnwrapRef<typeof import('@vueuse/math')['useMax']>
524512
readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
525513
readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
526514
readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
527515
readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
528-
readonly useMin: UnwrapRef<typeof import('@vueuse/math')['useMin']>
529516
readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
530517
readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
531518
readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
@@ -545,18 +532,15 @@ declare module 'vue' {
545532
readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
546533
readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
547534
readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
548-
readonly usePrecision: UnwrapRef<typeof import('@vueuse/math')['usePrecision']>
549535
readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
550536
readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
551537
readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
552538
readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
553539
readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
554540
readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
555-
readonly useProjection: UnwrapRef<typeof import('@vueuse/math')['useProjection']>
556541
readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
557542
readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
558543
readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
559-
readonly useRound: UnwrapRef<typeof import('@vueuse/math')['useRound']>
560544
readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
561545
readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
562546
readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
@@ -574,7 +558,6 @@ declare module 'vue' {
574558
readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
575559
readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
576560
readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
577-
readonly useSum: UnwrapRef<typeof import('@vueuse/math')['useSum']>
578561
readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
579562
readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
580563
readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
@@ -594,7 +577,6 @@ declare module 'vue' {
594577
readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
595578
readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
596579
readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
597-
readonly useTrunc: UnwrapRef<typeof import('@vueuse/math')['useTrunc']>
598580
readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
599581
readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
600582
readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
@@ -642,11 +624,9 @@ declare module '@vue/runtime-core' {
642624
readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
643625
readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
644626
readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
645-
readonly createGenericProjection: UnwrapRef<typeof import('@vueuse/math')['createGenericProjection']>
646627
readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
647628
readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
648629
readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']>
649-
readonly createProjection: UnwrapRef<typeof import('@vueuse/math')['createProjection']>
650630
readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
651631
readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
652632
readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
@@ -672,9 +652,6 @@ declare module '@vue/runtime-core' {
672652
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
673653
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
674654
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
675-
readonly logicAnd: UnwrapRef<typeof import('@vueuse/math')['logicAnd']>
676-
readonly logicNot: UnwrapRef<typeof import('@vueuse/math')['logicNot']>
677-
readonly logicOr: UnwrapRef<typeof import('@vueuse/math')['logicOr']>
678655
readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
679656
readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
680657
readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
@@ -745,7 +722,6 @@ declare module '@vue/runtime-core' {
745722
readonly unref: UnwrapRef<typeof import('vue')['unref']>
746723
readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
747724
readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
748-
readonly useAbs: UnwrapRef<typeof import('@vueuse/math')['useAbs']>
749725
readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
750726
readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
751727
readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
@@ -763,16 +739,13 @@ declare module '@vue/runtime-core' {
763739
readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
764740
readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
765741
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
766-
readonly useAverage: UnwrapRef<typeof import('@vueuse/math')['useAverage']>
767742
readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
768743
readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
769744
readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
770745
readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
771746
readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
772747
readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
773748
readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
774-
readonly useCeil: UnwrapRef<typeof import('@vueuse/math')['useCeil']>
775-
readonly useClamp: UnwrapRef<typeof import('@vueuse/math')['useClamp']>
776749
readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
777750
readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
778751
readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
@@ -809,7 +782,6 @@ declare module '@vue/runtime-core' {
809782
readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
810783
readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
811784
readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
812-
readonly useFloor: UnwrapRef<typeof import('@vueuse/math')['useFloor']>
813785
readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
814786
readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
815787
readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
@@ -828,13 +800,10 @@ declare module '@vue/runtime-core' {
828800
readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
829801
readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
830802
readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
831-
readonly useMath: UnwrapRef<typeof import('@vueuse/math')['useMath']>
832-
readonly useMax: UnwrapRef<typeof import('@vueuse/math')['useMax']>
833803
readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
834804
readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
835805
readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
836806
readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
837-
readonly useMin: UnwrapRef<typeof import('@vueuse/math')['useMin']>
838807
readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
839808
readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
840809
readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
@@ -854,18 +823,15 @@ declare module '@vue/runtime-core' {
854823
readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
855824
readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
856825
readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
857-
readonly usePrecision: UnwrapRef<typeof import('@vueuse/math')['usePrecision']>
858826
readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
859827
readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
860828
readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
861829
readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
862830
readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
863831
readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
864-
readonly useProjection: UnwrapRef<typeof import('@vueuse/math')['useProjection']>
865832
readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
866833
readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
867834
readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
868-
readonly useRound: UnwrapRef<typeof import('@vueuse/math')['useRound']>
869835
readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
870836
readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
871837
readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
@@ -883,7 +849,6 @@ declare module '@vue/runtime-core' {
883849
readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
884850
readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
885851
readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
886-
readonly useSum: UnwrapRef<typeof import('@vueuse/math')['useSum']>
887852
readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
888853
readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
889854
readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
@@ -903,7 +868,6 @@ declare module '@vue/runtime-core' {
903868
readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
904869
readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
905870
readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
906-
readonly useTrunc: UnwrapRef<typeof import('@vueuse/math')['useTrunc']>
907871
readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
908872
readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
909873
readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>

typescript-version/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,13 @@
1212
"postinstall": "npm run build:icons"
1313
},
1414
"dependencies": {
15-
"@floating-ui/dom": "1.2.8",
1615
"@vueuse/core": "^10.1.2",
17-
"@vueuse/math": "^10.1.2",
1816
"apexcharts": "^3.28.5",
19-
"jwt-decode": "^3.1.2",
2017
"pinia": "^2.1.3",
21-
"prismjs": "^1.29.0",
2218
"roboto-fontface": "^0.10.0",
2319
"sass": "^1.59.3",
2420
"vue": "^3.3.4",
2521
"vue-flatpickr-component": "11.0.3",
26-
"vue-prism-component": "^2.0.0",
2722
"vue-router": "^4.2.1",
2823
"vue3-apexcharts": "^1.4.1",
2924
"vue3-perfect-scrollbar": "^1.6.0",

0 commit comments

Comments
 (0)