|
|
@@ -7,14 +7,22 @@
|
|
|
"dependencies": {
|
|
|
"@inertiajs/vue3": "^2.2.15",
|
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
|
+ "@vueuse/core": "^14.0.0",
|
|
|
"chokidar": "^4.0.3",
|
|
|
+ "class-variance-authority": "^0.7.1",
|
|
|
+ "clsx": "^2.1.1",
|
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
|
+ "lucide-vue-next": "^0.553.0",
|
|
|
+ "reka-ui": "^2.6.0",
|
|
|
+ "tailwind-merge": "^3.3.1",
|
|
|
"tailwindcss": "^4.0.0",
|
|
|
+ "tw-animate-css": "^1.4.0",
|
|
|
"vue": "^3.5.24"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
|
"concurrently": "^9.0.1",
|
|
|
+ "typescript": "^5.9.3",
|
|
|
"vite": "^7.2.2"
|
|
|
}
|
|
|
},
|
|
|
@@ -480,6 +488,68 @@
|
|
|
"node": ">=18"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@floating-ui/core": {
|
|
|
+ "version": "1.7.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
|
|
|
+ "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@floating-ui/utils": "^0.2.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@floating-ui/dom": {
|
|
|
+ "version": "1.7.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
|
|
|
+ "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@floating-ui/core": "^1.7.3",
|
|
|
+ "@floating-ui/utils": "^0.2.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@floating-ui/utils": {
|
|
|
+ "version": "0.2.10",
|
|
|
+ "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
|
|
|
+ "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/@floating-ui/vue": {
|
|
|
+ "version": "1.1.9",
|
|
|
+ "resolved": "https://registry.npmjs.org/@floating-ui/vue/-/vue-1.1.9.tgz",
|
|
|
+ "integrity": "sha512-BfNqNW6KA83Nexspgb9DZuz578R7HT8MZw1CfK9I6Ah4QReNWEJsXWHN+SdmOVLNGmTPDi+fDT535Df5PzMLbQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@floating-ui/dom": "^1.7.4",
|
|
|
+ "@floating-ui/utils": "^0.2.10",
|
|
|
+ "vue-demi": ">=0.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@floating-ui/vue/node_modules/vue-demi": {
|
|
|
+ "version": "0.14.10",
|
|
|
+ "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
|
|
|
+ "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "vue-demi-fix": "bin/vue-demi-fix.js",
|
|
|
+ "vue-demi-switch": "bin/vue-demi-switch.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@vue/composition-api": "^1.0.0-rc.1",
|
|
|
+ "vue": "^3.0.0-0 || ^2.6.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@vue/composition-api": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@inertiajs/core": {
|
|
|
"version": "2.2.15",
|
|
|
"resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-2.2.15.tgz",
|
|
|
@@ -506,6 +576,24 @@
|
|
|
"vue": "^3.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@internationalized/date": {
|
|
|
+ "version": "3.10.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.10.0.tgz",
|
|
|
+ "integrity": "sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "@swc/helpers": "^0.5.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@internationalized/number": {
|
|
|
+ "version": "3.6.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.5.tgz",
|
|
|
+ "integrity": "sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "@swc/helpers": "^0.5.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
|
"version": "0.3.13",
|
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
|
@@ -847,6 +935,15 @@
|
|
|
"win32"
|
|
|
]
|
|
|
},
|
|
|
+ "node_modules/@swc/helpers": {
|
|
|
+ "version": "0.5.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
|
|
|
+ "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "tslib": "^2.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@tailwindcss/node": {
|
|
|
"version": "4.1.17",
|
|
|
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.17.tgz",
|
|
|
@@ -1119,6 +1216,32 @@
|
|
|
"vite": "^5.2.0 || ^6 || ^7"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@tanstack/virtual-core": {
|
|
|
+ "version": "3.13.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz",
|
|
|
+ "integrity": "sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/tannerlinsley"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tanstack/vue-virtual": {
|
|
|
+ "version": "3.13.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tanstack/vue-virtual/-/vue-virtual-3.13.12.tgz",
|
|
|
+ "integrity": "sha512-vhF7kEU9EXWXh+HdAwKJ2m3xaOnTTmgcdXcF2pim8g4GvI7eRrk2YRuV5nUlZnd/NbCIX4/Ja2OZu5EjJL06Ww==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@tanstack/virtual-core": "3.13.12"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/tannerlinsley"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vue": "^2.7.0 || ^3.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@types/estree": {
|
|
|
"version": "1.0.8",
|
|
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
|
@@ -1140,6 +1263,12 @@
|
|
|
"@types/lodash": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@types/web-bluetooth": {
|
|
|
+ "version": "0.0.21",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
|
|
|
+ "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/@vitejs/plugin-vue": {
|
|
|
"version": "6.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz",
|
|
|
@@ -1256,11 +1385,60 @@
|
|
|
"integrity": "sha512-9cwHL2EsJBdi8NY22pngYYWzkTDhld6fAD6jlaeloNGciNSJL6bLpbxVgXl96X00Jtc6YWQv96YA/0sxex/k1A==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/@vueuse/core": {
|
|
|
+ "version": "14.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-14.0.0.tgz",
|
|
|
+ "integrity": "sha512-d6tKRWkZE8IQElX2aHBxXOMD478fHIYV+Dzm2y9Ag122ICBpNKtGICiXKOhWU3L1kKdttDD9dCMS4bGP3jhCTQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/web-bluetooth": "^0.0.21",
|
|
|
+ "@vueuse/metadata": "14.0.0",
|
|
|
+ "@vueuse/shared": "14.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vue": "^3.5.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vueuse/metadata": {
|
|
|
+ "version": "14.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.0.0.tgz",
|
|
|
+ "integrity": "sha512-6yoGqbJcMldVCevkFiHDBTB1V5Hq+G/haPlGIuaFZHpXC0HADB0EN1ryQAAceiW+ryS3niUwvdFbGiqHqBrfVA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vueuse/shared": {
|
|
|
+ "version": "14.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.0.0.tgz",
|
|
|
+ "integrity": "sha512-mTCA0uczBgurRlwVaQHfG0Ja7UdGe4g9mwffiJmvLiTtp1G4AQyIjej6si/k8c8pUwTfVpNufck+23gXptPAkw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vue": "^3.5.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ansi-regex": {
|
|
|
+ "version": "5.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
|
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/ansi-styles": {
|
|
|
"version": "4.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"color-convert": "^2.0.1"
|
|
|
},
|
|
|
@@ -1271,6 +1449,18 @@
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/aria-hidden": {
|
|
|
+ "version": "1.2.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
|
|
|
+ "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "tslib": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/asynckit": {
|
|
|
"version": "0.4.0",
|
|
|
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
|
@@ -1322,6 +1512,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"ansi-styles": "^4.1.0",
|
|
|
"supports-color": "^7.1.0"
|
|
|
@@ -1338,6 +1529,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"has-flag": "^4.0.0"
|
|
|
},
|
|
|
@@ -1360,11 +1552,24 @@
|
|
|
"url": "https://paulmillr.com/funding/"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/class-variance-authority": {
|
|
|
+ "version": "0.7.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
|
|
|
+ "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "clsx": "^2.1.1"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://polar.sh/cva"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/cliui": {
|
|
|
"version": "8.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
|
"dev": true,
|
|
|
+ "license": "ISC",
|
|
|
"dependencies": {
|
|
|
"string-width": "^4.2.0",
|
|
|
"strip-ansi": "^6.0.1",
|
|
|
@@ -1374,62 +1579,13 @@
|
|
|
"node": ">=12"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/cliui/node_modules/ansi-regex": {
|
|
|
- "version": "5.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
|
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
|
- "dev": true,
|
|
|
- "engines": {
|
|
|
- "node": ">=8"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/cliui/node_modules/emoji-regex": {
|
|
|
- "version": "8.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
|
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
- "node_modules/cliui/node_modules/string-width": {
|
|
|
- "version": "4.2.3",
|
|
|
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
|
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
|
- "dev": true,
|
|
|
- "dependencies": {
|
|
|
- "emoji-regex": "^8.0.0",
|
|
|
- "is-fullwidth-code-point": "^3.0.0",
|
|
|
- "strip-ansi": "^6.0.1"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=8"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/cliui/node_modules/strip-ansi": {
|
|
|
- "version": "6.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
|
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
|
- "dev": true,
|
|
|
- "dependencies": {
|
|
|
- "ansi-regex": "^5.0.1"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=8"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/cliui/node_modules/wrap-ansi": {
|
|
|
- "version": "7.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
|
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
|
- "dev": true,
|
|
|
- "dependencies": {
|
|
|
- "ansi-styles": "^4.0.0",
|
|
|
- "string-width": "^4.1.0",
|
|
|
- "strip-ansi": "^6.0.0"
|
|
|
- },
|
|
|
+ "node_modules/clsx": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
- "node": ">=10"
|
|
|
- },
|
|
|
- "funding": {
|
|
|
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
|
+ "node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/color-convert": {
|
|
|
@@ -1437,6 +1593,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"color-name": "~1.1.4"
|
|
|
},
|
|
|
@@ -1448,7 +1605,8 @@
|
|
|
"version": "1.1.4",
|
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
|
- "dev": true
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
},
|
|
|
"node_modules/combined-stream": {
|
|
|
"version": "1.0.8",
|
|
|
@@ -1463,18 +1621,18 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/concurrently": {
|
|
|
- "version": "9.1.2",
|
|
|
- "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz",
|
|
|
- "integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==",
|
|
|
+ "version": "9.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.1.tgz",
|
|
|
+ "integrity": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "chalk": "^4.1.2",
|
|
|
- "lodash": "^4.17.21",
|
|
|
- "rxjs": "^7.8.1",
|
|
|
- "shell-quote": "^1.8.1",
|
|
|
- "supports-color": "^8.1.1",
|
|
|
- "tree-kill": "^1.2.2",
|
|
|
- "yargs": "^17.7.2"
|
|
|
+ "chalk": "4.1.2",
|
|
|
+ "rxjs": "7.8.2",
|
|
|
+ "shell-quote": "1.8.3",
|
|
|
+ "supports-color": "8.1.1",
|
|
|
+ "tree-kill": "1.2.2",
|
|
|
+ "yargs": "17.7.2"
|
|
|
},
|
|
|
"bin": {
|
|
|
"conc": "dist/bin/concurrently.js",
|
|
|
@@ -1493,6 +1651,12 @@
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/defu": {
|
|
|
+ "version": "6.1.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
|
|
|
+ "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/delayed-stream": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
|
@@ -1526,6 +1690,13 @@
|
|
|
"node": ">= 0.4"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/emoji-regex": {
|
|
|
+ "version": "8.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
|
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/enhanced-resolve": {
|
|
|
"version": "5.18.3",
|
|
|
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
|
|
|
@@ -1643,6 +1814,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
@@ -1653,16 +1825,34 @@
|
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/fdir": {
|
|
|
+ "version": "6.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
|
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "picomatch": "^3 || ^4"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "picomatch": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/follow-redirects": {
|
|
|
- "version": "1.15.9",
|
|
|
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
|
|
|
- "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
|
|
|
+ "version": "1.15.11",
|
|
|
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
|
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
|
"funding": [
|
|
|
{
|
|
|
"type": "individual",
|
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
|
}
|
|
|
],
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=4.0"
|
|
|
},
|
|
|
@@ -1693,6 +1883,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
|
"hasInstallScript": true,
|
|
|
+ "license": "MIT",
|
|
|
"optional": true,
|
|
|
"os": [
|
|
|
"darwin"
|
|
|
@@ -1705,6 +1896,7 @@
|
|
|
"version": "1.1.2",
|
|
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
|
+ "license": "MIT",
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
@@ -1714,6 +1906,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
|
"dev": true,
|
|
|
+ "license": "ISC",
|
|
|
"engines": {
|
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
|
}
|
|
|
@@ -1779,6 +1972,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
@@ -1814,6 +2008,7 @@
|
|
|
"version": "2.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"function-bind": "^1.1.2"
|
|
|
},
|
|
|
@@ -1826,6 +2021,7 @@
|
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
@@ -2109,18 +2305,21 @@
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/lodash": {
|
|
|
- "version": "4.17.21",
|
|
|
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
|
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"node_modules/lodash-es": {
|
|
|
"version": "4.17.21",
|
|
|
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
|
|
|
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/lucide-vue-next": {
|
|
|
+ "version": "0.553.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.553.0.tgz",
|
|
|
+ "integrity": "sha512-0tg9XT+VCElTT+7EXXbBRhWe1nU7Doa32Xv/dHP5/LCleFVgV6cAqziM3C7AetqmsYIsfAtNwRYdtvs4Ds7aUg==",
|
|
|
+ "license": "ISC",
|
|
|
+ "peerDependencies": {
|
|
|
+ "vue": ">=3.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/magic-string": {
|
|
|
"version": "0.30.21",
|
|
|
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
|
@@ -2190,17 +2389,25 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/ohash": {
|
|
|
+ "version": "2.0.11",
|
|
|
+ "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
|
|
|
+ "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/picocolors": {
|
|
|
"version": "1.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
|
+ "license": "ISC"
|
|
|
},
|
|
|
"node_modules/picomatch": {
|
|
|
- "version": "2.3.1",
|
|
|
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
|
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
|
+ "version": "4.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
|
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
- "node": ">=8.6"
|
|
|
+ "node": ">=12"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
|
@@ -2237,7 +2444,8 @@
|
|
|
"node_modules/proxy-from-env": {
|
|
|
"version": "1.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
|
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
|
|
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
|
+ "license": "MIT"
|
|
|
},
|
|
|
"node_modules/qs": {
|
|
|
"version": "6.14.0",
|
|
|
@@ -2267,11 +2475,69 @@
|
|
|
"url": "https://paulmillr.com/funding/"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/reka-ui": {
|
|
|
+ "version": "2.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.6.0.tgz",
|
|
|
+ "integrity": "sha512-NrGMKrABD97l890mFS3TNUzB0BLUfbL3hh0NjcJRIUSUljb288bx3Mzo31nOyUcdiiW0HqFGXJwyCBh9cWgb0w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@floating-ui/dom": "^1.6.13",
|
|
|
+ "@floating-ui/vue": "^1.1.6",
|
|
|
+ "@internationalized/date": "^3.5.0",
|
|
|
+ "@internationalized/number": "^3.5.0",
|
|
|
+ "@tanstack/vue-virtual": "^3.12.0",
|
|
|
+ "@vueuse/core": "^12.5.0",
|
|
|
+ "@vueuse/shared": "^12.5.0",
|
|
|
+ "aria-hidden": "^1.2.4",
|
|
|
+ "defu": "^6.1.4",
|
|
|
+ "ohash": "^2.0.11"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vue": ">= 3.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/reka-ui/node_modules/@vueuse/core": {
|
|
|
+ "version": "12.8.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.8.2.tgz",
|
|
|
+ "integrity": "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/web-bluetooth": "^0.0.21",
|
|
|
+ "@vueuse/metadata": "12.8.2",
|
|
|
+ "@vueuse/shared": "12.8.2",
|
|
|
+ "vue": "^3.5.13"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/reka-ui/node_modules/@vueuse/metadata": {
|
|
|
+ "version": "12.8.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.8.2.tgz",
|
|
|
+ "integrity": "sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/reka-ui/node_modules/@vueuse/shared": {
|
|
|
+ "version": "12.8.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.8.2.tgz",
|
|
|
+ "integrity": "sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "vue": "^3.5.13"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/require-directory": {
|
|
|
"version": "2.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
@@ -2318,19 +2584,21 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rxjs": {
|
|
|
- "version": "7.8.1",
|
|
|
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
|
- "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
|
+ "version": "7.8.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
|
|
|
+ "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
|
|
|
"dev": true,
|
|
|
+ "license": "Apache-2.0",
|
|
|
"dependencies": {
|
|
|
"tslib": "^2.1.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/shell-quote": {
|
|
|
- "version": "1.8.2",
|
|
|
- "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
|
|
|
- "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
|
|
|
+ "version": "1.8.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
|
|
|
+ "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">= 0.4"
|
|
|
},
|
|
|
@@ -2414,15 +2682,45 @@
|
|
|
"version": "1.2.1",
|
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
"engines": {
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/string-width": {
|
|
|
+ "version": "4.2.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
|
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "emoji-regex": "^8.0.0",
|
|
|
+ "is-fullwidth-code-point": "^3.0.0",
|
|
|
+ "strip-ansi": "^6.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/strip-ansi": {
|
|
|
+ "version": "6.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
|
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ansi-regex": "^5.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/supports-color": {
|
|
|
"version": "8.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
|
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"has-flag": "^4.0.0"
|
|
|
},
|
|
|
@@ -2433,6 +2731,16 @@
|
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/tailwind-merge": {
|
|
|
+ "version": "3.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.1.tgz",
|
|
|
+ "integrity": "sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/dcastil"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/tailwindcss": {
|
|
|
"version": "4.1.17",
|
|
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz",
|
|
|
@@ -2469,40 +2777,12 @@
|
|
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/tinyglobby/node_modules/fdir": {
|
|
|
- "version": "6.5.0",
|
|
|
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
|
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
|
- "license": "MIT",
|
|
|
- "engines": {
|
|
|
- "node": ">=12.0.0"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "picomatch": "^3 || ^4"
|
|
|
- },
|
|
|
- "peerDependenciesMeta": {
|
|
|
- "picomatch": {
|
|
|
- "optional": true
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/tinyglobby/node_modules/picomatch": {
|
|
|
- "version": "4.0.3",
|
|
|
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
|
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
|
- "license": "MIT",
|
|
|
- "engines": {
|
|
|
- "node": ">=12"
|
|
|
- },
|
|
|
- "funding": {
|
|
|
- "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/tree-kill": {
|
|
|
"version": "1.2.2",
|
|
|
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
|
|
|
"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"bin": {
|
|
|
"tree-kill": "cli.js"
|
|
|
}
|
|
|
@@ -2511,7 +2791,30 @@
|
|
|
"version": "2.8.1",
|
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
|
- "dev": true
|
|
|
+ "license": "0BSD"
|
|
|
+ },
|
|
|
+ "node_modules/tw-animate-css": {
|
|
|
+ "version": "1.4.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.4.0.tgz",
|
|
|
+ "integrity": "sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/Wombosvideo"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/typescript": {
|
|
|
+ "version": "5.9.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
|
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
|
+ "devOptional": true,
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "bin": {
|
|
|
+ "tsc": "bin/tsc",
|
|
|
+ "tsserver": "bin/tsserver"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.17"
|
|
|
+ }
|
|
|
},
|
|
|
"node_modules/vite": {
|
|
|
"version": "7.2.2",
|
|
|
@@ -2591,35 +2894,19 @@
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.2.0.tgz",
|
|
|
"integrity": "sha512-kz18NW79x0IHbxRSHm0jttP4zoO9P9gXh+n6UTwlNKnviTTEpOlum6oS9SmecrTtSr+muHEn5TUuC75UovQzcA==",
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"picocolors": "^1.0.0",
|
|
|
"picomatch": "^2.3.1"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/vite/node_modules/fdir": {
|
|
|
- "version": "6.5.0",
|
|
|
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
|
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
|
- "license": "MIT",
|
|
|
- "engines": {
|
|
|
- "node": ">=12.0.0"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "picomatch": "^3 || ^4"
|
|
|
- },
|
|
|
- "peerDependenciesMeta": {
|
|
|
- "picomatch": {
|
|
|
- "optional": true
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/vite/node_modules/picomatch": {
|
|
|
- "version": "4.0.3",
|
|
|
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
|
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
|
+ "node_modules/vite-plugin-full-reload/node_modules/picomatch": {
|
|
|
+ "version": "2.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
|
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
- "node": ">=12"
|
|
|
+ "node": ">=8.6"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
|
@@ -2646,33 +2933,40 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/wrap-ansi": {
|
|
|
+ "version": "7.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
|
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ansi-styles": "^4.0.0",
|
|
|
+ "string-width": "^4.1.0",
|
|
|
+ "strip-ansi": "^6.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/y18n": {
|
|
|
"version": "5.0.8",
|
|
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
|
"dev": true,
|
|
|
+ "license": "ISC",
|
|
|
"engines": {
|
|
|
"node": ">=10"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/yaml": {
|
|
|
- "version": "2.7.0",
|
|
|
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
|
|
|
- "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
|
|
|
- "optional": true,
|
|
|
- "peer": true,
|
|
|
- "bin": {
|
|
|
- "yaml": "bin.mjs"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">= 14"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/yargs": {
|
|
|
"version": "17.7.2",
|
|
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"cliui": "^8.0.1",
|
|
|
"escalade": "^3.1.1",
|
|
|
@@ -2691,50 +2985,10 @@
|
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
|
"dev": true,
|
|
|
+ "license": "ISC",
|
|
|
"engines": {
|
|
|
"node": ">=12"
|
|
|
}
|
|
|
- },
|
|
|
- "node_modules/yargs/node_modules/ansi-regex": {
|
|
|
- "version": "5.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
|
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
|
- "dev": true,
|
|
|
- "engines": {
|
|
|
- "node": ">=8"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/yargs/node_modules/emoji-regex": {
|
|
|
- "version": "8.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
|
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
- "node_modules/yargs/node_modules/string-width": {
|
|
|
- "version": "4.2.3",
|
|
|
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
|
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
|
- "dev": true,
|
|
|
- "dependencies": {
|
|
|
- "emoji-regex": "^8.0.0",
|
|
|
- "is-fullwidth-code-point": "^3.0.0",
|
|
|
- "strip-ansi": "^6.0.1"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=8"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/yargs/node_modules/strip-ansi": {
|
|
|
- "version": "6.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
|
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
|
- "dev": true,
|
|
|
- "dependencies": {
|
|
|
- "ansi-regex": "^5.0.1"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=8"
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|