creates video voice memos from audio clips; with bluesky integration. trill.ptr.pet

build: fix nix package

ptr.pet 443a0711 050be2bc

verified
Changed files
+22 -1363
nix
+19 -14
nix/default.nix
···
nodejs,
makeBinaryWrapper,
memos-modules,
-
PUBLIC_DOMAIN ? "http://localhost:5173",
+
VITE_OAUTH_REDIRECT_URL ? "http://127.0.0.1:3000",
+
VITE_OAUTH_CLIENT_ID ? "http://localhost:3000",
+
VITE_CLIENT_URI ? VITE_OAUTH_CLIENT_ID,
}:
stdenv.mkDerivation {
-
name = "memos";
+
name = "trill";
src = lib.fileset.toSource {
root = ../.;
fileset = lib.fileset.unions [
../src
-
../static
+
../index.html
../deno.lock
../package.json
-
../svelte.config.js
../tsconfig.json
../vite.config.ts
+
../postcss.config.cjs
+
../panda.config.ts
];
};
-
nativeBuildInputs = [makeBinaryWrapper];
-
buildInputs = [deno];
+
nativeBuildInputs = [ makeBinaryWrapper ];
+
buildInputs = [ deno ];
-
inherit PUBLIC_DOMAIN;
+
inherit
+
VITE_OAUTH_REDIRECT_URL
+
VITE_OAUTH_CLIENT_ID
+
VITE_CLIENT_URI
+
;
dontCheck = true;
···
runHook preConfigure
cp -R --no-preserve=ownership ${memos-modules} node_modules
find node_modules -type d -exec chmod 755 {} \;
-
substituteInPlace node_modules/.bin/vite \
-
--replace-fail "/usr/bin/env node" "${nodejs}/bin/node"
+
substituteInPlace node_modules/.bin/* \
+
--replace "/usr/bin/env node" "${nodejs}/bin/node"
+
./node_modules/.bin/panda codegen
runHook postConfigure
'';
buildPhase = ''
···
'';
installPhase = ''
runHook preInstall
-
-
mkdir -p $out/bin
-
cp -R ./build/* $out
-
# cp -R ./node_modules $out
-
+
mkdir -p $out
+
cp -R ./dist/* $out
runHook postInstall
'';
}
+3 -3
nix/modules.nix
···
deno,
}:
stdenv.mkDerivation {
-
name = "memos-modules";
+
name = "trill-modules";
src = lib.fileset.toSource {
root = ../.;
···
];
};
-
outputHash = "sha256-s5rq8htDjR0I8MxPtLq1NYIywXGEdYbZZvE7I5+TCIU=";
+
outputHash = "sha256-xWXPFCV7rXsMQLVNLl0YoCOeIYsQJaT/wLfVrFzjsZ4=";
outputHashAlgo = "sha256";
outputHashMode = "recursive";
-
nativeBuildInputs = [deno];
+
nativeBuildInputs = [ deno ];
dontConfigure = true;
dontCheck = true;
-1346
pnpm-lock.yaml
···
-
lockfileVersion: '9.0'
-
-
settings:
-
autoInstallPeers: true
-
excludeLinksFromLockfile: false
-
-
importers:
-
-
.:
-
dependencies:
-
solid-js:
-
specifier: ^1.9.5
-
version: 1.9.9
-
devDependencies:
-
solid-devtools:
-
specifier: ^0.34.3
-
version: 0.34.3(solid-js@1.9.9)(vite@7.1.10)
-
typescript:
-
specifier: ^5.7.2
-
version: 5.9.2
-
vite:
-
specifier: ^7.1.4
-
version: 7.1.10
-
vite-plugin-solid:
-
specifier: ^2.11.8
-
version: 2.11.9(solid-js@1.9.9)(vite@7.1.10)
-
-
packages:
-
-
'@babel/code-frame@7.27.1':
-
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/compat-data@7.28.4':
-
resolution: {integrity: sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/core@7.28.4':
-
resolution: {integrity: sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/generator@7.28.3':
-
resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/helper-compilation-targets@7.27.2':
-
resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/helper-globals@7.28.0':
-
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/helper-module-imports@7.18.6':
-
resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/helper-module-imports@7.27.1':
-
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/helper-module-transforms@7.28.3':
-
resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==}
-
engines: {node: '>=6.9.0'}
-
peerDependencies:
-
'@babel/core': ^7.0.0
-
-
'@babel/helper-plugin-utils@7.27.1':
-
resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/helper-string-parser@7.27.1':
-
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/helper-validator-identifier@7.27.1':
-
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/helper-validator-option@7.27.1':
-
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/helpers@7.28.4':
-
resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/parser@7.28.4':
-
resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==}
-
engines: {node: '>=6.0.0'}
-
hasBin: true
-
-
'@babel/plugin-syntax-jsx@7.27.1':
-
resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
-
engines: {node: '>=6.9.0'}
-
peerDependencies:
-
'@babel/core': ^7.0.0-0
-
-
'@babel/plugin-syntax-typescript@7.27.1':
-
resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==}
-
engines: {node: '>=6.9.0'}
-
peerDependencies:
-
'@babel/core': ^7.0.0-0
-
-
'@babel/template@7.27.2':
-
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/traverse@7.28.4':
-
resolution: {integrity: sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/types@7.28.4':
-
resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
-
engines: {node: '>=6.9.0'}
-
-
'@esbuild/aix-ppc64@0.25.11':
-
resolution: {integrity: sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==}
-
engines: {node: '>=18'}
-
cpu: [ppc64]
-
os: [aix]
-
-
'@esbuild/android-arm64@0.25.11':
-
resolution: {integrity: sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [android]
-
-
'@esbuild/android-arm@0.25.11':
-
resolution: {integrity: sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==}
-
engines: {node: '>=18'}
-
cpu: [arm]
-
os: [android]
-
-
'@esbuild/android-x64@0.25.11':
-
resolution: {integrity: sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [android]
-
-
'@esbuild/darwin-arm64@0.25.11':
-
resolution: {integrity: sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [darwin]
-
-
'@esbuild/darwin-x64@0.25.11':
-
resolution: {integrity: sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [darwin]
-
-
'@esbuild/freebsd-arm64@0.25.11':
-
resolution: {integrity: sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [freebsd]
-
-
'@esbuild/freebsd-x64@0.25.11':
-
resolution: {integrity: sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [freebsd]
-
-
'@esbuild/linux-arm64@0.25.11':
-
resolution: {integrity: sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [linux]
-
-
'@esbuild/linux-arm@0.25.11':
-
resolution: {integrity: sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==}
-
engines: {node: '>=18'}
-
cpu: [arm]
-
os: [linux]
-
-
'@esbuild/linux-ia32@0.25.11':
-
resolution: {integrity: sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==}
-
engines: {node: '>=18'}
-
cpu: [ia32]
-
os: [linux]
-
-
'@esbuild/linux-loong64@0.25.11':
-
resolution: {integrity: sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==}
-
engines: {node: '>=18'}
-
cpu: [loong64]
-
os: [linux]
-
-
'@esbuild/linux-mips64el@0.25.11':
-
resolution: {integrity: sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==}
-
engines: {node: '>=18'}
-
cpu: [mips64el]
-
os: [linux]
-
-
'@esbuild/linux-ppc64@0.25.11':
-
resolution: {integrity: sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==}
-
engines: {node: '>=18'}
-
cpu: [ppc64]
-
os: [linux]
-
-
'@esbuild/linux-riscv64@0.25.11':
-
resolution: {integrity: sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==}
-
engines: {node: '>=18'}
-
cpu: [riscv64]
-
os: [linux]
-
-
'@esbuild/linux-s390x@0.25.11':
-
resolution: {integrity: sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==}
-
engines: {node: '>=18'}
-
cpu: [s390x]
-
os: [linux]
-
-
'@esbuild/linux-x64@0.25.11':
-
resolution: {integrity: sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [linux]
-
-
'@esbuild/netbsd-arm64@0.25.11':
-
resolution: {integrity: sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [netbsd]
-
-
'@esbuild/netbsd-x64@0.25.11':
-
resolution: {integrity: sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [netbsd]
-
-
'@esbuild/openbsd-arm64@0.25.11':
-
resolution: {integrity: sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [openbsd]
-
-
'@esbuild/openbsd-x64@0.25.11':
-
resolution: {integrity: sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [openbsd]
-
-
'@esbuild/openharmony-arm64@0.25.11':
-
resolution: {integrity: sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [openharmony]
-
-
'@esbuild/sunos-x64@0.25.11':
-
resolution: {integrity: sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [sunos]
-
-
'@esbuild/win32-arm64@0.25.11':
-
resolution: {integrity: sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [win32]
-
-
'@esbuild/win32-ia32@0.25.11':
-
resolution: {integrity: sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==}
-
engines: {node: '>=18'}
-
cpu: [ia32]
-
os: [win32]
-
-
'@esbuild/win32-x64@0.25.11':
-
resolution: {integrity: sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [win32]
-
-
'@jridgewell/gen-mapping@0.3.13':
-
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
-
-
'@jridgewell/remapping@2.3.5':
-
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
-
-
'@jridgewell/resolve-uri@3.1.2':
-
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
-
engines: {node: '>=6.0.0'}
-
-
'@jridgewell/sourcemap-codec@1.5.5':
-
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
-
-
'@jridgewell/trace-mapping@0.3.30':
-
resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
-
-
'@nothing-but/utils@0.17.0':
-
resolution: {integrity: sha512-TuCHcHLOqDL0SnaAxACfuRHBNRgNJcNn9X0GiH5H3YSDBVquCr3qEIG3FOQAuMyZCbu9w8nk2CHhOsn7IvhIwQ==}
-
-
'@rollup/rollup-android-arm-eabi@4.52.5':
-
resolution: {integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==}
-
cpu: [arm]
-
os: [android]
-
-
'@rollup/rollup-android-arm64@4.52.5':
-
resolution: {integrity: sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==}
-
cpu: [arm64]
-
os: [android]
-
-
'@rollup/rollup-darwin-arm64@4.52.5':
-
resolution: {integrity: sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==}
-
cpu: [arm64]
-
os: [darwin]
-
-
'@rollup/rollup-darwin-x64@4.52.5':
-
resolution: {integrity: sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==}
-
cpu: [x64]
-
os: [darwin]
-
-
'@rollup/rollup-freebsd-arm64@4.52.5':
-
resolution: {integrity: sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==}
-
cpu: [arm64]
-
os: [freebsd]
-
-
'@rollup/rollup-freebsd-x64@4.52.5':
-
resolution: {integrity: sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==}
-
cpu: [x64]
-
os: [freebsd]
-
-
'@rollup/rollup-linux-arm-gnueabihf@4.52.5':
-
resolution: {integrity: sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==}
-
cpu: [arm]
-
os: [linux]
-
-
'@rollup/rollup-linux-arm-musleabihf@4.52.5':
-
resolution: {integrity: sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==}
-
cpu: [arm]
-
os: [linux]
-
-
'@rollup/rollup-linux-arm64-gnu@4.52.5':
-
resolution: {integrity: sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==}
-
cpu: [arm64]
-
os: [linux]
-
-
'@rollup/rollup-linux-arm64-musl@4.52.5':
-
resolution: {integrity: sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==}
-
cpu: [arm64]
-
os: [linux]
-
-
'@rollup/rollup-linux-loong64-gnu@4.52.5':
-
resolution: {integrity: sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==}
-
cpu: [loong64]
-
os: [linux]
-
-
'@rollup/rollup-linux-ppc64-gnu@4.52.5':
-
resolution: {integrity: sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==}
-
cpu: [ppc64]
-
os: [linux]
-
-
'@rollup/rollup-linux-riscv64-gnu@4.52.5':
-
resolution: {integrity: sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==}
-
cpu: [riscv64]
-
os: [linux]
-
-
'@rollup/rollup-linux-riscv64-musl@4.52.5':
-
resolution: {integrity: sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==}
-
cpu: [riscv64]
-
os: [linux]
-
-
'@rollup/rollup-linux-s390x-gnu@4.52.5':
-
resolution: {integrity: sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==}
-
cpu: [s390x]
-
os: [linux]
-
-
'@rollup/rollup-linux-x64-gnu@4.52.5':
-
resolution: {integrity: sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==}
-
cpu: [x64]
-
os: [linux]
-
-
'@rollup/rollup-linux-x64-musl@4.52.5':
-
resolution: {integrity: sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==}
-
cpu: [x64]
-
os: [linux]
-
-
'@rollup/rollup-openharmony-arm64@4.52.5':
-
resolution: {integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==}
-
cpu: [arm64]
-
os: [openharmony]
-
-
'@rollup/rollup-win32-arm64-msvc@4.52.5':
-
resolution: {integrity: sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==}
-
cpu: [arm64]
-
os: [win32]
-
-
'@rollup/rollup-win32-ia32-msvc@4.52.5':
-
resolution: {integrity: sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==}
-
cpu: [ia32]
-
os: [win32]
-
-
'@rollup/rollup-win32-x64-gnu@4.52.5':
-
resolution: {integrity: sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==}
-
cpu: [x64]
-
os: [win32]
-
-
'@rollup/rollup-win32-x64-msvc@4.52.5':
-
resolution: {integrity: sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==}
-
cpu: [x64]
-
os: [win32]
-
-
'@solid-devtools/debugger@0.28.1':
-
resolution: {integrity: sha512-6qIUI6VYkXoRnL8oF5bvh2KgH71qlJ18hNw/mwSyY6v48eb80ZR48/5PDXufUa3q+MBSuYa1uqTMwLewpay9eg==}
-
peerDependencies:
-
solid-js: ^1.9.0
-
-
'@solid-devtools/shared@0.20.0':
-
resolution: {integrity: sha512-o5TACmUOQsxpzpOKCjbQqGk8wL8PMi+frXG9WNu4Lh3PQVUB6hs95Kl/S8xc++zwcMguUKZJn8h5URUiMOca6Q==}
-
peerDependencies:
-
solid-js: ^1.9.0
-
-
'@solid-primitives/bounds@0.1.3':
-
resolution: {integrity: sha512-UbiyKMdSPmtijcEDnYLQL3zzaejpwWDAJJ4Gt5P0hgVs6A72piov0GyNw7V2SroH7NZFwxlYS22YmOr8A5xc1Q==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@solid-primitives/event-listener@2.4.3':
-
resolution: {integrity: sha512-h4VqkYFv6Gf+L7SQj+Y6puigL/5DIi7x5q07VZET7AWcS+9/G3WfIE9WheniHWJs51OEkRB43w6lDys5YeFceg==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@solid-primitives/keyboard@1.3.3':
-
resolution: {integrity: sha512-9dQHTTgLBqyAI7aavtO+HnpTVJgWQA1ghBSrmLtMu1SMxLPDuLfuNr+Tk5udb4AL4Ojg7h9JrKOGEEDqsJXWJA==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@solid-primitives/media@2.3.3':
-
resolution: {integrity: sha512-hQ4hLOGvfbugQi5Eu1BFWAIJGIAzztq9x0h02xgBGl2l0Jaa3h7tg6bz5tV1NSuNYVGio4rPoa7zVQQLkkx9dA==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@solid-primitives/refs@1.1.2':
-
resolution: {integrity: sha512-K7tf2thy7L+YJjdqXspXOg5xvNEOH8tgEWsp0+1mQk3obHBRD6hEjYZk7p7FlJphSZImS35je3UfmWuD7MhDfg==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@solid-primitives/resize-observer@2.1.3':
-
resolution: {integrity: sha512-zBLje5E06TgOg93S7rGPldmhDnouNGhvfZVKOp+oG2XU8snA+GoCSSCz1M+jpNAg5Ek2EakU5UVQqL152WmdXQ==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@solid-primitives/rootless@1.5.2':
-
resolution: {integrity: sha512-9HULb0QAzL2r47CCad0M+NKFtQ+LrGGNHZfteX/ThdGvKIg2o2GYhBooZubTCd/RTu2l2+Nw4s+dEfiDGvdrrQ==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@solid-primitives/scheduled@1.5.2':
-
resolution: {integrity: sha512-/j2igE0xyNaHhj6kMfcUQn5rAVSTLbAX+CDEBm25hSNBmNiHLu2lM7Usj2kJJ5j36D67bE8wR1hBNA8hjtvsQA==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@solid-primitives/static-store@0.1.2':
-
resolution: {integrity: sha512-ReK+5O38lJ7fT+L6mUFvUr6igFwHBESZF+2Ug842s7fvlVeBdIVEdTCErygff6w7uR6+jrr7J8jQo+cYrEq4Iw==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@solid-primitives/styles@0.1.2':
-
resolution: {integrity: sha512-7iX5K+J5b1PRrbgw3Ki92uvU2LgQ0Kd/QMsrAZxDg5dpUBwMyTijZkA3bbs1ikZsT1oQhS41bTyKbjrXeU0Awg==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@solid-primitives/utils@6.3.2':
-
resolution: {integrity: sha512-hZ/M/qr25QOCcwDPOHtGjxTD8w2mNyVAYvcfgwzBHq2RwNqHNdDNsMZYap20+ruRwW4A3Cdkczyoz0TSxLCAPQ==}
-
peerDependencies:
-
solid-js: ^1.6.12
-
-
'@types/babel__core@7.20.5':
-
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
-
-
'@types/babel__generator@7.27.0':
-
resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
-
-
'@types/babel__template@7.4.4':
-
resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
-
-
'@types/babel__traverse@7.28.0':
-
resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
-
-
'@types/estree@1.0.8':
-
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
-
-
babel-plugin-jsx-dom-expressions@0.40.1:
-
resolution: {integrity: sha512-b4iHuirqK7RgaMzB2Lsl7MqrlDgQtVRSSazyrmx7wB3T759ggGjod5Rkok5MfHjQXhR7tRPmdwoeGPqBnW2KfA==}
-
peerDependencies:
-
'@babel/core': ^7.20.12
-
-
babel-preset-solid@1.9.9:
-
resolution: {integrity: sha512-pCnxWrciluXCeli/dj5PIEHgbNzim3evtTn12snjqqg8QZWJNMjH1AWIp4iG/tbVjqQ72aBEymMSagvmgxubXw==}
-
peerDependencies:
-
'@babel/core': ^7.0.0
-
solid-js: ^1.9.8
-
peerDependenciesMeta:
-
solid-js:
-
optional: true
-
-
browserslist@4.25.4:
-
resolution: {integrity: sha512-4jYpcjabC606xJ3kw2QwGEZKX0Aw7sgQdZCvIK9dhVSPh76BKo+C+btT1RRofH7B+8iNpEbgGNVWiLki5q93yg==}
-
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
-
hasBin: true
-
-
caniuse-lite@1.0.30001741:
-
resolution: {integrity: sha512-QGUGitqsc8ARjLdgAfxETDhRbJ0REsP6O3I96TAth/mVjh2cYzN2u+3AzPP3aVSm2FehEItaJw1xd+IGBXWeSw==}
-
-
convert-source-map@2.0.0:
-
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
-
-
csstype@3.1.3:
-
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
-
-
debug@4.4.1:
-
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
-
engines: {node: '>=6.0'}
-
peerDependencies:
-
supports-color: '*'
-
peerDependenciesMeta:
-
supports-color:
-
optional: true
-
-
electron-to-chromium@1.5.214:
-
resolution: {integrity: sha512-TpvUNdha+X3ybfU78NoQatKvQEm1oq3lf2QbnmCEdw+Bd9RuIAY+hJTvq1avzHM0f7EJfnH3vbCnbzKzisc/9Q==}
-
-
entities@6.0.1:
-
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
-
engines: {node: '>=0.12'}
-
-
esbuild@0.25.11:
-
resolution: {integrity: sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==}
-
engines: {node: '>=18'}
-
hasBin: true
-
-
escalade@3.2.0:
-
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
-
engines: {node: '>=6'}
-
-
fdir@6.5.0:
-
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
-
engines: {node: '>=12.0.0'}
-
peerDependencies:
-
picomatch: ^3 || ^4
-
peerDependenciesMeta:
-
picomatch:
-
optional: true
-
-
fsevents@2.3.3:
-
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
-
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
-
os: [darwin]
-
-
gensync@1.0.0-beta.2:
-
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
-
engines: {node: '>=6.9.0'}
-
-
html-entities@2.3.3:
-
resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
-
-
is-what@4.1.16:
-
resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
-
engines: {node: '>=12.13'}
-
-
js-tokens@4.0.0:
-
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
-
-
jsesc@3.1.0:
-
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
-
engines: {node: '>=6'}
-
hasBin: true
-
-
json5@2.2.3:
-
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
-
engines: {node: '>=6'}
-
hasBin: true
-
-
lru-cache@5.1.1:
-
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
-
-
merge-anything@5.1.7:
-
resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==}
-
engines: {node: '>=12.13'}
-
-
ms@2.1.3:
-
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
-
-
nanoid@3.3.11:
-
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
-
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
-
hasBin: true
-
-
node-releases@2.0.20:
-
resolution: {integrity: sha512-7gK6zSXEH6neM212JgfYFXe+GmZQM+fia5SsusuBIUgnPheLFBmIPhtFoAQRj8/7wASYQnbDlHPVwY0BefoFgA==}
-
-
parse5@7.3.0:
-
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
-
-
picocolors@1.1.1:
-
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
-
-
picomatch@4.0.3:
-
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
-
engines: {node: '>=12'}
-
-
postcss@8.5.6:
-
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
-
engines: {node: ^10 || ^12 || >=14}
-
-
rollup@4.52.5:
-
resolution: {integrity: sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==}
-
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
-
hasBin: true
-
-
semver@6.3.1:
-
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
-
hasBin: true
-
-
seroval-plugins@1.3.3:
-
resolution: {integrity: sha512-16OL3NnUBw8JG1jBLUoZJsLnQq0n5Ua6aHalhJK4fMQkz1lqR7Osz1sA30trBtd9VUDc2NgkuRCn8+/pBwqZ+w==}
-
engines: {node: '>=10'}
-
peerDependencies:
-
seroval: ^1.0
-
-
seroval@1.3.2:
-
resolution: {integrity: sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==}
-
engines: {node: '>=10'}
-
-
solid-devtools@0.34.3:
-
resolution: {integrity: sha512-ZQua959n+Zu3sLbm9g0IRjYUb1YYlYbu83PWLRoKbSsq0a3ItQNhnS2OBU7rQNmOKZiMexNo9Z3izas9BcOKDg==}
-
peerDependencies:
-
solid-js: ^1.9.0
-
vite: ^2.2.3 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0
-
peerDependenciesMeta:
-
vite:
-
optional: true
-
-
solid-js@1.9.9:
-
resolution: {integrity: sha512-A0ZBPJQldAeGCTW0YRYJmt7RCeh5rbFfPZ2aOttgYnctHE7HgKeHCBB/PVc2P7eOfmNXqMFFFoYYdm3S4dcbkA==}
-
-
solid-refresh@0.6.3:
-
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
-
peerDependencies:
-
solid-js: ^1.3
-
-
source-map-js@1.2.1:
-
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
-
engines: {node: '>=0.10.0'}
-
-
tinyglobby@0.2.15:
-
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
-
engines: {node: '>=12.0.0'}
-
-
typescript@5.9.2:
-
resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
-
engines: {node: '>=14.17'}
-
hasBin: true
-
-
update-browserslist-db@1.1.3:
-
resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
-
hasBin: true
-
peerDependencies:
-
browserslist: '>= 4.21.0'
-
-
validate-html-nesting@1.2.3:
-
resolution: {integrity: sha512-kdkWdCl6eCeLlRShJKbjVOU2kFKxMF8Ghu50n+crEoyx+VKm3FxAxF9z4DCy6+bbTOqNW0+jcIYRnjoIRzigRw==}
-
-
vite-plugin-solid@2.11.9:
-
resolution: {integrity: sha512-bTA6p+bspXZsuulSd2y6aTzegF8xGaJYcq1Uyh/mv+W4DQtzCgL9nN6n2fsTaxp/dMk+ZHHKgGndlNeooqHLKw==}
-
peerDependencies:
-
'@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.*
-
solid-js: ^1.7.2
-
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
-
peerDependenciesMeta:
-
'@testing-library/jest-dom':
-
optional: true
-
-
vite@7.1.10:
-
resolution: {integrity: sha512-CmuvUBzVJ/e3HGxhg6cYk88NGgTnBoOo7ogtfJJ0fefUWAxN/WDSUa50o+oVBxuIhO8FoEZW0j2eW7sfjs5EtA==}
-
engines: {node: ^20.19.0 || >=22.12.0}
-
hasBin: true
-
peerDependencies:
-
'@types/node': ^20.19.0 || >=22.12.0
-
jiti: '>=1.21.0'
-
less: ^4.0.0
-
lightningcss: ^1.21.0
-
sass: ^1.70.0
-
sass-embedded: ^1.70.0
-
stylus: '>=0.54.8'
-
sugarss: ^5.0.0
-
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
-
-
vitefu@1.1.1:
-
resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==}
-
peerDependencies:
-
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0
-
peerDependenciesMeta:
-
vite:
-
optional: true
-
-
yallist@3.1.1:
-
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
-
-
snapshots:
-
-
'@babel/code-frame@7.27.1':
-
dependencies:
-
'@babel/helper-validator-identifier': 7.27.1
-
js-tokens: 4.0.0
-
picocolors: 1.1.1
-
-
'@babel/compat-data@7.28.4': {}
-
-
'@babel/core@7.28.4':
-
dependencies:
-
'@babel/code-frame': 7.27.1
-
'@babel/generator': 7.28.3
-
'@babel/helper-compilation-targets': 7.27.2
-
'@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4)
-
'@babel/helpers': 7.28.4
-
'@babel/parser': 7.28.4
-
'@babel/template': 7.27.2
-
'@babel/traverse': 7.28.4
-
'@babel/types': 7.28.4
-
'@jridgewell/remapping': 2.3.5
-
convert-source-map: 2.0.0
-
debug: 4.4.1
-
gensync: 1.0.0-beta.2
-
json5: 2.2.3
-
semver: 6.3.1
-
transitivePeerDependencies:
-
- supports-color
-
-
'@babel/generator@7.28.3':
-
dependencies:
-
'@babel/parser': 7.28.4
-
'@babel/types': 7.28.4
-
'@jridgewell/gen-mapping': 0.3.13
-
'@jridgewell/trace-mapping': 0.3.30
-
jsesc: 3.1.0
-
-
'@babel/helper-compilation-targets@7.27.2':
-
dependencies:
-
'@babel/compat-data': 7.28.4
-
'@babel/helper-validator-option': 7.27.1
-
browserslist: 4.25.4
-
lru-cache: 5.1.1
-
semver: 6.3.1
-
-
'@babel/helper-globals@7.28.0': {}
-
-
'@babel/helper-module-imports@7.18.6':
-
dependencies:
-
'@babel/types': 7.28.4
-
-
'@babel/helper-module-imports@7.27.1':
-
dependencies:
-
'@babel/traverse': 7.28.4
-
'@babel/types': 7.28.4
-
transitivePeerDependencies:
-
- supports-color
-
-
'@babel/helper-module-transforms@7.28.3(@babel/core@7.28.4)':
-
dependencies:
-
'@babel/core': 7.28.4
-
'@babel/helper-module-imports': 7.27.1
-
'@babel/helper-validator-identifier': 7.27.1
-
'@babel/traverse': 7.28.4
-
transitivePeerDependencies:
-
- supports-color
-
-
'@babel/helper-plugin-utils@7.27.1': {}
-
-
'@babel/helper-string-parser@7.27.1': {}
-
-
'@babel/helper-validator-identifier@7.27.1': {}
-
-
'@babel/helper-validator-option@7.27.1': {}
-
-
'@babel/helpers@7.28.4':
-
dependencies:
-
'@babel/template': 7.27.2
-
'@babel/types': 7.28.4
-
-
'@babel/parser@7.28.4':
-
dependencies:
-
'@babel/types': 7.28.4
-
-
'@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.4)':
-
dependencies:
-
'@babel/core': 7.28.4
-
'@babel/helper-plugin-utils': 7.27.1
-
-
'@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.4)':
-
dependencies:
-
'@babel/core': 7.28.4
-
'@babel/helper-plugin-utils': 7.27.1
-
-
'@babel/template@7.27.2':
-
dependencies:
-
'@babel/code-frame': 7.27.1
-
'@babel/parser': 7.28.4
-
'@babel/types': 7.28.4
-
-
'@babel/traverse@7.28.4':
-
dependencies:
-
'@babel/code-frame': 7.27.1
-
'@babel/generator': 7.28.3
-
'@babel/helper-globals': 7.28.0
-
'@babel/parser': 7.28.4
-
'@babel/template': 7.27.2
-
'@babel/types': 7.28.4
-
debug: 4.4.1
-
transitivePeerDependencies:
-
- supports-color
-
-
'@babel/types@7.28.4':
-
dependencies:
-
'@babel/helper-string-parser': 7.27.1
-
'@babel/helper-validator-identifier': 7.27.1
-
-
'@esbuild/aix-ppc64@0.25.11':
-
optional: true
-
-
'@esbuild/android-arm64@0.25.11':
-
optional: true
-
-
'@esbuild/android-arm@0.25.11':
-
optional: true
-
-
'@esbuild/android-x64@0.25.11':
-
optional: true
-
-
'@esbuild/darwin-arm64@0.25.11':
-
optional: true
-
-
'@esbuild/darwin-x64@0.25.11':
-
optional: true
-
-
'@esbuild/freebsd-arm64@0.25.11':
-
optional: true
-
-
'@esbuild/freebsd-x64@0.25.11':
-
optional: true
-
-
'@esbuild/linux-arm64@0.25.11':
-
optional: true
-
-
'@esbuild/linux-arm@0.25.11':
-
optional: true
-
-
'@esbuild/linux-ia32@0.25.11':
-
optional: true
-
-
'@esbuild/linux-loong64@0.25.11':
-
optional: true
-
-
'@esbuild/linux-mips64el@0.25.11':
-
optional: true
-
-
'@esbuild/linux-ppc64@0.25.11':
-
optional: true
-
-
'@esbuild/linux-riscv64@0.25.11':
-
optional: true
-
-
'@esbuild/linux-s390x@0.25.11':
-
optional: true
-
-
'@esbuild/linux-x64@0.25.11':
-
optional: true
-
-
'@esbuild/netbsd-arm64@0.25.11':
-
optional: true
-
-
'@esbuild/netbsd-x64@0.25.11':
-
optional: true
-
-
'@esbuild/openbsd-arm64@0.25.11':
-
optional: true
-
-
'@esbuild/openbsd-x64@0.25.11':
-
optional: true
-
-
'@esbuild/openharmony-arm64@0.25.11':
-
optional: true
-
-
'@esbuild/sunos-x64@0.25.11':
-
optional: true
-
-
'@esbuild/win32-arm64@0.25.11':
-
optional: true
-
-
'@esbuild/win32-ia32@0.25.11':
-
optional: true
-
-
'@esbuild/win32-x64@0.25.11':
-
optional: true
-
-
'@jridgewell/gen-mapping@0.3.13':
-
dependencies:
-
'@jridgewell/sourcemap-codec': 1.5.5
-
'@jridgewell/trace-mapping': 0.3.30
-
-
'@jridgewell/remapping@2.3.5':
-
dependencies:
-
'@jridgewell/gen-mapping': 0.3.13
-
'@jridgewell/trace-mapping': 0.3.30
-
-
'@jridgewell/resolve-uri@3.1.2': {}
-
-
'@jridgewell/sourcemap-codec@1.5.5': {}
-
-
'@jridgewell/trace-mapping@0.3.30':
-
dependencies:
-
'@jridgewell/resolve-uri': 3.1.2
-
'@jridgewell/sourcemap-codec': 1.5.5
-
-
'@nothing-but/utils@0.17.0': {}
-
-
'@rollup/rollup-android-arm-eabi@4.52.5':
-
optional: true
-
-
'@rollup/rollup-android-arm64@4.52.5':
-
optional: true
-
-
'@rollup/rollup-darwin-arm64@4.52.5':
-
optional: true
-
-
'@rollup/rollup-darwin-x64@4.52.5':
-
optional: true
-
-
'@rollup/rollup-freebsd-arm64@4.52.5':
-
optional: true
-
-
'@rollup/rollup-freebsd-x64@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-arm-gnueabihf@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-arm-musleabihf@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-arm64-gnu@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-arm64-musl@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-loong64-gnu@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-ppc64-gnu@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-riscv64-gnu@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-riscv64-musl@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-s390x-gnu@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-x64-gnu@4.52.5':
-
optional: true
-
-
'@rollup/rollup-linux-x64-musl@4.52.5':
-
optional: true
-
-
'@rollup/rollup-openharmony-arm64@4.52.5':
-
optional: true
-
-
'@rollup/rollup-win32-arm64-msvc@4.52.5':
-
optional: true
-
-
'@rollup/rollup-win32-ia32-msvc@4.52.5':
-
optional: true
-
-
'@rollup/rollup-win32-x64-gnu@4.52.5':
-
optional: true
-
-
'@rollup/rollup-win32-x64-msvc@4.52.5':
-
optional: true
-
-
'@solid-devtools/debugger@0.28.1(solid-js@1.9.9)':
-
dependencies:
-
'@nothing-but/utils': 0.17.0
-
'@solid-devtools/shared': 0.20.0(solid-js@1.9.9)
-
'@solid-primitives/bounds': 0.1.3(solid-js@1.9.9)
-
'@solid-primitives/event-listener': 2.4.3(solid-js@1.9.9)
-
'@solid-primitives/keyboard': 1.3.3(solid-js@1.9.9)
-
'@solid-primitives/rootless': 1.5.2(solid-js@1.9.9)
-
'@solid-primitives/scheduled': 1.5.2(solid-js@1.9.9)
-
'@solid-primitives/static-store': 0.1.2(solid-js@1.9.9)
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-devtools/shared@0.20.0(solid-js@1.9.9)':
-
dependencies:
-
'@nothing-but/utils': 0.17.0
-
'@solid-primitives/event-listener': 2.4.3(solid-js@1.9.9)
-
'@solid-primitives/media': 2.3.3(solid-js@1.9.9)
-
'@solid-primitives/refs': 1.1.2(solid-js@1.9.9)
-
'@solid-primitives/rootless': 1.5.2(solid-js@1.9.9)
-
'@solid-primitives/scheduled': 1.5.2(solid-js@1.9.9)
-
'@solid-primitives/static-store': 0.1.2(solid-js@1.9.9)
-
'@solid-primitives/styles': 0.1.2(solid-js@1.9.9)
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-primitives/bounds@0.1.3(solid-js@1.9.9)':
-
dependencies:
-
'@solid-primitives/event-listener': 2.4.3(solid-js@1.9.9)
-
'@solid-primitives/resize-observer': 2.1.3(solid-js@1.9.9)
-
'@solid-primitives/static-store': 0.1.2(solid-js@1.9.9)
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-primitives/event-listener@2.4.3(solid-js@1.9.9)':
-
dependencies:
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-primitives/keyboard@1.3.3(solid-js@1.9.9)':
-
dependencies:
-
'@solid-primitives/event-listener': 2.4.3(solid-js@1.9.9)
-
'@solid-primitives/rootless': 1.5.2(solid-js@1.9.9)
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-primitives/media@2.3.3(solid-js@1.9.9)':
-
dependencies:
-
'@solid-primitives/event-listener': 2.4.3(solid-js@1.9.9)
-
'@solid-primitives/rootless': 1.5.2(solid-js@1.9.9)
-
'@solid-primitives/static-store': 0.1.2(solid-js@1.9.9)
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-primitives/refs@1.1.2(solid-js@1.9.9)':
-
dependencies:
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-primitives/resize-observer@2.1.3(solid-js@1.9.9)':
-
dependencies:
-
'@solid-primitives/event-listener': 2.4.3(solid-js@1.9.9)
-
'@solid-primitives/rootless': 1.5.2(solid-js@1.9.9)
-
'@solid-primitives/static-store': 0.1.2(solid-js@1.9.9)
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-primitives/rootless@1.5.2(solid-js@1.9.9)':
-
dependencies:
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-primitives/scheduled@1.5.2(solid-js@1.9.9)':
-
dependencies:
-
solid-js: 1.9.9
-
-
'@solid-primitives/static-store@0.1.2(solid-js@1.9.9)':
-
dependencies:
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-primitives/styles@0.1.2(solid-js@1.9.9)':
-
dependencies:
-
'@solid-primitives/rootless': 1.5.2(solid-js@1.9.9)
-
'@solid-primitives/utils': 6.3.2(solid-js@1.9.9)
-
solid-js: 1.9.9
-
-
'@solid-primitives/utils@6.3.2(solid-js@1.9.9)':
-
dependencies:
-
solid-js: 1.9.9
-
-
'@types/babel__core@7.20.5':
-
dependencies:
-
'@babel/parser': 7.28.4
-
'@babel/types': 7.28.4
-
'@types/babel__generator': 7.27.0
-
'@types/babel__template': 7.4.4
-
'@types/babel__traverse': 7.28.0
-
-
'@types/babel__generator@7.27.0':
-
dependencies:
-
'@babel/types': 7.28.4
-
-
'@types/babel__template@7.4.4':
-
dependencies:
-
'@babel/parser': 7.28.4
-
'@babel/types': 7.28.4
-
-
'@types/babel__traverse@7.28.0':
-
dependencies:
-
'@babel/types': 7.28.4
-
-
'@types/estree@1.0.8': {}
-
-
babel-plugin-jsx-dom-expressions@0.40.1(@babel/core@7.28.4):
-
dependencies:
-
'@babel/core': 7.28.4
-
'@babel/helper-module-imports': 7.18.6
-
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.4)
-
'@babel/types': 7.28.4
-
html-entities: 2.3.3
-
parse5: 7.3.0
-
validate-html-nesting: 1.2.3
-
-
babel-preset-solid@1.9.9(@babel/core@7.28.4)(solid-js@1.9.9):
-
dependencies:
-
'@babel/core': 7.28.4
-
babel-plugin-jsx-dom-expressions: 0.40.1(@babel/core@7.28.4)
-
optionalDependencies:
-
solid-js: 1.9.9
-
-
browserslist@4.25.4:
-
dependencies:
-
caniuse-lite: 1.0.30001741
-
electron-to-chromium: 1.5.214
-
node-releases: 2.0.20
-
update-browserslist-db: 1.1.3(browserslist@4.25.4)
-
-
caniuse-lite@1.0.30001741: {}
-
-
convert-source-map@2.0.0: {}
-
-
csstype@3.1.3: {}
-
-
debug@4.4.1:
-
dependencies:
-
ms: 2.1.3
-
-
electron-to-chromium@1.5.214: {}
-
-
entities@6.0.1: {}
-
-
esbuild@0.25.11:
-
optionalDependencies:
-
'@esbuild/aix-ppc64': 0.25.11
-
'@esbuild/android-arm': 0.25.11
-
'@esbuild/android-arm64': 0.25.11
-
'@esbuild/android-x64': 0.25.11
-
'@esbuild/darwin-arm64': 0.25.11
-
'@esbuild/darwin-x64': 0.25.11
-
'@esbuild/freebsd-arm64': 0.25.11
-
'@esbuild/freebsd-x64': 0.25.11
-
'@esbuild/linux-arm': 0.25.11
-
'@esbuild/linux-arm64': 0.25.11
-
'@esbuild/linux-ia32': 0.25.11
-
'@esbuild/linux-loong64': 0.25.11
-
'@esbuild/linux-mips64el': 0.25.11
-
'@esbuild/linux-ppc64': 0.25.11
-
'@esbuild/linux-riscv64': 0.25.11
-
'@esbuild/linux-s390x': 0.25.11
-
'@esbuild/linux-x64': 0.25.11
-
'@esbuild/netbsd-arm64': 0.25.11
-
'@esbuild/netbsd-x64': 0.25.11
-
'@esbuild/openbsd-arm64': 0.25.11
-
'@esbuild/openbsd-x64': 0.25.11
-
'@esbuild/openharmony-arm64': 0.25.11
-
'@esbuild/sunos-x64': 0.25.11
-
'@esbuild/win32-arm64': 0.25.11
-
'@esbuild/win32-ia32': 0.25.11
-
'@esbuild/win32-x64': 0.25.11
-
-
escalade@3.2.0: {}
-
-
fdir@6.5.0(picomatch@4.0.3):
-
optionalDependencies:
-
picomatch: 4.0.3
-
-
fsevents@2.3.3:
-
optional: true
-
-
gensync@1.0.0-beta.2: {}
-
-
html-entities@2.3.3: {}
-
-
is-what@4.1.16: {}
-
-
js-tokens@4.0.0: {}
-
-
jsesc@3.1.0: {}
-
-
json5@2.2.3: {}
-
-
lru-cache@5.1.1:
-
dependencies:
-
yallist: 3.1.1
-
-
merge-anything@5.1.7:
-
dependencies:
-
is-what: 4.1.16
-
-
ms@2.1.3: {}
-
-
nanoid@3.3.11: {}
-
-
node-releases@2.0.20: {}
-
-
parse5@7.3.0:
-
dependencies:
-
entities: 6.0.1
-
-
picocolors@1.1.1: {}
-
-
picomatch@4.0.3: {}
-
-
postcss@8.5.6:
-
dependencies:
-
nanoid: 3.3.11
-
picocolors: 1.1.1
-
source-map-js: 1.2.1
-
-
rollup@4.52.5:
-
dependencies:
-
'@types/estree': 1.0.8
-
optionalDependencies:
-
'@rollup/rollup-android-arm-eabi': 4.52.5
-
'@rollup/rollup-android-arm64': 4.52.5
-
'@rollup/rollup-darwin-arm64': 4.52.5
-
'@rollup/rollup-darwin-x64': 4.52.5
-
'@rollup/rollup-freebsd-arm64': 4.52.5
-
'@rollup/rollup-freebsd-x64': 4.52.5
-
'@rollup/rollup-linux-arm-gnueabihf': 4.52.5
-
'@rollup/rollup-linux-arm-musleabihf': 4.52.5
-
'@rollup/rollup-linux-arm64-gnu': 4.52.5
-
'@rollup/rollup-linux-arm64-musl': 4.52.5
-
'@rollup/rollup-linux-loong64-gnu': 4.52.5
-
'@rollup/rollup-linux-ppc64-gnu': 4.52.5
-
'@rollup/rollup-linux-riscv64-gnu': 4.52.5
-
'@rollup/rollup-linux-riscv64-musl': 4.52.5
-
'@rollup/rollup-linux-s390x-gnu': 4.52.5
-
'@rollup/rollup-linux-x64-gnu': 4.52.5
-
'@rollup/rollup-linux-x64-musl': 4.52.5
-
'@rollup/rollup-openharmony-arm64': 4.52.5
-
'@rollup/rollup-win32-arm64-msvc': 4.52.5
-
'@rollup/rollup-win32-ia32-msvc': 4.52.5
-
'@rollup/rollup-win32-x64-gnu': 4.52.5
-
'@rollup/rollup-win32-x64-msvc': 4.52.5
-
fsevents: 2.3.3
-
-
semver@6.3.1: {}
-
-
seroval-plugins@1.3.3(seroval@1.3.2):
-
dependencies:
-
seroval: 1.3.2
-
-
seroval@1.3.2: {}
-
-
solid-devtools@0.34.3(solid-js@1.9.9)(vite@7.1.10):
-
dependencies:
-
'@babel/core': 7.28.4
-
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.4)
-
'@babel/types': 7.28.4
-
'@solid-devtools/debugger': 0.28.1(solid-js@1.9.9)
-
'@solid-devtools/shared': 0.20.0(solid-js@1.9.9)
-
solid-js: 1.9.9
-
optionalDependencies:
-
vite: 7.1.10
-
transitivePeerDependencies:
-
- supports-color
-
-
solid-js@1.9.9:
-
dependencies:
-
csstype: 3.1.3
-
seroval: 1.3.2
-
seroval-plugins: 1.3.3(seroval@1.3.2)
-
-
solid-refresh@0.6.3(solid-js@1.9.9):
-
dependencies:
-
'@babel/generator': 7.28.3
-
'@babel/helper-module-imports': 7.27.1
-
'@babel/types': 7.28.4
-
solid-js: 1.9.9
-
transitivePeerDependencies:
-
- supports-color
-
-
source-map-js@1.2.1: {}
-
-
tinyglobby@0.2.15:
-
dependencies:
-
fdir: 6.5.0(picomatch@4.0.3)
-
picomatch: 4.0.3
-
-
typescript@5.9.2: {}
-
-
update-browserslist-db@1.1.3(browserslist@4.25.4):
-
dependencies:
-
browserslist: 4.25.4
-
escalade: 3.2.0
-
picocolors: 1.1.1
-
-
validate-html-nesting@1.2.3: {}
-
-
vite-plugin-solid@2.11.9(solid-js@1.9.9)(vite@7.1.10):
-
dependencies:
-
'@babel/core': 7.28.4
-
'@types/babel__core': 7.20.5
-
babel-preset-solid: 1.9.9(@babel/core@7.28.4)(solid-js@1.9.9)
-
merge-anything: 5.1.7
-
solid-js: 1.9.9
-
solid-refresh: 0.6.3(solid-js@1.9.9)
-
vite: 7.1.10
-
vitefu: 1.1.1(vite@7.1.10)
-
transitivePeerDependencies:
-
- supports-color
-
-
vite@7.1.10:
-
dependencies:
-
esbuild: 0.25.11
-
fdir: 6.5.0(picomatch@4.0.3)
-
picomatch: 4.0.3
-
postcss: 8.5.6
-
rollup: 4.52.5
-
tinyglobby: 0.2.15
-
optionalDependencies:
-
fsevents: 2.3.3
-
-
vitefu@1.1.1(vite@7.1.10):
-
optionalDependencies:
-
vite: 7.1.10
-
-
yallist@3.1.1: {}