chore: 3d模型

This commit is contained in:
胡鑫 2023-05-26 14:21:14 +08:00
parent 3769a2b194
commit 9795a5eacd
15 changed files with 986 additions and 209 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ dist
.nuxt
.env
.idea/
yarn.lock
pnpm-lock.yaml

14
components/Model.vue Normal file
View File

@ -0,0 +1,14 @@
<script setup lang="ts">
import { Model as LingoModel, OrbitCamera, World, useAnimation } from 'lingo3d-vue'
const anim = useAnimation({ from: 180, to: 0, duration: 5000 })
</script>
<template>
<div class="relative h-96 w-96 bg-transparent">
<World color="transparent" default-light="studio">
<LingoModel src="/apple_watch/scene.gltf" :y="0" :rotation-z="anim" :box-visible="false" />
<OrbitCamera active :z="100" :y="80" :zoom="1" auto-rotate enable-damping />
</World>
</div>
</template>

View File

@ -37,19 +37,19 @@ export function useFoot() {
{
link: {
name: 'foot.links[1].link[0]',
href: '#',
href: '/about',
},
},
{
link: {
name: 'foot.links[1].link[1]',
href: '#',
href: '/about#location',
},
},
{
link: {
name: 'foot.links[1].link[2]',
href: '#',
href: '/',
},
},
],

View File

@ -3,6 +3,9 @@ img: "/imgs/Project/Metaverse-Build/MusicVenue.jpg"
topic: "Creator Party-verse"
title: "PARCEL Creatorverse Spotlight Build"
description: "In the latter part of World War II, a boy and his sister, orphaned when their mother is killed in the firebombing of Tokyo, are left to survive on their own in what remains of civilian life in Japan. The plot follows this boy and his sister as they do their best to survive in the Japanese countryside, battling hunger, prejudice, and pride in their own quiet, personal battle."
author: "Greyson"
resume: "TOPVERSE® Lab 创始人"
publish: "07/10/2022"
---

View File

@ -3,6 +3,9 @@ img: "/imgs/1 (8).jpg"
topic: "Grave of the Fireflies"
title: " "
description: "In the latter part of World War II, a boy and his sister, orphaned when their mother is killed in the firebombing of Tokyo, are left to survive on their own in what remains of civilian life in Japan. The plot follows this boy and his sister as they do their best to survive in the Japanese countryside, battling hunger, prejudice, and pride in their own quiet, personal battle."
author: "Greyson"
resume: "TOPVERSE® Lab 创始人"
publish: "07/10/2022"
---

View File

@ -4,8 +4,8 @@ topic: "在全球最大元宇宙平台DCL进行一次“创作者聚会”"
title: "虚拟空间设计"
description: "TOPVERSE原创元宇宙建筑——《创作者聚会Creator Party-verse》参与全球元宇宙建筑竞赛Parcel Creatorverse获奖"
author: "Greyson"
Resume: "TOPVERSE® Lab 创始人"
Publish: "07/10/2022"
resume: "TOPVERSE® Lab 创始人"
publish: "07/10/2022"
---
《创作者聚会Creator Party-verse》作为 TOPVERSE 奇点拓界® 参与全球元宇宙建筑设计竞赛PARCEL Creatorverse的2件获奖作品中其中一件由Decentraland及其官方认可的数字藏品及虚拟地产交易平台Parcel进行联动推送报道并由其首席运营官Kelly Kim进行配音讲解。该建筑同时于2022年9月25至28日部署在新加坡TOKEN 2049系列子活动MUA 2049上获得了多家Web 3.0多家头部媒体关注及推送并由全球最大元宇宙平台Decentraland进行官方报道。

View File

@ -4,8 +4,8 @@ topic: "HoloWater®: 绿色双碳水务工作站"
title: "混合现实数字孪生"
description: "基于HoloLens 2开发的工业元宇宙水务工作站获得2023数字中国城市设计RAR赛道新锐奖项"
author: "Greyson"
Resume: "TOPVERSE® Lab 创始人"
Publish: "21/04/2023"
resume: "TOPVERSE® Lab 创始人"
publish: "07/10/2022"
---
![Img](/imgs/News/HoloWater/20230524153246.jpg)

View File

