mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 00:02:17 +10:00
wip
This commit is contained in:
parent
3e37eb6bc4
commit
1d73378e5f
5 changed files with 150 additions and 0 deletions
31
pnpm-lock.yaml
generated
31
pnpm-lock.yaml
generated
|
@ -8,6 +8,9 @@ importers:
|
|||
|
||||
.:
|
||||
dependencies:
|
||||
'@barbapapazes/plausible-tracker':
|
||||
specifier: ^0.5.2
|
||||
version: 0.5.2
|
||||
'@fmhy/colors':
|
||||
specifier: ^0.0.11
|
||||
version: 0.0.11
|
||||
|
@ -17,6 +20,9 @@ importers:
|
|||
'@resvg/resvg-js':
|
||||
specifier: ^2.6.0
|
||||
version: 2.6.2
|
||||
'@vue/runtime-core':
|
||||
specifier: ^3.4.38
|
||||
version: 3.4.38
|
||||
consola:
|
||||
specifier: ^3.2.3
|
||||
version: 3.2.3
|
||||
|
@ -324,6 +330,9 @@ packages:
|
|||
resolution: {integrity: sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@barbapapazes/plausible-tracker@0.5.2':
|
||||
resolution: {integrity: sha512-su3ut2STFDV+pVCRd0SbCYCA31YWqqEk0Z4/vDMeGvqLMw5hJaQt2mXxbbokIzXTnjODDTeCA/m+TjkHRTWBEg==}
|
||||
|
||||
'@biomejs/biome@1.8.3':
|
||||
resolution: {integrity: sha512-/uUV3MV+vyAczO+vKrPdOW0Iaet7UnJMU4bNMinggGJTAnBPjCoLEYcyYtYHNnUNYlv4xZMH6hVIQCAozq8d5w==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
|
@ -1481,9 +1490,15 @@ packages:
|
|||
'@vue/reactivity@3.4.33':
|
||||
resolution: {integrity: sha512-B24QIelahDbyHipBgbUItQblbd4w5HpG3KccL+YkGyo3maXyS253FzcTR3pSz739OTphmzlxP7JxEMWBpewilA==}
|
||||
|
||||
'@vue/reactivity@3.4.38':
|
||||
resolution: {integrity: sha512-4vl4wMMVniLsSYYeldAKzbk72+D3hUnkw9z8lDeJacTxAkXeDAP1uE9xr2+aKIN0ipOL8EG2GPouVTH6yF7Gnw==}
|
||||
|
||||
'@vue/runtime-core@3.4.33':
|
||||
resolution: {integrity: sha512-6wavthExzT4iAxpe8q37/rDmf44nyOJGISJPxCi9YsQO+8w9v0gLCFLfH5TzD1V1AYrTAdiF4Y1cgUmP68jP6w==}
|
||||
|
||||
'@vue/runtime-core@3.4.38':
|
||||
resolution: {integrity: sha512-21z3wA99EABtuf+O3IhdxP0iHgkBs1vuoCAsCKLVJPEjpVqvblwBnTj42vzHRlWDCyxu9ptDm7sI2ZMcWrQqlA==}
|
||||
|
||||
'@vue/runtime-dom@3.4.33':
|
||||
resolution: {integrity: sha512-iHsMCUSFJ+4z432Bn9kZzHX+zOXa6+iw36DaVRmKYZpPt9jW9riF32SxNwB124i61kp9+AZtheQ/mKoJLerAaQ==}
|
||||
|
||||
|
@ -1495,6 +1510,9 @@ packages:
|
|||
'@vue/shared@3.4.33':
|
||||
resolution: {integrity: sha512-aoRY0jQk3A/cuvdkodTrM4NMfxco8n55eG4H7ML/CRy7OryHfiqvug4xrCBBMbbN+dvXAetDDwZW9DXWWjBntA==}
|
||||
|
||||
'@vue/shared@3.4.38':
|
||||
resolution: {integrity: sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==}
|
||||
|
||||
'@vueuse/core@10.11.0':
|
||||
resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==}
|
||||
|
||||
|
@ -3656,6 +3674,8 @@ snapshots:
|
|||
'@babel/helper-validator-identifier': 7.24.7
|
||||
to-fast-properties: 2.0.0
|
||||
|
||||
'@barbapapazes/plausible-tracker@0.5.2': {}
|
||||
|
||||
'@biomejs/biome@1.8.3':
|
||||
optionalDependencies:
|
||||
'@biomejs/cli-darwin-arm64': 1.8.3
|
||||
|
@ -4652,11 +4672,20 @@ snapshots:
|
|||
dependencies:
|
||||
'@vue/shared': 3.4.33
|
||||
|
||||
'@vue/reactivity@3.4.38':
|
||||
dependencies:
|
||||
'@vue/shared': 3.4.38
|
||||
|
||||
'@vue/runtime-core@3.4.33':
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.4.33
|
||||
'@vue/shared': 3.4.33
|
||||
|
||||
'@vue/runtime-core@3.4.38':
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.4.38
|
||||
'@vue/shared': 3.4.38
|
||||
|
||||
'@vue/runtime-dom@3.4.33':
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.4.33
|
||||
|
@ -4672,6 +4701,8 @@ snapshots:
|
|||
|
||||
'@vue/shared@3.4.33': {}
|
||||
|
||||
'@vue/shared@3.4.38': {}
|
||||
|
||||
'@vueuse/core@10.11.0(vue@3.4.33)':
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue