|
|
@@ -532,6 +532,61 @@ importers:
|
|
|
specifier: ^8.54.0
|
|
|
version: 8.57.1
|
|
|
|
|
|
+ ../../apps/demo-vite:
|
|
|
+ dependencies:
|
|
|
+ '@flowgram.ai/free-layout-editor':
|
|
|
+ specifier: workspace:*
|
|
|
+ version: link:../../packages/client/free-layout-editor
|
|
|
+ '@flowgram.ai/free-snap-plugin':
|
|
|
+ specifier: workspace:*
|
|
|
+ version: link:../../packages/plugins/free-snap-plugin
|
|
|
+ '@flowgram.ai/minimap-plugin':
|
|
|
+ specifier: workspace:*
|
|
|
+ version: link:../../packages/plugins/minimap-plugin
|
|
|
+ react:
|
|
|
+ specifier: ^18
|
|
|
+ version: 18.3.1
|
|
|
+ react-dom:
|
|
|
+ specifier: ^18
|
|
|
+ version: 18.3.1(react@18.3.1)
|
|
|
+ devDependencies:
|
|
|
+ '@flowgram.ai/eslint-config':
|
|
|
+ specifier: workspace:*
|
|
|
+ version: link:../../config/eslint-config
|
|
|
+ '@flowgram.ai/ts-config':
|
|
|
+ specifier: workspace:*
|
|
|
+ version: link:../../config/ts-config
|
|
|
+ '@types/lodash-es':
|
|
|
+ specifier: ^4.17.12
|
|
|
+ version: 4.17.12
|
|
|
+ '@types/node':
|
|
|
+ specifier: ^18
|
|
|
+ version: 18.19.68
|
|
|
+ '@types/react':
|
|
|
+ specifier: ^18
|
|
|
+ version: 18.3.16
|
|
|
+ '@types/react-dom':
|
|
|
+ specifier: ^18
|
|
|
+ version: 18.3.5(@types/react@18.3.16)
|
|
|
+ '@vitejs/plugin-react':
|
|
|
+ specifier: ^4.4.1
|
|
|
+ version: 4.4.1(vite@6.3.5)
|
|
|
+ cross-env:
|
|
|
+ specifier: ~7.0.3
|
|
|
+ version: 7.0.3
|
|
|
+ eslint:
|
|
|
+ specifier: ^8.54.0
|
|
|
+ version: 8.57.1
|
|
|
+ globals:
|
|
|
+ specifier: ^15.11.0
|
|
|
+ version: 15.13.0
|
|
|
+ less:
|
|
|
+ specifier: ^4.1.2
|
|
|
+ version: 4.3.0
|
|
|
+ vite:
|
|
|
+ specifier: ^6.3.5
|
|
|
+ version: 6.3.5(@types/node@18.19.68)(less@4.3.0)
|
|
|
+
|
|
|
../../apps/docs:
|
|
|
dependencies:
|
|
|
'@codesandbox/sandpack-react':
|
|
|
@@ -3979,6 +4034,11 @@ packages:
|
|
|
resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==}
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
+ /@babel/helper-plugin-utils@7.27.1:
|
|
|
+ resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.26.0):
|
|
|
resolution: {integrity: sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==}
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
@@ -4755,6 +4815,26 @@ packages:
|
|
|
- supports-color
|
|
|
dev: false
|
|
|
|
|
|
+ /@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.26.10):
|
|
|
+ resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ peerDependencies:
|
|
|
+ '@babel/core': ^7.0.0-0
|
|
|
+ dependencies:
|
|
|
+ '@babel/core': 7.26.10
|
|
|
+ '@babel/helper-plugin-utils': 7.27.1
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.26.10):
|
|
|
+ resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ peerDependencies:
|
|
|
+ '@babel/core': ^7.0.0-0
|
|
|
+ dependencies:
|
|
|
+ '@babel/core': 7.26.10
|
|
|
+ '@babel/helper-plugin-utils': 7.27.1
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0):
|
|
|
resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==}
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
@@ -6718,6 +6798,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-android-arm-eabi@4.40.2:
|
|
|
+ resolution: {integrity: sha512-JkdNEq+DFxZfUwxvB58tHMHBHVgX23ew41g1OQinthJ+ryhdRk67O31S7sYw8u2lTjHUPFxwar07BBt1KHp/hg==}
|
|
|
+ cpu: [arm]
|
|
|
+ os: [android]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-android-arm64@4.28.1:
|
|
|
resolution: {integrity: sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==}
|
|
|
cpu: [arm64]
|
|
|
@@ -6726,6 +6814,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-android-arm64@4.40.2:
|
|
|
+ resolution: {integrity: sha512-13unNoZ8NzUmnndhPTkWPWbX3vtHodYmy+I9kuLxN+F+l+x3LdVF7UCu8TWVMt1POHLh6oDHhnOA04n8oJZhBw==}
|
|
|
+ cpu: [arm64]
|
|
|
+ os: [android]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-darwin-arm64@4.28.1:
|
|
|
resolution: {integrity: sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==}
|
|
|
cpu: [arm64]
|
|
|
@@ -6734,6 +6830,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-darwin-arm64@4.40.2:
|
|
|
+ resolution: {integrity: sha512-Gzf1Hn2Aoe8VZzevHostPX23U7N5+4D36WJNHK88NZHCJr7aVMG4fadqkIf72eqVPGjGc0HJHNuUaUcxiR+N/w==}
|
|
|
+ cpu: [arm64]
|
|
|
+ os: [darwin]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-darwin-x64@4.28.1:
|
|
|
resolution: {integrity: sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==}
|
|
|
cpu: [x64]
|
|
|
@@ -6742,6 +6846,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-darwin-x64@4.40.2:
|
|
|
+ resolution: {integrity: sha512-47N4hxa01a4x6XnJoskMKTS8XZ0CZMd8YTbINbi+w03A2w4j1RTlnGHOz/P0+Bg1LaVL6ufZyNprSg+fW5nYQQ==}
|
|
|
+ cpu: [x64]
|
|
|
+ os: [darwin]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-freebsd-arm64@4.28.1:
|
|
|
resolution: {integrity: sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==}
|
|
|
cpu: [arm64]
|
|
|
@@ -6750,6 +6862,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-freebsd-arm64@4.40.2:
|
|
|
+ resolution: {integrity: sha512-8t6aL4MD+rXSHHZUR1z19+9OFJ2rl1wGKvckN47XFRVO+QL/dUSpKA2SLRo4vMg7ELA8pzGpC+W9OEd1Z/ZqoQ==}
|
|
|
+ cpu: [arm64]
|
|
|
+ os: [freebsd]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-freebsd-x64@4.28.1:
|
|
|
resolution: {integrity: sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==}
|
|
|
cpu: [x64]
|
|
|
@@ -6758,6 +6878,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-freebsd-x64@4.40.2:
|
|
|
+ resolution: {integrity: sha512-C+AyHBzfpsOEYRFjztcYUFsH4S7UsE9cDtHCtma5BK8+ydOZYgMmWg1d/4KBytQspJCld8ZIujFMAdKG1xyr4Q==}
|
|
|
+ cpu: [x64]
|
|
|
+ os: [freebsd]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-linux-arm-gnueabihf@4.28.1:
|
|
|
resolution: {integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==}
|
|
|
cpu: [arm]
|
|
|
@@ -6767,6 +6895,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-linux-arm-gnueabihf@4.40.2:
|
|
|
+ resolution: {integrity: sha512-de6TFZYIvJwRNjmW3+gaXiZ2DaWL5D5yGmSYzkdzjBDS3W+B9JQ48oZEsmMvemqjtAFzE16DIBLqd6IQQRuG9Q==}
|
|
|
+ cpu: [arm]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-linux-arm-musleabihf@4.28.1:
|
|
|
resolution: {integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==}
|
|
|
cpu: [arm]
|
|
|
@@ -6776,6 +6912,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-linux-arm-musleabihf@4.40.2:
|
|
|
+ resolution: {integrity: sha512-urjaEZubdIkacKc930hUDOfQPysezKla/O9qV+O89enqsqUmQm8Xj8O/vh0gHg4LYfv7Y7UsE3QjzLQzDYN1qg==}
|
|
|
+ cpu: [arm]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-linux-arm64-gnu@4.28.1:
|
|
|
resolution: {integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==}
|
|
|
cpu: [arm64]
|
|
|
@@ -6785,6 +6929,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-linux-arm64-gnu@4.40.2:
|
|
|
+ resolution: {integrity: sha512-KlE8IC0HFOC33taNt1zR8qNlBYHj31qGT1UqWqtvR/+NuCVhfufAq9fxO8BMFC22Wu0rxOwGVWxtCMvZVLmhQg==}
|
|
|
+ cpu: [arm64]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-linux-arm64-musl@4.28.1:
|
|
|
resolution: {integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==}
|
|
|
cpu: [arm64]
|
|
|
@@ -6794,6 +6946,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-linux-arm64-musl@4.40.2:
|
|
|
+ resolution: {integrity: sha512-j8CgxvfM0kbnhu4XgjnCWJQyyBOeBI1Zq91Z850aUddUmPeQvuAy6OiMdPS46gNFgy8gN1xkYyLgwLYZG3rBOg==}
|
|
|
+ cpu: [arm64]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-linux-loongarch64-gnu@4.28.1:
|
|
|
resolution: {integrity: sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==}
|
|
|
cpu: [loong64]
|
|
|
@@ -6803,6 +6963,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-linux-loongarch64-gnu@4.40.2:
|
|
|
+ resolution: {integrity: sha512-Ybc/1qUampKuRF4tQXc7G7QY9YRyeVSykfK36Y5Qc5dmrIxwFhrOzqaVTNoZygqZ1ZieSWTibfFhQ5qK8jpWxw==}
|
|
|
+ cpu: [loong64]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-linux-powerpc64le-gnu@4.28.1:
|
|
|
resolution: {integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==}
|
|
|
cpu: [ppc64]
|
|
|
@@ -6812,6 +6980,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-linux-powerpc64le-gnu@4.40.2:
|
|
|
+ resolution: {integrity: sha512-3FCIrnrt03CCsZqSYAOW/k9n625pjpuMzVfeI+ZBUSDT3MVIFDSPfSUgIl9FqUftxcUXInvFah79hE1c9abD+Q==}
|
|
|
+ cpu: [ppc64]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-linux-riscv64-gnu@4.28.1:
|
|
|
resolution: {integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==}
|
|
|
cpu: [riscv64]
|
|
|
@@ -6821,6 +6997,22 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-linux-riscv64-gnu@4.40.2:
|
|
|
+ resolution: {integrity: sha512-QNU7BFHEvHMp2ESSY3SozIkBPaPBDTsfVNGx3Xhv+TdvWXFGOSH2NJvhD1zKAT6AyuuErJgbdvaJhYVhVqrWTg==}
|
|
|
+ cpu: [riscv64]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
+ /@rollup/rollup-linux-riscv64-musl@4.40.2:
|
|
|
+ resolution: {integrity: sha512-5W6vNYkhgfh7URiXTO1E9a0cy4fSgfE4+Hl5agb/U1sa0kjOLMLC1wObxwKxecE17j0URxuTrYZZME4/VH57Hg==}
|
|
|
+ cpu: [riscv64]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-linux-s390x-gnu@4.28.1:
|
|
|
resolution: {integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==}
|
|
|
cpu: [s390x]
|
|
|
@@ -6830,6 +7022,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-linux-s390x-gnu@4.40.2:
|
|
|
+ resolution: {integrity: sha512-B7LKIz+0+p348JoAL4X/YxGx9zOx3sR+o6Hj15Y3aaApNfAshK8+mWZEf759DXfRLeL2vg5LYJBB7DdcleYCoQ==}
|
|
|
+ cpu: [s390x]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-linux-x64-gnu@4.28.1:
|
|
|
resolution: {integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==}
|
|
|
cpu: [x64]
|
|
|
@@ -6839,6 +7039,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-linux-x64-gnu@4.40.2:
|
|
|
+ resolution: {integrity: sha512-lG7Xa+BmBNwpjmVUbmyKxdQJ3Q6whHjMjzQplOs5Z+Gj7mxPtWakGHqzMqNER68G67kmCX9qX57aRsW5V0VOng==}
|
|
|
+ cpu: [x64]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-linux-x64-musl@4.28.1:
|
|
|
resolution: {integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==}
|
|
|
cpu: [x64]
|
|
|
@@ -6848,6 +7056,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-linux-x64-musl@4.40.2:
|
|
|
+ resolution: {integrity: sha512-tD46wKHd+KJvsmije4bUskNuvWKFcTOIM9tZ/RrmIvcXnbi0YK/cKS9FzFtAm7Oxi2EhV5N2OpfFB348vSQRXA==}
|
|
|
+ cpu: [x64]
|
|
|
+ os: [linux]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-win32-arm64-msvc@4.28.1:
|
|
|
resolution: {integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==}
|
|
|
cpu: [arm64]
|
|
|
@@ -6856,6 +7072,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-win32-arm64-msvc@4.40.2:
|
|
|
+ resolution: {integrity: sha512-Bjv/HG8RRWLNkXwQQemdsWw4Mg+IJ29LK+bJPW2SCzPKOUaMmPEppQlu/Fqk1d7+DX3V7JbFdbkh/NMmurT6Pg==}
|
|
|
+ cpu: [arm64]
|
|
|
+ os: [win32]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-win32-ia32-msvc@4.28.1:
|
|
|
resolution: {integrity: sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==}
|
|
|
cpu: [ia32]
|
|
|
@@ -6864,6 +7088,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-win32-ia32-msvc@4.40.2:
|
|
|
+ resolution: {integrity: sha512-dt1llVSGEsGKvzeIO76HToiYPNPYPkmjhMHhP00T9S4rDern8P2ZWvWAQUEJ+R1UdMWJ/42i/QqJ2WV765GZcA==}
|
|
|
+ cpu: [ia32]
|
|
|
+ os: [win32]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rollup/rollup-win32-x64-msvc@4.28.1:
|
|
|
resolution: {integrity: sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==}
|
|
|
cpu: [x64]
|
|
|
@@ -6872,6 +7104,14 @@ packages:
|
|
|
dev: true
|
|
|
optional: true
|
|
|
|
|
|
+ /@rollup/rollup-win32-x64-msvc@4.40.2:
|
|
|
+ resolution: {integrity: sha512-bwspbWB04XJpeElvsp+DCylKfF4trJDa2Y9Go8O6A7YLX2LIKGcNK/CYImJN6ZP4DcuOHB4Utl3iCbnR62DudA==}
|
|
|
+ cpu: [x64]
|
|
|
+ os: [win32]
|
|
|
+ requiresBuild: true
|
|
|
+ dev: true
|
|
|
+ optional: true
|
|
|
+
|
|
|
/@rsbuild/core@1.1.13:
|
|
|
resolution: {integrity: sha512-XBL2hrin8731W6iTGGL+x3cv07n4vm2D7u6XHRwtQkRfySzAqGx7ThlQLdNX/dJwfsoQrYQuWl/qzaljjXtGtg==}
|
|
|
engines: {node: '>=16.7.0'}
|
|
|
@@ -7744,6 +7984,35 @@ packages:
|
|
|
resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==}
|
|
|
dev: true
|
|
|
|
|
|
+ /@types/babel__core@7.20.5:
|
|
|
+ resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
|
|
|
+ dependencies:
|
|
|
+ '@babel/parser': 7.27.0
|
|
|
+ '@babel/types': 7.27.0
|
|
|
+ '@types/babel__generator': 7.27.0
|
|
|
+ '@types/babel__template': 7.4.4
|
|
|
+ '@types/babel__traverse': 7.20.7
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@types/babel__generator@7.27.0:
|
|
|
+ resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.27.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@types/babel__template@7.4.4:
|
|
|
+ resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
|
|
|
+ dependencies:
|
|
|
+ '@babel/parser': 7.27.0
|
|
|
+ '@babel/types': 7.27.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@types/babel__traverse@7.20.7:
|
|
|
+ resolution: {integrity: sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.27.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@types/bezier-js@4.1.3:
|
|
|
resolution: {integrity: sha512-FNVVCu5mx/rJCWBxLTcL7oOajmGtWtBTDjq6DSUWUI12GeePivrZZXz+UgE0D6VYsLEjvExRO03z4hVtu3pTEQ==}
|
|
|
dev: true
|
|
|
@@ -8367,6 +8636,22 @@ packages:
|
|
|
/@ungap/structured-clone@1.2.1:
|
|
|
resolution: {integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==}
|
|
|
|
|
|
+ /@vitejs/plugin-react@4.4.1(vite@6.3.5):
|
|
|
+ resolution: {integrity: sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w==}
|
|
|
+ engines: {node: ^14.18.0 || >=16.0.0}
|
|
|
+ peerDependencies:
|
|
|
+ vite: ^4.2.0 || ^5.0.0 || ^6.0.0
|
|
|
+ dependencies:
|
|
|
+ '@babel/core': 7.26.10
|
|
|
+ '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.26.10)
|
|
|
+ '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.26.10)
|
|
|
+ '@types/babel__core': 7.20.5
|
|
|
+ react-refresh: 0.17.0
|
|
|
+ vite: 6.3.5(@types/node@18.19.68)(less@4.3.0)
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@vitest/coverage-v8@0.32.4(vitest@0.34.6):
|
|
|
resolution: {integrity: sha512-itiCYY3TmWEK+5wnFBoNr0ZA+adACp7Op1r2TeX5dPOgU2See7+Gx2NlK2lVMHVxfPsu5z9jszKa3i//eR+hqg==}
|
|
|
peerDependencies:
|
|
|
@@ -10702,6 +10987,17 @@ packages:
|
|
|
dependencies:
|
|
|
picomatch: 4.0.2
|
|
|
|
|
|
+ /fdir@6.4.4(picomatch@4.0.2):
|
|
|
+ resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==}
|
|
|
+ peerDependencies:
|
|
|
+ picomatch: ^3 || ^4
|
|
|
+ peerDependenciesMeta:
|
|
|
+ picomatch:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ picomatch: 4.0.2
|
|
|
+ dev: true
|
|
|
+
|
|
|
/fetch-blob@3.2.0:
|
|
|
resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
|
|
|
engines: {node: ^12.20 || >= 14.13}
|
|
|
@@ -12062,6 +12358,24 @@ packages:
|
|
|
source-map: 0.6.1
|
|
|
dev: true
|
|
|
|
|
|
+ /less@4.3.0:
|
|
|
+ resolution: {integrity: sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==}
|
|
|
+ engines: {node: '>=14'}
|
|
|
+ hasBin: true
|
|
|
+ dependencies:
|
|
|
+ copy-anything: 2.0.6
|
|
|
+ parse-node-version: 1.0.1
|
|
|
+ tslib: 2.8.1
|
|
|
+ optionalDependencies:
|
|
|
+ errno: 0.1.8
|
|
|
+ graceful-fs: 4.2.11
|
|
|
+ image-size: 0.5.5
|
|
|
+ make-dir: 2.1.0
|
|
|
+ mime: 1.6.0
|
|
|
+ needle: 3.3.1
|
|
|
+ source-map: 0.6.1
|
|
|
+ dev: true
|
|
|
+
|
|
|
/levn@0.4.1:
|
|
|
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
|
|
engines: {node: '>= 0.8.0'}
|
|
|
@@ -13973,6 +14287,15 @@ packages:
|
|
|
picocolors: 1.1.1
|
|
|
source-map-js: 1.2.1
|
|
|
|
|
|
+ /postcss@8.5.3:
|
|
|
+ resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14}
|
|
|
+ dependencies:
|
|
|
+ nanoid: 3.3.8
|
|
|
+ picocolors: 1.1.1
|
|
|
+ source-map-js: 1.2.1
|
|
|
+ dev: true
|
|
|
+
|
|
|
/prelude-ls@1.2.1:
|
|
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
|
engines: {node: '>= 0.8.0'}
|
|
|
@@ -14199,6 +14522,11 @@ packages:
|
|
|
resolution: {integrity: sha512-FPvF2XxTSikpJxcr+bHut2H4gJ17+18Uy20D5/F+SKzFap62R3cM5wH6b8WN3LyGSYeQilLEcJcR1fjBSI2S1A==}
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
+ /react-refresh@0.17.0:
|
|
|
+ resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
|
|
|
+ engines: {node: '>=0.10.0'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/react-resizable@3.0.5(react-dom@18.3.1)(react@18.3.1):
|
|
|
resolution: {integrity: sha512-vKpeHhI5OZvYn82kXOs1bC8aOXktGU5AmKAgaZS4F5JPburCtbmDPqE7Pzp+1kN4+Wb81LlF33VpGwWwtXem+w==}
|
|
|
peerDependencies:
|
|
|
@@ -14660,6 +14988,36 @@ packages:
|
|
|
fsevents: 2.3.3
|
|
|
dev: true
|
|
|
|
|
|
+ /rollup@4.40.2:
|
|
|
+ resolution: {integrity: sha512-tfUOg6DTP4rhQ3VjOO6B4wyrJnGOX85requAXvqYTHsOgb2TFJdZ3aWpT8W2kPoypSGP7dZUyzxJ9ee4buM5Fg==}
|
|
|
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
|
+ hasBin: true
|
|
|
+ dependencies:
|
|
|
+ '@types/estree': 1.0.7
|
|
|
+ optionalDependencies:
|
|
|
+ '@rollup/rollup-android-arm-eabi': 4.40.2
|
|
|
+ '@rollup/rollup-android-arm64': 4.40.2
|
|
|
+ '@rollup/rollup-darwin-arm64': 4.40.2
|
|
|
+ '@rollup/rollup-darwin-x64': 4.40.2
|
|
|
+ '@rollup/rollup-freebsd-arm64': 4.40.2
|
|
|
+ '@rollup/rollup-freebsd-x64': 4.40.2
|
|
|
+ '@rollup/rollup-linux-arm-gnueabihf': 4.40.2
|
|
|
+ '@rollup/rollup-linux-arm-musleabihf': 4.40.2
|
|
|
+ '@rollup/rollup-linux-arm64-gnu': 4.40.2
|
|
|
+ '@rollup/rollup-linux-arm64-musl': 4.40.2
|
|
|
+ '@rollup/rollup-linux-loongarch64-gnu': 4.40.2
|
|
|
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.40.2
|
|
|
+ '@rollup/rollup-linux-riscv64-gnu': 4.40.2
|
|
|
+ '@rollup/rollup-linux-riscv64-musl': 4.40.2
|
|
|
+ '@rollup/rollup-linux-s390x-gnu': 4.40.2
|
|
|
+ '@rollup/rollup-linux-x64-gnu': 4.40.2
|
|
|
+ '@rollup/rollup-linux-x64-musl': 4.40.2
|
|
|
+ '@rollup/rollup-win32-arm64-msvc': 4.40.2
|
|
|
+ '@rollup/rollup-win32-ia32-msvc': 4.40.2
|
|
|
+ '@rollup/rollup-win32-x64-msvc': 4.40.2
|
|
|
+ fsevents: 2.3.3
|
|
|
+ dev: true
|
|
|
+
|
|
|
/rrweb-cssom@0.6.0:
|
|
|
resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==}
|
|
|
dev: true
|
|
|
@@ -15651,6 +16009,14 @@ packages:
|
|
|
fdir: 6.4.2(picomatch@4.0.2)
|
|
|
picomatch: 4.0.2
|
|
|
|
|
|
+ /tinyglobby@0.2.13:
|
|
|
+ resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==}
|
|
|
+ engines: {node: '>=12.0.0'}
|
|
|
+ dependencies:
|
|
|
+ fdir: 6.4.4(picomatch@4.0.2)
|
|
|
+ picomatch: 4.0.2
|
|
|
+ dev: true
|
|
|
+
|
|
|
/tinypool@0.7.0:
|
|
|
resolution: {integrity: sha512-zSYNUlYSMhJ6Zdou4cJwo/p7w5nmAH17GRfU/ui3ctvjXFErXXkruT4MWW6poDeXgCaIBlGLrfU6TbTXxyGMww==}
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
@@ -16279,6 +16645,58 @@ packages:
|
|
|
fsevents: 2.3.3
|
|
|
dev: true
|
|
|
|
|
|
+ /vite@6.3.5(@types/node@18.19.68)(less@4.3.0):
|
|
|
+ resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==}
|
|
|
+ engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
|
+ hasBin: true
|
|
|
+ peerDependencies:
|
|
|
+ '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
|
|
+ jiti: '>=1.21.0'
|
|
|
+ less: '*'
|
|
|
+ lightningcss: ^1.21.0
|
|
|
+ sass: '*'
|
|
|
+ sass-embedded: '*'
|
|
|
+ stylus: '*'
|
|
|
+ sugarss: '*'
|
|
|
+ terser: ^5.16.0
|
|
|
+ tsx: ^4.8.1
|
|
|
+ yaml: ^2.4.2
|
|
|
+ peerDependenciesMeta:
|
|
|
+ '@types/node':
|
|
|
+ optional: true
|
|
|
+ jiti:
|
|
|
+ optional: true
|
|
|
+ less:
|
|
|
+ optional: true
|
|
|
+ lightningcss:
|
|
|
+ optional: true
|
|
|
+ sass:
|
|
|
+ optional: true
|
|
|
+ sass-embedded:
|
|
|
+ optional: true
|
|
|
+ stylus:
|
|
|
+ optional: true
|
|
|
+ sugarss:
|
|
|
+ optional: true
|
|
|
+ terser:
|
|
|
+ optional: true
|
|
|
+ tsx:
|
|
|
+ optional: true
|
|
|
+ yaml:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ '@types/node': 18.19.68
|
|
|
+ esbuild: 0.25.4
|
|
|
+ fdir: 6.4.4(picomatch@4.0.2)
|
|
|
+ less: 4.3.0
|
|
|
+ picomatch: 4.0.2
|
|
|
+ postcss: 8.5.3
|
|
|
+ rollup: 4.40.2
|
|
|
+ tinyglobby: 0.2.13
|
|
|
+ optionalDependencies:
|
|
|
+ fsevents: 2.3.3
|
|
|
+ dev: true
|
|
|
+
|
|
|
/vitest@0.34.6(jsdom@22.1.0):
|
|
|
resolution: {integrity: sha512-+5CALsOvbNKnS+ZHMXtuUC7nL8/7F1F2DnHGjSsszX8zCjWSSviphCb/NuS9Nzf4Q03KyyDRBAXhF/8lffME4Q==}
|
|
|
engines: {node: '>=v14.18.0'}
|