@ -15,7 +15,7 @@
"dependencies": {
"@anu-vue/nuxt": "^0.13.1",
"@jiaminghi/color": "^1.1.3",
"lingo3d-vue": "^2.0.34",
"lingo3d-vue": "1.0.118",
"sass": "^1.62.1",
"swiper": "^9.2.4",
"vue-tsc": "^1.2.0"

View File

@ -7,8 +7,6 @@ const path = `/${locale.value}/${route.params.id}`
const { data } = await useAsyncData(`content-${path}`, () => {
return queryContent().where({ _path: path }).findOne()
})
console.log(data)
</script>
<template>
@ -16,14 +14,14 @@ console.log(data)
<main class="m-auto prose xl:max-w-900px">
<ContentRenderer v-if="data" :value="data" />
</main>
<div class="m-auto mb-20 text-right prose xl:max-w-900px">
<span>
<div class="m-auto mb-20 flex flex-col text-right text-right prose xl:max-w-900px">
<span class="text-lg font-bold">
{{ data?.author }}
</span>
<span>
<small class="opacity-80">
{{ data?.resume }}
</span>
<span>
</small>
<span class="pt-5">
{{ data?.publish }}
</span>
</div>

View File

@ -1,3 +1,3 @@
<template>
sdf
{{ }}
</template>

View File

@ -203,8 +203,14 @@ const sectionNine = useSectionNine()
<Divider />
<!-- Section Nine -->
<Section class="my-10 bg-gradient-green">
<Section class="my-10 bg-gradient-pink flex">
<Typography :title="$t(sectionNine.title)" :topic=" $t(sectionNine.topic)" :description=" $t(sectionNine.description)" class="text-start" />
<div >
<ClientOnly>
<Model />
</ClientOnly>
</div>
</Section>
<Divider />
</template>

Binary file not shown.

View File

@ -0,0 +1,859 @@
{
"accessors": [
{
"bufferView": 2,
"componentType": 5126,
"count": 4645,
"max": [
0.15593819320201874,
0.4954397976398468,
0.2312137633562088
],
"min": [
-0.1881517767906189,
-0.46612018346786499,
-0.41373628377914429
],
"type": "VEC3"
},
{
"bufferView": 2,
"byteOffset": 55740,
"componentType": 5126,
"count": 4645,
"max": [
1,
0.99730271100997925,
1
],
"min": [
-1,
-0.99730193614959717,
-1
],
"type": "VEC3"
},
{
"bufferView": 1,
"componentType": 5126,
"count": 4645,
"max": [
1,
1.0019500255584717
],
"min": [
0,
-0.0010706186294555664
],
"type": "VEC2"
},
{
"bufferView": 0,
"componentType": 5125,
"count": 8106,
"max": [
4644
],
"min": [
0
],
"type": "SCALAR"
},
{
"bufferView": 2,
"byteOffset": 111480,
"componentType": 5126,
"count": 3142,
"max": [
0.17427688837051392,
0.2211698591709137,
0.24031378328800201
],
"min": [
-0.20255178213119507,
-0.21402016282081604,
0.16334772109985352
],
"type": "VEC3"
},
{
"bufferView": 2,
"byteOffset": 149184,
"componentType": 5126,
"count": 3142,
"max": [
1,
1,
1
],
"min": [
-0.9999079704284668,
-1,
-1
],
"type": "VEC3"
},
{
"bufferView": 1,
"byteOffset": 37160,
"componentType": 5126,
"count": 3142,
"max": [
1,
1.0070853233337402
],
"min": [
0,
-0.0092091560363769531
],
"type": "VEC2"
},
{
"bufferView": 0,
"byteOffset": 32424,
"componentType": 5125,
"count": 6576,
"max": [
3141
],
"min": [
0
],
"type": "SCALAR"
},
{
"bufferView": 2,
"byteOffset": 186888,
"componentType": 5126,
"count": 863,
"max": [
0.15413898229598999,
0.20605984330177307,
0.24935758113861084
],
"min": [
-0.18751257658004761,
-0.1896701455116272,
0.24031360447406769
],
"type": "VEC3"
},
{
"bufferView": 2,
"byteOffset": 197244,
"componentType": 5126,
"count": 863,
"max": [
0.58944994211196899,
0.55895239114761353,
1
],
"min": [
-0.54902809858322144,
-0.51955568790435791,
0.73401814699172974
],
"type": "VEC3"
},
{
"bufferView": 1,
"byteOffset": 62296,
"componentType": 5126,
"count": 863,
"max": [
1,
1.000019907951355
],
"min": [
0,
-0.00037050247192382812
],
"type": "VEC2"
},
{
"bufferView": 0,
"byteOffset": 58728,
"componentType": 5125,
"count": 1161,
"max": [
862
],
"min": [
0
],
"type": "SCALAR"
},
{
"bufferView": 2,
"byteOffset": 207600,
"componentType": 5126,
"count": 282,
"max": [
0.17417821288108826,
0.12045985460281372,
0.24910156428813934
],
"min": [
-0.15225180983543396,
-0.19891026616096497,
0.15206214785575867
],
"type": "VEC3"
},
{
"bufferView": 2,
"byteOffset": 210984,
"componentType": 5126,
"count": 282,
"max": [
1,
0.43425607681274414,
0.99051189422607422
],
"min": [
-0.43105193972587585,
-0.55823338031768799,
-0.99971562623977661
],
"type": "VEC3"
},
{
"bufferView": 1,
"byteOffset": 69200,
"componentType": 5126,
"count": 282,
"max": [
1,
1
],
"min": [
-0.00018715858459472656,
-0.00018715858459472656
],
"type": "VEC2"
},
{
"bufferView": 0,
"byteOffset": 63372,
"componentType": 5125,
"count": 510,
"max": [
281
],
"min": [
0
],
"type": "SCALAR"
},
{
"bufferView": 2,
"byteOffset": 214368,
"componentType": 5126,
"count": 4,
"max": [
0.11043820530176163,
0.1609998494386673,
0.24922379851341248
],
"min": [
-0.14155179262161255,
-0.15619014203548431,
0.2492237389087677
],
"type": "VEC3"
},
{
"bufferView": 2,
"byteOffset": 214416,
"componentType": 5126,
"count": 4,
"max": [
0,
-1.8791465095091553e-07,
1
],
"min": [
-0.00029062159592285752,
-0.00016795359260868281,
0.99999994039535522
],
"type": "VEC3"
},
{
"bufferView": 1,
"byteOffset": 71456,
"componentType": 5126,
"count": 4,
"max": [
1,
1
],
"min": [
0,
0
],
"type": "VEC2"
},
{
"bufferView": 0,
"byteOffset": 65412,
"componentType": 5125,
"count": 6,
"max": [
3
],
"min": [
0
],
"type": "SCALAR"
},
{
"bufferView": 2,
"byteOffset": 214464,
"componentType": 5126,
"count": 24,
"max": [
0.021478218957781792,
0.039079908281564713,
-0.21856626868247986
],
"min": [
-0.050281789153814316,
-0.014850087463855743,
-0.2654462456703186
],
"type": "VEC3"
},
{
"bufferView": 2,
"byteOffset": 214752,
"componentType": 5126,
"count": 24,
"max": [
0.000964031380135566,
0.6570812463760376,
0.75921422243118286
],
"min": [
-0.0021262308582663536,
0.65083736181259155,
0.75381976366043091
],
"type": "VEC3"
},
{
"bufferView": 1,
"byteOffset": 71488,
"componentType": 5126,
"count": 24,
"max": [
1,
1
],
"min": [
1,
0
],
"type": "VEC2"
},
{
"bufferView": 0,
"byteOffset": 65436,
"componentType": 5125,
"count": 66,
"max": [
23
],
"min": [
0
],
"type": "SCALAR"
},
{
"bufferView": 2,
"byteOffset": 215040,
"componentType": 5126,
"count": 480,
"max": [
0.10829821974039078,
0.1598198264837265,
0.24945114552974701
],
"min": [
-0.13978180289268494,
-0.14530016481876373,
0.24945105612277985
],
"type": "VEC3"
},
{
"bufferView": 2,
"byteOffset": 220800,
"componentType": 5126,
"count": 480,
"max": [
7.1167471560329432e-07,
0,
1
],
"min": [
-1.2566558780235937e-06,
-4.1125608163383731e-07,
1
],
"type": "VEC3"
},
{
"bufferView": 1,
"byteOffset": 71680,
"componentType": 5126,
"count": 480,
"max": [
-0.49343889951705933,
-0.30761799216270447
],
"min": [
-0.70827299356460571,
-0.70429098606109619
],
"type": "VEC2"
},
{
"bufferView": 0,
"byteOffset": 65700,
"componentType": 5125,
"count": 1320,
"max": [
479
],
"min": [
0
],
"type": "SCALAR"
}
],
"asset": {
"extras": {
"author": "OneSteven (https://sketchfab.com/Steven007)",
"license": "CC-BY-NC-SA-4.0 (http://creativecommons.org/licenses/by-nc-sa/4.0/)",
"source": "https://sketchfab.com/3d-models/apple-watch-4bf804c0b2ed44bd92da4ae23be0753c",
"title": "Apple Watch"
},
"generator": "Sketchfab-8.33.0",
"version": "2.0"
},
"bufferViews": [
{
"buffer": 0,
"byteLength": 70980,
"byteOffset": 0,
"name": "floatBufferViews",
"target": 34963
},
{
"buffer": 0,
"byteLength": 75520,
"byteOffset": 70980,
"byteStride": 8,
"name": "floatBufferViews",
"target": 34962
},
{
"buffer": 0,
"byteLength": 226560,
"byteOffset": 146500,
"byteStride": 12,
"name": "floatBufferViews",
"target": 34962
}
],
"buffers": [
{
"byteLength": 373060,
"uri": "scene.bin"
}
],
"images": [
{
"uri": "textures/material_baseColor.jpeg"
}
],
"materials": [
{
"doubleSided": false,
"emissiveFactor": [
0,
0,
0
],
"name": "band",
"pbrMetallicRoughness": {
"baseColorFactor": [
0.025165096170800066,
0.025165096170800066,
0.025165096170800066,
1
],
"metallicFactor": 1,
"roughnessFactor": 0.6394735002097609
}
},
{
"doubleSided": true,
"emissiveFactor": [
0,
0,
0
],
"name": "wmettle",
"pbrMetallicRoughness": {
"baseColorFactor": [
0.65513779080330381,
0.65513779080330381,
0.65513779080330381,
1
],
"metallicFactor": 1,
"roughnessFactor": 0.47531281730132002
}
},
{
"doubleSided": true,
"emissiveFactor": [
0,
0,
0
],
"name": "glck",
"pbrMetallicRoughness": {
"baseColorFactor": [
0,
0,
0,
1
],
"metallicFactor": 0,
"roughnessFactor": 0
}
},
{
"doubleSided": true,
"emissiveFactor": [
0,
0,
0
],
"name": "grey",
"pbrMetallicRoughness": {
"baseColorFactor": [
0.094117999999999993,
0.094117999999999993,
0.094117999999999993,
1
],
"metallicFactor": 1,
"roughnessFactor": 0.35979233673612088
}
},
{
"doubleSided": true,
"emissiveFactor": [
0,
0,
0
],
"name": "blastic",
"pbrMetallicRoughness": {
"baseColorFactor": [
0,
0,
0,
1
],
"metallicFactor": 0,
"roughnessFactor": 0
}
},
{
"doubleSided": true,
"emissiveFactor": [
0,
0,
0
],
"name": "aniostropic_met",
"pbrMetallicRoughness": {
"baseColorFactor": [
1,
1,
1,
1
],
"metallicFactor": 1,
"roughnessFactor": 0.33547223556450001
}
},
{
"doubleSided": true,
"emissiveFactor": [
0,
0,
0
],
"name": "material",
"pbrMetallicRoughness": {
"baseColorFactor": [
1,
1,
1,
1
],
"baseColorTexture": {
"index": 0,
"texCoord": 0
},
"metallicFactor": 0,
"roughnessFactor": 0
}
}
],
"meshes": [
{
"name": "Apple Watch.001_band_0",
"primitives": [
{
"attributes": {
"NORMAL": 1,
"POSITION": 0,
"TEXCOORD_0": 2
},
"indices": 3,
"material": 0,
"mode": 4
}
]
},
{
"name": "Apple Watch.001_wmettle_0",
"primitives": [
{
"attributes": {
"NORMAL": 5,
"POSITION": 4,
"TEXCOORD_0": 6
},
"indices": 7,
"material": 1,
"mode": 4
}
]
},
{
"name": "Apple Watch.001_glck_0",
"primitives": [
{
"attributes": {
"NORMAL": 9,
"POSITION": 8,
"TEXCOORD_0": 10
},
"indices": 11,
"material": 2,
"mode": 4
}
]
},
{
"name": "Apple Watch.001_grey_0",
"primitives": [
{
"attributes": {
"NORMAL": 13,
"POSITION": 12,
"TEXCOORD_0": 14
},
"indices": 15,
"material": 3,
"mode": 4
}
]
},
{
"name": "Apple Watch.001_blastic_0",
"primitives": [
{
"attributes": {
"NORMAL": 17,
"POSITION": 16,
"TEXCOORD_0": 18
},
"indices": 19,
"material": 4,
"mode": 4
}
]
},
{
"name": "Apple Watch.001_aniostropic met_0",
"primitives": [
{
"attributes": {
"NORMAL": 21,
"POSITION": 20,
"TEXCOORD_0": 22
},
"indices": 23,
"material": 5,
"mode": 4
}
]
},
{
"name": "Apple Watch.001_icn_0",
"primitives": [
{
"attributes": {
"NORMAL": 25,
"POSITION": 24,
"TEXCOORD_0": 26
},
"indices": 27,
"material": 6,
"mode": 4
}
]
}
],
"nodes": [
{
"children": [
1
],
"name": "RootNode (gltf orientation matrix)",
"rotation": [
-0.70710678118654746,
-0,
-0,
0.70710678118654757
]
},
{
"children": [
2
],
"name": "RootNode (model correction matrix)"
},
{
"children": [
3
],
"matrix": [
1,
0,
0,
0,
0,
0,
1,
0,
0,
-1,
0,
0,
0,
0,
0,
1
],
"name": "Apple Watch.fbx"
},
{
"children": [
4
],
"name": "RootNode"
},
{
"children": [
5,
6,
7,
8,
9,
10,
11
],
"matrix": [
100,
0,
0,
0,
0,
-1.6292067939183141e-05,
-99.999999999998678,
0,
0,
99.999999999998678,
-1.6292067939183141e-05,
0,
0,
0,
0,
1
],
"name": "Apple Watch.001"
},
{
"mesh": 0,
"name": "Apple Watch.001_band_0"
},
{
"mesh": 1,
"name": "Apple Watch.001_wmettle_0"
},
{
"mesh": 2,
"name": "Apple Watch.001_glck_0"
},
{
"mesh": 3,
"name": "Apple Watch.001_grey_0"
},
{
"mesh": 4,
"name": "Apple Watch.001_blastic_0"
},
{
"mesh": 5,
"name": "Apple Watch.001_aniostropic met_0"
},
{
"mesh": 6,
"name": "Apple Watch.001_icn_0"
}
],
"samplers": [
{
"magFilter": 9729,
"minFilter": 9987,
"wrapS": 10497,
"wrapT": 10497
}
],
"scene": 0,
"scenes": [
{
"name": "OSG_Scene",
"nodes": [
0
]
}
],
"textures": [
{
"sampler": 0,
"source": 0
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

276
yarn.lock
View File

@ -1456,7 +1456,7 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"
"@lincode/events@^1.0.32":
"@lincode/events@*", "@lincode/events@^1.0.32":
version "1.0.32"
resolved "https://registry.npmmirror.com/@lincode/events/-/events-1.0.32.tgz#f241c2a5a83873e144b277bfcd04aedf6140a987"
integrity sha512-Kx/3OinUV9yMOzWBtrhvN0CurRYot7oUZ3bOJQHt6HEt/xGjhp4x56E3V7hGmDLO7aScOP0VlOcED5mbHEo5fQ==
@ -1464,26 +1464,26 @@
"@lincode/promiselikes" "^1.0.25"
"@lincode/utils" "^1.3.7"
"@lincode/filetypes@^1.0.3":
"@lincode/filetypes@*":
version "1.0.3"
resolved "https://registry.npmmirror.com/@lincode/filetypes/-/filetypes-1.0.3.tgz#ff1d6917caa5d0fbc63159d141c26e8836e5b88b"
integrity sha512-n/cb5i88+LxcNQuJEpSv+YCLeEIghiDneBTPAd08H+arg/2vF6bnkIM9A+ZnMo4rOoSWH3lQ4z1BOpRzSRxaOQ==
dependencies:
"@lincode/utils" "^1.3.11"
"@lincode/math@^1.0.8":
"@lincode/math@*":
version "1.0.8"
resolved "https://registry.npmmirror.com/@lincode/math/-/math-1.0.8.tgz#ed8ae14638b7e4d3834868ac4efc9bdb1e18bee6"
integrity sha512-lgjk6Wv3YdVTsLQD1wSj8w6xyGYR66Dvg/Nu1wQUYWicYKijuDZC4UMaYjY7jb1Zf2Iwi6RVdP4iFkrdPztsBw==
"@lincode/promiselikes@^1.0.25":
"@lincode/promiselikes@*", "@lincode/promiselikes@^1.0.25":
version "1.0.25"
resolved "https://registry.npmmirror.com/@lincode/promiselikes/-/promiselikes-1.0.25.tgz#8f0ef7c50234036e802aab8db8321189313c648f"
integrity sha512-H40nO8oMntzvOSvGWK+n25s8fUU5GK/FxJLkZa4Rchkgs6szgT3Hefgv5f3g9fbPTbxHWY7Dm+msVZ9QsfVSCQ==
dependencies:
"@lincode/utils" "^1.3.7"
"@lincode/reactivity@^1.0.86":
"@lincode/reactivity@*":
version "1.0.86"
resolved "https://registry.npmmirror.com/@lincode/reactivity/-/reactivity-1.0.86.tgz#62120fbe270cb122ec71e6daf878f3aaaa81e3f7"
integrity sha512-jlvT4zKs8Mkisn/MCkgqg48VtfdEZ7z9y6kqT0hzUODy8rqNoIh2CBgSel9fh0HKOpY2UEtV+Ag6YRkw3/L+2g==
@ -1492,7 +1492,7 @@
"@lincode/promiselikes" "^1.0.25"
"@lincode/utils" "^1.3.19"
"@lincode/utils@^1.3.11", "@lincode/utils@^1.3.19", "@lincode/utils@^1.3.7":
"@lincode/utils@*", "@lincode/utils@^1.3.11", "@lincode/utils@^1.3.19", "@lincode/utils@^1.3.7":
version "1.3.19"
resolved "https://registry.npmmirror.com/@lincode/utils/-/utils-1.3.19.tgz#d5f08192450843e4d10ba210f3fb14364106663d"
integrity sha512-ElpTwHfbkPAXinuUBCrHUwT0mFw+639qDv14JG1pEr1ZqgmdGxbX9I41bIXB42UZ+5N16gCxxH2lgvmLbQttcg==
@ -1953,28 +1953,11 @@
picocolors "^1.0.0"
tslib "^2.5.0"
"@pmndrs/vanilla@^1.3.1":
version "1.6.0"
resolved "https://registry.npmmirror.com/@pmndrs/vanilla/-/vanilla-1.6.0.tgz#ab3bbc53d58249c6c12dee436b90e67deed70199"
integrity sha512-l3CK+okRE1b27VGIGYmN6yyG6dXdayczFR8b65K5Y1W7neLrTvs0bhUGL1mg/MMLxYo2zvRY5qpYetA8hsryJA==
"@polka/url@^1.0.0-next.20":
version "1.0.0-next.21"
resolved "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==
"@preact/signals-core@^1.2.3":
version "1.3.0"
resolved "https://registry.npmmirror.com/@preact/signals-core/-/signals-core-1.3.0.tgz#0d7368f6f41a1223271d816af529525973c214ab"
integrity sha512-M+M3ZOtd1dtV/uasyk4SZu1vbfEJ4NeENv0F7F12nijZYedB5wSgbtZcuACyssnTznhF4ctUyrR0dZHuHfyWKA==
"@preact/signals@^1.1.3":
version "1.1.3"
resolved "https://registry.npmmirror.com/@preact/signals/-/signals-1.1.3.tgz#8226d3001cc162c568225083275ed8d595f8bf1f"
integrity sha512-N09DuAVvc90bBZVRwD+aFhtGyHAmJLhS3IFoawO/bYJRcil4k83nBOchpCEoS0s5+BXBpahgp0Mjf+IOqP57Og==
dependencies:
"@preact/signals-core" "^1.2.3"
"@rollup/plugin-alias@^5.0.0":
version "5.0.0"
resolved "https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-5.0.0.tgz#70f3d504bd17d8922e35c6b61c08b40a6ec25af2"
@ -2158,6 +2141,11 @@
"@tufjs/canonical-json" "1.0.0"
minimatch "^9.0.0"
"@tweakpane/core@^1.0.9":
version "1.1.8"
resolved "https://registry.npmmirror.com/@tweakpane/core/-/core-1.1.8.tgz#3d23a857bee9b2ca2b79a3a89f5a38454b523662"
integrity sha512-psvBf6Cbm3YSZOTmDFWkcGzHYMnw7gVZM3jw+TfbzErIC+sMXPQb85h4ayW04w2u7AGg8jD0gHXSCg5wd+rafg==
"@types/debug@^4.0.0":
version "4.1.8"
resolved "https://registry.npmmirror.com/@types/debug/-/debug-4.1.8.tgz#cef723a5d0a90990313faec2d1e22aee5eecb317"
@ -2248,12 +2236,10 @@
resolved "https://registry.npmmirror.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
"@types/three@0.149.0":
version "0.149.0"
resolved "https://registry.npmmirror.com/@types/three/-/three-0.149.0.tgz#f48c03ffcf35b2d196f3532b51bc845e96f6090e"
integrity sha512-fgNBm9LWc65ER/W0cvoXdC0iMy7Ke9e2CONmEr6Jt8sDSY3sw4DgOubZfmdZ747dkPhbQrgRQAWwDEr2S/7IEg==
dependencies:
"@types/webxr" "*"
"@types/three@0.140.0":
version "0.140.0"
resolved "https://registry.npmmirror.com/@types/three/-/three-0.140.0.tgz#3b74a021a69a6e2cd0e2550def15aa4c1c20e924"
integrity sha512-YPJLSIY6uKUOp1k6BZYDq5GtEIdhfeK04UCbc9IPAVbdn/RNjkfrbnyd7smrsNkJhc0IFASLpd3AAYgwqgXKVQ==
"@types/trusted-types@^2.0.2":
version "2.0.3"
@ -2270,11 +2256,6 @@
resolved "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz#1d12873a8e49567371f2a75fe3e7f7edca6662d8"
integrity sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==
"@types/webxr@*":
version "0.5.2"
resolved "https://registry.npmmirror.com/@types/webxr/-/webxr-0.5.2.tgz#5d9627b0ffe223aa3b166de7112ac8a9460dc54f"
integrity sha512-szL74BnIcok9m7QwYtVmQ+EdIKwbjPANudfuvDrAF8Cljg9MKUlIoc1w5tjj9PMpeSH3U1Xnx//czQybJ0EfSw==
"@typescript-eslint/eslint-plugin@^5.59.0":
version "5.59.7"
resolved "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz#e470af414f05ecfdc05a23e9ce6ec8f91db56fe2"
@ -2359,11 +2340,6 @@
"@typescript-eslint/types" "5.59.7"
eslint-visitor-keys "^3.3.0"
"@ungap/structured-clone@^1.0.2":
version "1.2.0"
resolved "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
"@unhead/dom@1.1.27":
version "1.1.27"
resolved "https://registry.npmmirror.com/@unhead/dom/-/dom-1.1.27.tgz#bee76bb92f8957146d7f70d5f6ccc0ad4f33bf23"
@ -3516,10 +3492,10 @@ braces@^3.0.2, braces@~3.0.2:
dependencies:
fill-range "^7.0.1"
browser-fs-access@0.33.0:
version "0.33.0"
resolved "https://registry.npmmirror.com/browser-fs-access/-/browser-fs-access-0.33.0.tgz#7c0819b6aaaf2dd1522b3cce09257e063142d13f"
integrity sha512-OIroFiFdNcITJnLCJUoJBRWLf6lu/e7h24Ik0khWg7Ozn+sR+asYiSeiPpXmV32OgogSNiOqCoaI1/7vrl1T+Q==
browser-fs-access@0.29.6:
version "0.29.6"
resolved "https://registry.npmmirror.com/browser-fs-access/-/browser-fs-access-0.29.6.tgz#915d429581a902b037549b5d52a7580c87915e22"
integrity sha512-YQ3s9diP+o2a9mKM4OGozmOu8MBUZ3GTbiu1R7SgaH96uCXo7ONMz9uAX7oVL6IaE+jUNuve1ryrnZsCkXU82w==
browserslist@^4.0.0, browserslist@^4.21.3, browserslist@^4.21.4, browserslist@^4.21.5:
version "4.21.5"
@ -3672,6 +3648,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464:
resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001489.tgz#ca82ee2d4e4dbf2bd2589c9360d3fcc2c7ba3bd8"
integrity sha512-x1mgZEXK8jHIfAxm+xgdpHpk50IN3z3q3zP261/WS+uvePxW8izXuCu6AHz0lkuYTlATDehiZ/tNyYBdSQsOUQ==
cannon-es@0.19.0:
version "0.19.0"
resolved "https://registry.npmmirror.com/cannon-es/-/cannon-es-0.19.0.tgz#f62fa04097e375877db8f3895f27bb6d499395c0"
integrity sha512-fu9UXrjFmAQXq3JyBVPbtyc53suX+QHzikZEJykxroVNnIx1xHq0jZenK8qwhdwbBAtDL9n/47TyPELuSQwZuA==
ccount@^2.0.0:
version "2.0.1"
resolved "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5"
@ -5646,6 +5627,11 @@ hosted-git-info@^6.0.0:
dependencies:
lru-cache "^7.5.1"
howler@^2.2.3:
version "2.2.3"
resolved "https://registry.npmmirror.com/howler/-/howler-2.2.3.tgz#a2eff9b08b586798e7a2ee17a602a90df28715da"
integrity sha512-QM0FFkw0LRX1PR8pNzJVAY25JhIWvbKMBFM4gqk+QdV+kPXOhleWGCB6AiAF/goGjIHK2e/nIElplvjQwhr0jg==
html-tags@^3.1.0:
version "3.3.1"
resolved "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce"
@ -5771,13 +5757,6 @@ image-meta@^0.1.1:
resolved "https://registry.npmmirror.com/image-meta/-/image-meta-0.1.1.tgz#a84dc7d5f61c7d60e85ec0c3ac81beee8646039b"
integrity sha512-+oXiHwOEPr1IE5zY0tcBLED/CYcre15J4nwL50x3o0jxWqEkyjrusiKP3YSU+tr9fvJp33ZcP5Gpj2295g3aEw==
immutability-helper@^2.7.1:
version "2.9.1"
resolved "https://registry.npmmirror.com/immutability-helper/-/immutability-helper-2.9.1.tgz#71c423ba387e67b6c6ceba0650572f2a2a6727df"
integrity sha512-r/RmRG8xO06s/k+PIaif2r5rGc3j4Yhc01jSBfwPCXDLYZwp/yxralI37Df1mwmuzcCsen/E/ITKcTEvc1PQmQ==
dependencies:
invariant "^2.2.0"
immutable@^4.0.0:
version "4.3.0"
resolved "https://registry.npmmirror.com/immutable/-/immutable-4.3.0.tgz#eb1738f14ffb39fd068b1dbe1296117484dd34be"
@ -5859,13 +5838,6 @@ internal-slot@^1.0.3, internal-slot@^1.0.5:
has "^1.0.3"
side-channel "^1.0.4"
invariant@^2.2.0:
version "2.2.4"
resolved "https://registry.npmmirror.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
dependencies:
loose-envify "^1.0.0"
ioredis@^5.3.2:
version "5.3.2"
resolved "https://registry.npmmirror.com/ioredis/-/ioredis-5.3.2.tgz#9139f596f62fc9c72d873353ac5395bcf05709f7"
@ -6293,7 +6265,7 @@ js-cookie@^3.0.1:
resolved "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.5.tgz#0b7e2fd0c01552c58ba86e0841f94dc2557dcdbc"
integrity sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
js-tokens@^4.0.0:
version "4.0.0"
resolved "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
@ -6478,58 +6450,43 @@ lines-and-columns@^1.1.6:
resolved "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
lingo3d-facade@^1.0.0:
version "1.0.0"
resolved "https://registry.npmmirror.com/lingo3d-facade/-/lingo3d-facade-1.0.0.tgz#b6767c263b301295451607fa530e890f3c77208e"
integrity sha512-EHuHllbFseTq3JLlsF9mk9UzF54mF3J/D6dSJRio2DTpyO5SVqadAWLG15zIrwXOVTWyhJy7tfXiwqp2iCGKiw==
lingo3d-forest@^1.0.0:
version "1.0.0"
resolved "https://registry.npmmirror.com/lingo3d-forest/-/lingo3d-forest-1.0.0.tgz#050dc8439684e77d17cc6a6f7a2e963936745068"
integrity sha512-s0KcCYw64Eix0mr3qSq1lFIGdZVdDSoU2OdUpzA9eN39/XYE3/6eu8xTX5ZwRqAi97O1xwGEjIpXd05MwEowgg==
lingo3d-vue@^2.0.34:
version "2.0.34"
resolved "https://registry.npmmirror.com/lingo3d-vue/-/lingo3d-vue-2.0.34.tgz#9bb2c551d80cad264b802ce256f16bd12492780c"
integrity sha512-0SJyyzBOW0EBwuJy1iaMm0+YU/wGFmZ7EoReRsmiv6YeDiU4bLHXMsTYemOkC1/fdt4A323BAFE7SqHHtjWIjw==
lingo3d-vue@1.0.118:
version "1.0.118"
resolved "https://registry.npmmirror.com/lingo3d-vue/-/lingo3d-vue-1.0.118.tgz#ad33ace0feb030b8626949d34dc1bf85a527fafd"
integrity sha512-JmrxFQ8XMApE/qg61Mo9a1m/qwEUbEQ78ZGCnRt1aVCv8c1dyJR8fPzHXeHlf8fk+Xn3AclFY5FR7JHTJPolrQ==
dependencies:
"@lincode/promiselikes" "^1.0.25"
"@lincode/reactivity" "^1.0.86"
"@lincode/utils" "^1.3.19"
"@types/three" "0.149.0"
lingo3d "2.0.34"
popmotion "^11.0.5"
preact "^10.13.2"
lingo3d@2.0.34:
version "2.0.34"
resolved "https://registry.npmmirror.com/lingo3d/-/lingo3d-2.0.34.tgz#c5d93ea39165f996b6ee49ccf50d811b58a93e6c"
integrity sha512-3auXMwiyXc2G+5glTYcDVnhC0rR2Ew7BHjqRqZMAy5g93sYYoKWJCuKZXLSE8YfI3oMn2dLUFHGc+9guXcTrAA==
dependencies:
"@lincode/events" "^1.0.32"
"@lincode/filetypes" "^1.0.3"
"@lincode/math" "^1.0.8"
"@lincode/promiselikes" "^1.0.25"
"@lincode/reactivity" "^1.0.86"
"@lincode/utils" "^1.3.19"
"@pmndrs/vanilla" "^1.3.1"
"@preact/signals" "^1.1.3"
"@types/three" "0.149.0"
"@ungap/structured-clone" "^1.0.2"
browser-fs-access "0.33.0"
lingo3d-facade "^1.0.0"
lingo3d-forest "^1.0.0"
nanoid "^4.0.2"
nipplejs "0.10.1"
postprocessing "^6.30.1"
preact "^10.13.2"
preact-compat "^3.19.0"
prettier "^2.8.7"
"@lincode/promiselikes" "*"
"@lincode/reactivity" "*"
"@lincode/utils" "*"
"@types/three" "0.140.0"
lingo3d "1.10.216"
nanoid "^3.3.4"
popmotion "^11.0.3"
stats.js "^0.17.0"
three "0.150.1"
wasm-feature-detect "^1.5.1"
wavesurfer.js "^6.6.2"
xstate "^4.37.1"
lingo3d@1.10.216:
version "1.10.216"
resolved "https://registry.npmmirror.com/lingo3d/-/lingo3d-1.10.216.tgz#35faaf2775ae2905d9e388843c99b0a0ef029172"
integrity sha512-G/z73IoBigA4pDiCD0fr92nw1VebvqO5hwMEuhCZtdzcGc+HNHj+wShpyGEqtGvlI65hmbkA1EYOZU/TKuJ27w==
dependencies:
"@lincode/events" "*"
"@lincode/filetypes" "*"
"@lincode/math" "*"
"@lincode/promiselikes" "*"
"@lincode/reactivity" "*"
"@lincode/utils" "*"
"@tweakpane/core" "^1.0.9"
"@types/three" "0.140.0"
browser-fs-access "0.29.6"
cannon-es "0.19.0"
howler "^2.2.3"
postprocessing "^6.27.0"
preact "^10.7.3"
preact-custom-element "^4.2.1"
prettier "^2.6.2"
three "0.140.2"
tweakpane "^3.0.8"
xstate "^4.32.1"
listhen@^1.0.4:
version "1.0.4"
@ -6662,13 +6619,6 @@ longest-streak@^3.0.0:
resolved "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4"
integrity sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==
loose-envify@^1.0.0, loose-envify@^1.4.0:
version "1.4.0"
resolved "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
dependencies:
js-tokens "^3.0.0 || ^4.0.0"
lru-cache@^5.1.1:
version "5.1.1"
resolved "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@ -7483,7 +7433,7 @@ mute-stream@1.0.0:
resolved "https://registry.npmmirror.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
nanoid@^3.3.6:
nanoid@^3.3.4, nanoid@^3.3.6:
version "3.3.6"
resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
@ -7508,11 +7458,6 @@ negotiator@^0.6.3:
resolved "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
nipplejs@0.10.1:
version "0.10.1"
resolved "https://registry.npmmirror.com/nipplejs/-/nipplejs-0.10.1.tgz#64acbb71c5549bcbf96c587f806342e9e7da67f9"
integrity sha512-BuKBDfdd7BVK6E7sivHwrRPh9TETsHuHEwuT95nAjRz2uJu5roYngNs+BdRe8nYf8mP6OZ9aRqdgMlqVsDMRcw==
nitropack@^2.4.1:
version "2.4.1"
resolved "https://registry.npmmirror.com/nitropack/-/nitropack-2.4.1.tgz#476bbeb18378ea2d064b458da7f8adea09b52e4a"
@ -8246,7 +8191,7 @@ pluralize@^8.0.0:
resolved "https://registry.npmmirror.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==
popmotion@^11.0.5:
popmotion@^11.0.3:
version "11.0.5"
resolved "https://registry.npmmirror.com/popmotion/-/popmotion-11.0.5.tgz#8e3e014421a0ffa30ecd722564fd2558954e1f7d"
integrity sha512-la8gPM1WYeFznb/JqF4GiTkRRPZsfaj2+kCxqQgr2MJylMmIKUwBfWW8Wa5fml/8gmtlD5yI01MP1QCZPWmppA==
@ -8500,41 +8445,17 @@ postcss@^8.1.10, postcss@^8.4.23:
picocolors "^1.0.0"
source-map-js "^1.0.2"
postprocessing@^6.30.1:
postprocessing@^6.27.0:
version "6.31.0"
resolved "https://registry.npmmirror.com/postprocessing/-/postprocessing-6.31.0.tgz#0d3d0157bfe963d2a66a73ee16cfa81a99138419"
integrity sha512-h1g2KDVrTS6QB4AHP55opp8FYzq66jJHh4JIFCptaj283RUX1y/tPkv8FBB2oK4WYrdPgqvElnKrXZwgiLWeHQ==
preact-compat@^3.19.0:
version "3.19.0"
resolved "https://registry.npmmirror.com/preact-compat/-/preact-compat-3.19.0.tgz#a71457b6a3bf051690a4411603bc2085aa061c2f"
integrity sha512-f83A4hIhH8Uzhb9GbIcGk8SM19ffWlwP9mDaYwQdRnMdekZwcCA7eIAbeV4EMQaV9C0Yuy8iKgBAtyTKPZQt/Q==
dependencies:
immutability-helper "^2.7.1"
preact-context "^1.1.3"
preact-render-to-string "^3.8.2"
preact-transition-group "^1.1.1"
prop-types "^15.6.2"
standalone-react-addons-pure-render-mixin "^0.1.1"
preact-custom-element@^4.2.1:
version "4.2.1"
resolved "https://registry.npmmirror.com/preact-custom-element/-/preact-custom-element-4.2.1.tgz#a18752ef60823ea61199d9cdc1866e51139b3f46"
integrity sha512-/fiEEAyC+MXRlCBRmv/owoN5BLpO2nF/MF3YBHLtp4C2lNqlhV+a4he74A5DhfDoRmxDHm0sYVgQzWFEyzTDsw==
preact-context@^1.1.3:
version "1.1.4"
resolved "https://registry.npmmirror.com/preact-context/-/preact-context-1.1.4.tgz#866ebd35bef5788f73fc453f06f01b03ddf8f4ff"
integrity sha512-gcCjPJ65R0MiW9hDu8W/3WAmyTElIvwLyEO6oLQiM6/TbLKLxCpBCWV8GJjx52TTEyUr60HLDcmoCXZlslelzQ==
preact-render-to-string@^3.8.2:
version "3.8.2"
resolved "https://registry.npmmirror.com/preact-render-to-string/-/preact-render-to-string-3.8.2.tgz#bd72964d705a57da3a9e72098acaa073dd3ceff9"
integrity sha512-przuZPajiurStGgxMoJP0EJeC4xj5CgHv+M7GfF3YxAdhGgEWAkhOSE0xympAFN20uMayntBZpttIZqqLl77fw==
dependencies:
pretty-format "^3.5.1"
preact-transition-group@^1.1.1:
version "1.1.1"
resolved "https://registry.npmmirror.com/preact-transition-group/-/preact-transition-group-1.1.1.tgz#f0a49327ea515ece34ea2be864c4a7d29e5d6e10"
integrity sha512-v89XLodCvylf5lMrhI+LqIhDsAjWfiDKV4keAU+L5yDtxmqn8uvjZXn+haKMEG0x0PZz81own19SuNJD5NlOFQ==
preact@^10.13.2:
preact@^10.7.3:
version "10.15.0"
resolved "https://registry.npmmirror.com/preact/-/preact-10.15.0.tgz#14bae0afe3547ca9d45d22fda2a4266462d31cf3"
integrity sha512-nZSa8M2R2m1n7nJSBlzDpxRJaIsejrTO1vlFbdpFvyC8qM1iU+On2y0otfoUm6SRB5o0lF0CKDFxg6grEFU0iQ==
@ -8549,7 +8470,7 @@ prelude-ls@~1.1.2:
resolved "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
prettier@^2.8.7:
prettier@^2.6.2:
version "2.8.8"
resolved "https://registry.npmmirror.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
@ -8564,11 +8485,6 @@ pretty-bytes@^6.0.0, pretty-bytes@^6.1.0:
resolved "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-6.1.0.tgz#1d1cc9aae1939012c74180b679da6684616bf804"
integrity sha512-Rk753HI8f4uivXi4ZCIYdhmG1V+WKzvRMg/X+M42a6t7D07RcmopXJMDNk6N++7Bl75URRGsb40ruvg7Hcp2wQ==
pretty-format@^3.5.1:
version "3.8.0"
resolved "https://registry.npmmirror.com/pretty-format/-/pretty-format-3.8.0.tgz#bfbed56d5e9a776645f4b1ff7aa1a3ac4fa3c385"
integrity sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==
proc-log@^3.0.0:
version "3.0.0"
resolved "https://registry.npmmirror.com/proc-log/-/proc-log-3.0.0.tgz#fb05ef83ccd64fd7b20bbe9c8c1070fc08338dd8"
@ -8600,15 +8516,6 @@ prompts@^2.4.2:
kleur "^3.0.3"
sisteransi "^1.0.5"
prop-types@^15.6.2:
version "15.8.1"
resolved "https://registry.npmmirror.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
dependencies:
loose-envify "^1.4.0"
object-assign "^4.1.1"
react-is "^16.13.1"
property-information@^6.0.0, property-information@^6.2.0:
version "6.2.0"
resolved "https://registry.npmmirror.com/property-information/-/property-information-6.2.0.tgz#b74f522c31c097b5149e3c3cb8d7f3defd986a1d"
@ -8667,11 +8574,6 @@ rc9@^2.1.0:
destr "^1.2.2"
flat "^5.0.2"
react-is@^16.13.1:
version "16.13.1"
resolved "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
read-cache@^1.0.0:
version "1.0.0"
resolved "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"
@ -9415,11 +9317,6 @@ ssri@^9.0.0:
dependencies:
minipass "^3.1.1"
standalone-react-addons-pure-render-mixin@^0.1.1:
version "0.1.1"
resolved "https://registry.npmmirror.com/standalone-react-addons-pure-render-mixin/-/standalone-react-addons-pure-render-mixin-0.1.1.tgz#3c7409f4c79c40de9ac72c616cf679a994f37551"
integrity sha512-HFkwqpJmvz4vxHyzdeUcjtsp8Am+NauLXdU2/YXT1/InPbszaRo1cLPAy/58H7oOPNNjteqHcv04JEw+d9C+Xw==
standard-as-callback@^2.1.0:
version "2.1.0"
resolved "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz#8953fc05359868a77b5b9739a665c5977bb7df45"
@ -9723,10 +9620,10 @@ text-table@^0.2.0:
resolved "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
three@0.150.1:
version "0.150.1"
resolved "https://registry.npmmirror.com/three/-/three-0.150.1.tgz#870d324a4d2daf1c7d55be97f3f73d83783e28be"
integrity sha512-5C1MqKUWaHYo13BX0Q64qcdwImgnnjSOFgBscOzAo8MYCzEtqfQqorEKMcajnA3FHy1yVlIe9AmaMQ0OQracNA==
three@0.140.2:
version "0.140.2"
resolved "https://registry.npmmirror.com/three/-/three-0.140.2.tgz#ca0b7390d1ce4f7f2850e80afd00ef48fc244491"
integrity sha512-DdT/AHm/TbZXEhQKQpGt5/iSgBrmXpjU26FNtj1KhllVPTKj1eG4X/ShyD5W2fngE+I1s1wa4ttC4C3oCJt7Ag==
through@^2.3.6:
version "2.3.8"
@ -9851,6 +9748,11 @@ tuf-js@^1.1.3:
debug "^4.3.4"
make-fetch-happen "^11.1.0"
tweakpane@^3.0.8:
version "3.1.9"
resolved "https://registry.npmmirror.com/tweakpane/-/tweakpane-3.1.9.tgz#e01f183dda3f34764170cbbc79351fabcdebcc45"
integrity sha512-vMzh3X8uHo9HDY+9S9V0bc+UBScs8VYmMeOEW+BvynczV0aiLHweYv4eKpyoqpcRrQlkLhUsx8Dvv/1/qiCESg==
type-check@^0.4.0, type-check@~0.4.0:
version "0.4.0"
resolved "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
@ -10603,16 +10505,6 @@ wait-on@^7.0.1:
minimist "^1.2.7"
rxjs "^7.8.0"
wasm-feature-detect@^1.5.1:
version "1.5.1"
resolved "https://registry.npmmirror.com/wasm-feature-detect/-/wasm-feature-detect-1.5.1.tgz#0db57a7d7f8c26b743dde85386215ae2b135e78a"
integrity sha512-GHr23qmuehNXHY4902/hJ6EV5sUANIJC3R/yMfQ7hWDg3nfhlcJfnIL96R2ohpIwa62araN6aN4bLzzzq5GXkg==
wavesurfer.js@^6.6.2:
version "6.6.3"
resolved "https://registry.npmmirror.com/wavesurfer.js/-/wavesurfer.js-6.6.3.tgz#eadebf0542be702f1eef2f52c3e312b839030166"
integrity sha512-XqUOXe8+SOTe8uKCHaqW0vJ5etCCQvq/NgaPycn9HAX/nUi+2zoWD+w9i7H5vBT9UCDNawOia+vS5Ct3kZGQzA==
wcwidth@^1.0.1:
version "1.0.1"
resolved "https://registry.npmmirror.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
@ -10927,7 +10819,7 @@ xmlhttprequest-ssl@~2.0.0:
resolved "https://registry.npmmirror.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz#91360c86b914e67f44dce769180027c0da618c67"
integrity sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==
xstate@^4.37.1:
xstate@^4.32.1:
version "4.37.2"
resolved "https://registry.npmmirror.com/xstate/-/xstate-4.37.2.tgz#c5f4c1d8062784238b91e2dfddca05f821cb4eac"
integrity sha512-Qm337O49CRTZ3PRyRuK6b+kvI+D3JGxXIZCTul+xEsyFCVkTFDt5jixaL1nBWcUBcaTQ9um/5CRGVItPi7fveg==