|
@@ -2,6 +2,14 @@
|
|
|
# yarn lockfile v1
|
|
|
|
|
|
|
|
|
+"@ampproject/remapping@^2.3.0":
|
|
|
+ version "2.3.0"
|
|
|
+ resolved "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
|
|
|
+ integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
|
|
|
+ dependencies:
|
|
|
+ "@jridgewell/gen-mapping" "^0.3.5"
|
|
|
+ "@jridgewell/trace-mapping" "^0.3.24"
|
|
|
+
|
|
|
"@antv/x6-common@^2.0.16":
|
|
|
version "2.0.17"
|
|
|
resolved "https://registry.npmmirror.com/@antv/x6-common/-/x6-common-2.0.17.tgz#a40a0920859faadf567452dea81132783a19aaa4"
|
|
@@ -71,6 +79,28 @@
|
|
|
resolved "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz"
|
|
|
integrity sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==
|
|
|
|
|
|
+"@emnapi/core@^1.4.0", "@emnapi/core@^1.4.3":
|
|
|
+ version "1.4.3"
|
|
|
+ resolved "https://registry.npmmirror.com/@emnapi/core/-/core-1.4.3.tgz#9ac52d2d5aea958f67e52c40a065f51de59b77d6"
|
|
|
+ integrity sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==
|
|
|
+ dependencies:
|
|
|
+ "@emnapi/wasi-threads" "1.0.2"
|
|
|
+ tslib "^2.4.0"
|
|
|
+
|
|
|
+"@emnapi/runtime@^1.4.0", "@emnapi/runtime@^1.4.3":
|
|
|
+ version "1.4.3"
|
|
|
+ resolved "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.4.3.tgz#c0564665c80dc81c448adac23f9dfbed6c838f7d"
|
|
|
+ integrity sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==
|
|
|
+ dependencies:
|
|
|
+ tslib "^2.4.0"
|
|
|
+
|
|
|
+"@emnapi/wasi-threads@1.0.2", "@emnapi/wasi-threads@^1.0.2":
|
|
|
+ version "1.0.2"
|
|
|
+ resolved "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.0.2.tgz#977f44f844eac7d6c138a415a123818c655f874c"
|
|
|
+ integrity sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==
|
|
|
+ dependencies:
|
|
|
+ tslib "^2.4.0"
|
|
|
+
|
|
|
"@esbuild/aix-ppc64@0.25.3":
|
|
|
version "0.25.3"
|
|
|
resolved "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.3.tgz#014180d9a149cffd95aaeead37179433f5ea5437"
|
|
@@ -240,11 +270,47 @@
|
|
|
resolved "https://registry.npmmirror.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz"
|
|
|
integrity sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==
|
|
|
|
|
|
-"@jridgewell/sourcemap-codec@^1.5.0":
|
|
|
+"@jridgewell/gen-mapping@^0.3.5":
|
|
|
+ version "0.3.8"
|
|
|
+ resolved "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
|
|
|
+ integrity sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==
|
|
|
+ dependencies:
|
|
|
+ "@jridgewell/set-array" "^1.2.1"
|
|
|
+ "@jridgewell/sourcemap-codec" "^1.4.10"
|
|
|
+ "@jridgewell/trace-mapping" "^0.3.24"
|
|
|
+
|
|
|
+"@jridgewell/resolve-uri@^3.1.0":
|
|
|
+ version "3.1.2"
|
|
|
+ resolved "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
|
|
|
+ integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
|
|
|
+
|
|
|
+"@jridgewell/set-array@^1.2.1":
|
|
|
+ version "1.2.1"
|
|
|
+ resolved "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
|
|
|
+ integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
|
|
|
+
|
|
|
+"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0":
|
|
|
version "1.5.0"
|
|
|
resolved "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz"
|
|
|
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
|
|
|
|
|
|
+"@jridgewell/trace-mapping@^0.3.24":
|
|
|
+ version "0.3.25"
|
|
|
+ resolved "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
|
|
+ integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
|
|
+ dependencies:
|
|
|
+ "@jridgewell/resolve-uri" "^3.1.0"
|
|
|
+ "@jridgewell/sourcemap-codec" "^1.4.14"
|
|
|
+
|
|
|
+"@napi-rs/wasm-runtime@^0.2.9":
|
|
|
+ version "0.2.9"
|
|
|
+ resolved "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.9.tgz#7278122cf94f3b36d8170a8eee7d85356dfa6a96"
|
|
|
+ integrity sha512-OKRBiajrrxB9ATokgEQoG87Z25c67pCpYcCwmXYX8PBftC9pBfN18gnm/fh1wurSLEKIAt+QRFLFCQISrb66Jg==
|
|
|
+ dependencies:
|
|
|
+ "@emnapi/core" "^1.4.0"
|
|
|
+ "@emnapi/runtime" "^1.4.0"
|
|
|
+ "@tybys/wasm-util" "^0.9.0"
|
|
|
+
|
|
|
"@nodelib/fs.scandir@2.1.5":
|
|
|
version "2.1.5"
|
|
|
resolved "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
|
|
@@ -766,6 +832,116 @@
|
|
|
dependencies:
|
|
|
"@swc/counter" "^0.1.3"
|
|
|
|
|
|
+"@tailwindcss/node@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.6.tgz#693304dce91d88a1ea8e0d87cf5b64b5feb0fc6a"
|
|
|
+ integrity sha512-ed6zQbgmKsjsVvodAS1q1Ld2BolEuxJOSyyNc+vhkjdmfNUDCmQnlXBfQkHrlzNmslxHsQU/bFmzcEbv4xXsLg==
|
|
|
+ dependencies:
|
|
|
+ "@ampproject/remapping" "^2.3.0"
|
|
|
+ enhanced-resolve "^5.18.1"
|
|
|
+ jiti "^2.4.2"
|
|
|
+ lightningcss "1.29.2"
|
|
|
+ magic-string "^0.30.17"
|
|
|
+ source-map-js "^1.2.1"
|
|
|
+ tailwindcss "4.1.6"
|
|
|
+
|
|
|
+"@tailwindcss/oxide-android-arm64@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.6.tgz#b7632044a47250112f9ea9da4a4fdb5f7550b9f8"
|
|
|
+ integrity sha512-VHwwPiwXtdIvOvqT/0/FLH/pizTVu78FOnI9jQo64kSAikFSZT7K4pjyzoDpSMaveJTGyAKvDjuhxJxKfmvjiQ==
|
|
|
+
|
|
|
+"@tailwindcss/oxide-darwin-arm64@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.6.tgz#8d94e40fee9fb3214b1cf4f4d9341738a812871a"
|
|
|
+ integrity sha512-weINOCcqv1HVBIGptNrk7c6lWgSFFiQMcCpKM4tnVi5x8OY2v1FrV76jwLukfT6pL1hyajc06tyVmZFYXoxvhQ==
|
|
|
+
|
|
|
+"@tailwindcss/oxide-darwin-x64@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.6.tgz#281ab262cfde170dd4e977126e259b58eaab3bd3"
|
|
|
+ integrity sha512-3FzekhHG0ww1zQjQ1lPoq0wPrAIVXAbUkWdWM8u5BnYFZgb9ja5ejBqyTgjpo5mfy0hFOoMnMuVDI+7CXhXZaQ==
|
|
|
+
|
|
|
+"@tailwindcss/oxide-freebsd-x64@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.6.tgz#4d5b7e13ff8ab47aabf7d4613faf051cfd540398"
|
|
|
+ integrity sha512-4m5F5lpkBZhVQJq53oe5XgJ+aFYWdrgkMwViHjRsES3KEu2m1udR21B1I77RUqie0ZYNscFzY1v9aDssMBZ/1w==
|
|
|
+
|
|
|
+"@tailwindcss/oxide-linux-arm-gnueabihf@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.6.tgz#88dc4f20e6e75ded01aee85b398494adcaef85e8"
|
|
|
+ integrity sha512-qU0rHnA9P/ZoaDKouU1oGPxPWzDKtIfX7eOGi5jOWJKdxieUJdVV+CxWZOpDWlYTd4N3sFQvcnVLJWJ1cLP5TA==
|
|
|
+
|
|
|
+"@tailwindcss/oxide-linux-arm64-gnu@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.6.tgz#6b848009eec017a4feb1d7f763d37540b20eef16"
|
|
|
+ integrity sha512-jXy3TSTrbfgyd3UxPQeXC3wm8DAgmigzar99Km9Sf6L2OFfn/k+u3VqmpgHQw5QNfCpPe43em6Q7V76Wx7ogIQ==
|
|
|
+
|
|
|
+"@tailwindcss/oxide-linux-arm64-musl@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.6.tgz#5b5a27013fd801d471998fc371812fdf1156be24"
|
|
|
+ integrity sha512-8kjivE5xW0qAQ9HX9reVFmZj3t+VmljDLVRJpVBEoTR+3bKMnvC7iLcoSGNIUJGOZy1mLVq7x/gerVg0T+IsYw==
|
|
|
+
|
|
|
+"@tailwindcss/oxide-linux-x64-gnu@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.6.tgz#81e06ade4eef09141504bb35b8e4aa18349b7ced"
|
|
|
+ integrity sha512-A4spQhwnWVpjWDLXnOW9PSinO2PTKJQNRmL/aIl2U/O+RARls8doDfs6R41+DAXK0ccacvRyDpR46aVQJJCoCg==
|
|
|
+
|
|
|
+"@tailwindcss/oxide-linux-x64-musl@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.6.tgz#a01bb576581269e8c996b19c594d0b0d6673fdc3"
|
|
|
+ integrity sha512-YRee+6ZqdzgiQAHVSLfl3RYmqeeaWVCk796MhXhLQu2kJu2COHBkqlqsqKYx3p8Hmk5pGCQd2jTAoMWWFeyG2A==
|
|
|
+
|
|
|
+"@tailwindcss/oxide-wasm32-wasi@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.6.tgz#7e45eb7aafec0406477a05403689198a9f062b4d"
|
|
|
+ integrity sha512-qAp4ooTYrBQ5pk5jgg54/U1rCJ/9FLYOkkQ/nTE+bVMseMfB6O7J8zb19YTpWuu4UdfRf5zzOrNKfl6T64MNrQ==
|
|
|
+ dependencies:
|
|
|
+ "@emnapi/core" "^1.4.3"
|
|
|
+ "@emnapi/runtime" "^1.4.3"
|
|
|
+ "@emnapi/wasi-threads" "^1.0.2"
|
|
|
+ "@napi-rs/wasm-runtime" "^0.2.9"
|
|
|
+ "@tybys/wasm-util" "^0.9.0"
|
|
|
+ tslib "^2.8.0"
|
|
|
+
|
|
|
+"@tailwindcss/oxide-win32-arm64-msvc@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.6.tgz#9b445635928a43b92ffb7b52bb063a549d7df980"
|
|
|
+ integrity sha512-nqpDWk0Xr8ELO/nfRUDjk1pc9wDJ3ObeDdNMHLaymc4PJBWj11gdPCWZFKSK2AVKjJQC7J2EfmSmf47GN7OuLg==
|
|
|
+
|
|
|
+"@tailwindcss/oxide-win32-x64-msvc@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.6.tgz#2d0405b733a5fcbe44554601a71f907142738ced"
|
|
|
+ integrity sha512-5k9xF33xkfKpo9wCvYcegQ21VwIBU1/qEbYlVukfEIyQbEA47uK8AAwS7NVjNE3vHzcmxMYwd0l6L4pPjjm1rQ==
|
|
|
+
|
|
|
+"@tailwindcss/oxide@4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.6.tgz#1ddabeb360385f04742c887e081352ab7469a668"
|
|
|
+ integrity sha512-0bpEBQiGx+227fW4G0fLQ8vuvyy5rsB1YIYNapTq3aRsJ9taF3f5cCaovDjN5pUGKKzcpMrZst/mhNaKAPOHOA==
|
|
|
+ dependencies:
|
|
|
+ detect-libc "^2.0.4"
|
|
|
+ tar "^7.4.3"
|
|
|
+ optionalDependencies:
|
|
|
+ "@tailwindcss/oxide-android-arm64" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-darwin-arm64" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-darwin-x64" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-freebsd-x64" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-linux-arm-gnueabihf" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-linux-arm64-gnu" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-linux-arm64-musl" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-linux-x64-gnu" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-linux-x64-musl" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-wasm32-wasi" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-win32-arm64-msvc" "4.1.6"
|
|
|
+ "@tailwindcss/oxide-win32-x64-msvc" "4.1.6"
|
|
|
+
|
|
|
+"@tailwindcss/vite@^4.1.6":
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.1.6.tgz#ef332f5cfc75c4628717d91a712dae0ef3b21b24"
|
|
|
+ integrity sha512-zjtqjDeY1w3g2beYQtrMAf51n5G7o+UwmyOjtsDMP7t6XyoRMOidcoKP32ps7AkNOHIXEOK0bhIC05dj8oJp4w==
|
|
|
+ dependencies:
|
|
|
+ "@tailwindcss/node" "4.1.6"
|
|
|
+ "@tailwindcss/oxide" "4.1.6"
|
|
|
+ tailwindcss "4.1.6"
|
|
|
+
|
|
|
"@trysound/sax@0.2.0":
|
|
|
version "0.2.0"
|
|
|
resolved "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz"
|
|
@@ -784,6 +960,13 @@
|
|
|
"@tufjs/canonical-json" "2.0.0"
|
|
|
minimatch "^9.0.5"
|
|
|
|
|
|
+"@tybys/wasm-util@^0.9.0":
|
|
|
+ version "0.9.0"
|
|
|
+ resolved "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.9.0.tgz#3e75eb00604c8d6db470bf18c37b7d984a0e3355"
|
|
|
+ integrity sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==
|
|
|
+ dependencies:
|
|
|
+ tslib "^2.4.0"
|
|
|
+
|
|
|
"@types/estree@1.0.7":
|
|
|
version "1.0.7"
|
|
|
resolved "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz"
|
|
@@ -1614,6 +1797,11 @@ detect-libc@^1.0.3:
|
|
|
resolved "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz"
|
|
|
integrity sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==
|
|
|
|
|
|
+detect-libc@^2.0.3, detect-libc@^2.0.4:
|
|
|
+ version "2.0.4"
|
|
|
+ resolved "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.4.tgz#f04715b8ba815e53b4d8109655b6508a6865a7e8"
|
|
|
+ integrity sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==
|
|
|
+
|
|
|
diff@^7.0.0:
|
|
|
version "7.0.0"
|
|
|
resolved "https://registry.npmmirror.com/diff/-/diff-7.0.0.tgz"
|
|
@@ -1742,6 +1930,14 @@ encoding@^0.1.13:
|
|
|
dependencies:
|
|
|
iconv-lite "^0.6.2"
|
|
|
|
|
|
+enhanced-resolve@^5.18.1:
|
|
|
+ version "5.18.1"
|
|
|
+ resolved "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz#728ab082f8b7b6836de51f1637aab5d3b9568faf"
|
|
|
+ integrity sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==
|
|
|
+ dependencies:
|
|
|
+ graceful-fs "^4.2.4"
|
|
|
+ tapable "^2.2.0"
|
|
|
+
|
|
|
entities@^1.1.1:
|
|
|
version "1.1.2"
|
|
|
resolved "https://registry.npmmirror.com/entities/-/entities-1.1.2.tgz"
|
|
@@ -2175,7 +2371,7 @@ gopd@^1.0.1, gopd@^1.2.0:
|
|
|
resolved "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz"
|
|
|
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
|
|
|
|
|
|
-graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.6:
|
|
|
+graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
|
|
|
version "4.2.11"
|
|
|
resolved "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz"
|
|
|
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
|
|
@@ -2706,6 +2902,11 @@ jackspeak@^3.1.2:
|
|
|
optionalDependencies:
|
|
|
"@pkgjs/parseargs" "^0.11.0"
|
|
|
|
|
|
+jiti@^2.4.2:
|
|
|
+ version "2.4.2"
|
|
|
+ resolved "https://registry.npmmirror.com/jiti/-/jiti-2.4.2.tgz#d19b7732ebb6116b06e2038da74a55366faef560"
|
|
|
+ integrity sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==
|
|
|
+
|
|
|
js-base64@^2.1.9:
|
|
|
version "2.6.4"
|
|
|
resolved "https://registry.npmmirror.com/js-base64/-/js-base64-2.6.4.tgz"
|
|
@@ -2885,6 +3086,74 @@ libnpmversion@^8.0.0:
|
|
|
proc-log "^5.0.0"
|
|
|
semver "^7.3.7"
|
|
|
|
|
|
+lightningcss-darwin-arm64@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.29.2.tgz#6ceff38b01134af48e859394e1ca21e5d49faae6"
|
|
|
+ integrity sha512-cK/eMabSViKn/PG8U/a7aCorpeKLMlK0bQeNHmdb7qUnBkNPnL+oV5DjJUo0kqWsJUapZsM4jCfYItbqBDvlcA==
|
|
|
+
|
|
|
+lightningcss-darwin-x64@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.29.2.tgz#891b6f9e57682d794223c33463ca66d3af3fb038"
|
|
|
+ integrity sha512-j5qYxamyQw4kDXX5hnnCKMf3mLlHvG44f24Qyi2965/Ycz829MYqjrVg2H8BidybHBp9kom4D7DR5VqCKDXS0w==
|
|
|
+
|
|
|
+lightningcss-freebsd-x64@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.29.2.tgz#8a95f9ab73b2b2b0beefe1599fafa8b058938495"
|
|
|
+ integrity sha512-wDk7M2tM78Ii8ek9YjnY8MjV5f5JN2qNVO+/0BAGZRvXKtQrBC4/cn4ssQIpKIPP44YXw6gFdpUF+Ps+RGsCwg==
|
|
|
+
|
|
|
+lightningcss-linux-arm-gnueabihf@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.29.2.tgz#5c60bbf92b39d7ed51e363f7b98a7111bf5914a1"
|
|
|
+ integrity sha512-IRUrOrAF2Z+KExdExe3Rz7NSTuuJ2HvCGlMKoquK5pjvo2JY4Rybr+NrKnq0U0hZnx5AnGsuFHjGnNT14w26sg==
|
|
|
+
|
|
|
+lightningcss-linux-arm64-gnu@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.29.2.tgz#e73d7608c4cce034c3654e5e8b53be74846224de"
|
|
|
+ integrity sha512-KKCpOlmhdjvUTX/mBuaKemp0oeDIBBLFiU5Fnqxh1/DZ4JPZi4evEH7TKoSBFOSOV3J7iEmmBaw/8dpiUvRKlQ==
|
|
|
+
|
|
|
+lightningcss-linux-arm64-musl@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.29.2.tgz#a95a18d5a909831c092e0a8d2de4b9ac1a8db151"
|
|
|
+ integrity sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==
|
|
|
+
|
|
|
+lightningcss-linux-x64-gnu@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.29.2.tgz#551ca07e565394928642edee92acc042e546cb78"
|
|
|
+ integrity sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==
|
|
|
+
|
|
|
+lightningcss-linux-x64-musl@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.29.2.tgz#2fd164554340831bce50285b57101817850dd258"
|
|
|
+ integrity sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==
|
|
|
+
|
|
|
+lightningcss-win32-arm64-msvc@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.29.2.tgz#da43ea49fafc5d2de38e016f1a8539d5eed98318"
|
|
|
+ integrity sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==
|
|
|
+
|
|
|
+lightningcss-win32-x64-msvc@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.29.2.tgz#ddefaa099a39b725b2f5bbdcb9fc718435cc9797"
|
|
|
+ integrity sha512-EdIUW3B2vLuHmv7urfzMI/h2fmlnOQBk1xlsDxkN1tCWKjNFjfLhGxYk8C8mzpSfr+A6jFFIi8fU6LbQGsRWjA==
|
|
|
+
|
|
|
+lightningcss@1.29.2:
|
|
|
+ version "1.29.2"
|
|
|
+ resolved "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.29.2.tgz#f5f0fd6e63292a232697e6fe709da5b47624def3"
|
|
|
+ integrity sha512-6b6gd/RUXKaw5keVdSEtqFVdzWnU5jMxTUjA2bVcMNPLwSQ08Sv/UodBVtETLCn7k4S1Ibxwh7k68IwLZPgKaA==
|
|
|
+ dependencies:
|
|
|
+ detect-libc "^2.0.3"
|
|
|
+ optionalDependencies:
|
|
|
+ lightningcss-darwin-arm64 "1.29.2"
|
|
|
+ lightningcss-darwin-x64 "1.29.2"
|
|
|
+ lightningcss-freebsd-x64 "1.29.2"
|
|
|
+ lightningcss-linux-arm-gnueabihf "1.29.2"
|
|
|
+ lightningcss-linux-arm64-gnu "1.29.2"
|
|
|
+ lightningcss-linux-arm64-musl "1.29.2"
|
|
|
+ lightningcss-linux-x64-gnu "1.29.2"
|
|
|
+ lightningcss-linux-x64-musl "1.29.2"
|
|
|
+ lightningcss-win32-arm64-msvc "1.29.2"
|
|
|
+ lightningcss-win32-x64-msvc "1.29.2"
|
|
|
+
|
|
|
linkify-it@^5.0.0:
|
|
|
version "5.0.0"
|
|
|
resolved "https://registry.npmmirror.com/linkify-it/-/linkify-it-5.0.0.tgz"
|
|
@@ -2921,7 +3190,7 @@ lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.2.2:
|
|
|
resolved "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz"
|
|
|
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
|
|
|
|
|
|
-magic-string@^0.30.11:
|
|
|
+magic-string@^0.30.11, magic-string@^0.30.17:
|
|
|
version "0.30.17"
|
|
|
resolved "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz"
|
|
|
integrity sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==
|
|
@@ -3597,7 +3866,7 @@ postcss@^5.2.17:
|
|
|
|
|
|
postcss@^8.4.48, postcss@^8.5.3:
|
|
|
version "8.5.3"
|
|
|
- resolved "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz"
|
|
|
+ resolved "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
|
|
|
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
|
|
|
dependencies:
|
|
|
nanoid "^3.3.8"
|
|
@@ -4356,6 +4625,16 @@ svgo@^2.8.0:
|
|
|
picocolors "^1.0.0"
|
|
|
stable "^0.1.8"
|
|
|
|
|
|
+tailwindcss@4.1.6, tailwindcss@^4.1.6:
|
|
|
+ version "4.1.6"
|
|
|
+ resolved "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.6.tgz#ebe62de22b7d8a8c1f76bd3a07fc37c3fcc36503"
|
|
|
+ integrity sha512-j0cGLTreM6u4OWzBeLBpycK0WIh8w7kSwcUsQZoGLHZ7xDTdM69lN64AgoIEEwFi0tnhs4wSykUa5YWxAzgFYg==
|
|
|
+
|
|
|
+tapable@^2.2.0:
|
|
|
+ version "2.2.1"
|
|
|
+ resolved "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
|
|
+ integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
|
|
|
+
|
|
|
tar@^6.1.11, tar@^6.2.1:
|
|
|
version "6.2.1"
|
|
|
resolved "https://registry.npmmirror.com/tar/-/tar-6.2.1.tgz"
|
|
@@ -4449,6 +4728,11 @@ tslib@2.3.0:
|
|
|
resolved "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz"
|
|
|
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
|
|
|
|
|
|
+tslib@^2.4.0, tslib@^2.8.0:
|
|
|
+ version "2.8.1"
|
|
|
+ resolved "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
|
|
|
+ integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
|
|
+
|
|
|
tuf-js@^3.0.1:
|
|
|
version "3.0.1"
|
|
|
resolved "https://registry.npmmirror.com/tuf-js/-/tuf-js-3.0.1.tgz"
|