|
|
@@ -52,12 +52,25 @@
|
|
|
"prettier": "~3.3.3",
|
|
|
"rimraf": "~5.0.10",
|
|
|
"sass": "~1.77.8",
|
|
|
+ "tailwindcss": "^3.4.15",
|
|
|
"unplugin-vue-components": "~0.27.4",
|
|
|
"vite": "~5.4.2",
|
|
|
"vite-plugin-compression": "~0.5.1",
|
|
|
"vue-eslint-parser": "~9.4.3"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@alloc/quick-lru": {
|
|
|
+ "version": "5.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
|
|
|
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@amap/amap-jsapi-loader": {
|
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@amap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.1.tgz",
|
|
|
@@ -734,11 +747,53 @@
|
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@jridgewell/gen-mapping": {
|
|
|
+ "version": "0.3.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
|
|
|
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/set-array": "^1.2.1",
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.10",
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.24"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/resolve-uri": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/set-array": {
|
|
|
+ "version": "1.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
|
|
|
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
"version": "1.5.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
|
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
|
|
|
},
|
|
|
+ "node_modules/@jridgewell/trace-mapping": {
|
|
|
+ "version": "0.3.25",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
|
|
|
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/resolve-uri": "^3.1.0",
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
|
"version": "2.1.5",
|
|
|
"resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
|
@@ -1383,6 +1438,12 @@
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/any-promise": {
|
|
|
+ "version": "1.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
|
|
|
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/anymatch": {
|
|
|
"version": "3.1.3",
|
|
|
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
|
|
|
@@ -1460,6 +1521,12 @@
|
|
|
"safe-buffer": "~5.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/arg": {
|
|
|
+ "version": "5.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/arg/-/arg-5.0.2.tgz",
|
|
|
+ "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/argparse": {
|
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
|
|
|
@@ -1680,6 +1747,15 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/camelcase-css": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/ccount": {
|
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
|
|
|
@@ -1825,6 +1901,15 @@
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/commander": {
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/commander/-/commander-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/compress-commons": {
|
|
|
"version": "4.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-4.1.2.tgz",
|
|
|
@@ -2032,6 +2117,12 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/didyoumean": {
|
|
|
+ "version": "1.2.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/didyoumean/-/didyoumean-1.2.2.tgz",
|
|
|
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/diff": {
|
|
|
"version": "5.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/diff/-/diff-5.2.0.tgz",
|
|
|
@@ -2040,6 +2131,12 @@
|
|
|
"node": ">=0.3.1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/dlv": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/dlv/-/dlv-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/doctrine": {
|
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
|
|
|
@@ -2837,6 +2934,15 @@
|
|
|
"rimraf": "bin.js"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/function-bind": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/glob": {
|
|
|
"version": "7.2.3",
|
|
|
"resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
|
|
|
@@ -2904,6 +3010,18 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/hasown": {
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
|
|
|
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/hast-util-from-parse5": {
|
|
|
"version": "7.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz",
|
|
|
@@ -3162,6 +3280,21 @@
|
|
|
"node": ">=4"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/is-core-module": {
|
|
|
+ "version": "2.15.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.15.1.tgz",
|
|
|
+ "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "hasown": "^2.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/is-extglob": {
|
|
|
"version": "2.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
|
@@ -3247,6 +3380,15 @@
|
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/jiti": {
|
|
|
+ "version": "1.21.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.6.tgz",
|
|
|
+ "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
|
|
|
+ "dev": true,
|
|
|
+ "bin": {
|
|
|
+ "jiti": "bin/jiti.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/js-yaml": {
|
|
|
"version": "4.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
|
@@ -3408,6 +3550,21 @@
|
|
|
"immediate": "~3.0.5"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/lilconfig": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/lines-and-columns": {
|
|
|
+ "version": "1.2.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
|
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/listenercount": {
|
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/listenercount/-/listenercount-1.0.1.tgz",
|
|
|
@@ -4431,6 +4588,17 @@
|
|
|
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
|
|
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
|
},
|
|
|
+ "node_modules/mz": {
|
|
|
+ "version": "2.7.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz",
|
|
|
+ "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "any-promise": "^1.0.0",
|
|
|
+ "object-assign": "^4.0.1",
|
|
|
+ "thenify-all": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/nanoid": {
|
|
|
"version": "3.3.7",
|
|
|
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
|
|
|
@@ -4489,6 +4657,24 @@
|
|
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/object-assign": {
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/object-hash": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/object-hash/-/object-hash-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/once": {
|
|
|
"version": "1.4.0",
|
|
|
"resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
|
|
|
@@ -4598,6 +4784,12 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/path-parse": {
|
|
|
+ "version": "1.0.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
|
|
|
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/path-scurry": {
|
|
|
"version": "1.11.1",
|
|
|
"resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
|
@@ -4621,9 +4813,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/picocolors": {
|
|
|
- "version": "1.0.1",
|
|
|
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.1.tgz",
|
|
|
- "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
|
|
|
},
|
|
|
"node_modules/picomatch": {
|
|
|
"version": "2.3.1",
|
|
|
@@ -4637,6 +4829,15 @@
|
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/pify": {
|
|
|
+ "version": "2.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
|
|
|
+ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/pinia": {
|
|
|
"version": "2.2.2",
|
|
|
"resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.2.2.tgz",
|
|
|
@@ -4687,6 +4888,15 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/pirates": {
|
|
|
+ "version": "4.0.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pirates/-/pirates-4.0.6.tgz",
|
|
|
+ "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/pkg-types": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.2.0.tgz",
|
|
|
@@ -4699,9 +4909,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/postcss": {
|
|
|
- "version": "8.4.41",
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.41.tgz",
|
|
|
- "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
|
|
|
+ "version": "8.4.49",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.49.tgz",
|
|
|
+ "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
|
|
|
"funding": [
|
|
|
{
|
|
|
"type": "opencollective",
|
|
|
@@ -4718,13 +4928,121 @@
|
|
|
],
|
|
|
"dependencies": {
|
|
|
"nanoid": "^3.3.7",
|
|
|
- "picocolors": "^1.0.1",
|
|
|
- "source-map-js": "^1.2.0"
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/postcss-import": {
|
|
|
+ "version": "15.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-import/-/postcss-import-15.1.0.tgz",
|
|
|
+ "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "postcss-value-parser": "^4.0.0",
|
|
|
+ "read-cache": "^1.0.0",
|
|
|
+ "resolve": "^1.1.7"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": "^8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-js": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-js/-/postcss-js-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "camelcase-css": "^2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12 || ^14 || >= 16"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": "^8.4.21"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-load-config": {
|
|
|
+ "version": "4.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
|
|
|
+ "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "lilconfig": "^3.0.0",
|
|
|
+ "yaml": "^2.3.4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 14"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": ">=8.0.9",
|
|
|
+ "ts-node": ">=9.0.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "postcss": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "ts-node": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-load-config/node_modules/lilconfig": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antonk52"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-nested": {
|
|
|
+ "version": "6.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-nested/-/postcss-nested-6.2.0.tgz",
|
|
|
+ "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "postcss-selector-parser": "^6.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": "^8.2.14"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/postcss-selector-parser": {
|
|
|
"version": "6.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
|
|
|
@@ -4738,6 +5056,12 @@
|
|
|
"node": ">=4"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/postcss-value-parser": {
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/prelude-ls": {
|
|
|
"version": "1.2.1",
|
|
|
"resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
|
@@ -4822,6 +5146,15 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ "node_modules/read-cache": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "pify": "^2.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/readable-stream": {
|
|
|
"version": "3.6.2",
|
|
|
"resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
|
@@ -4965,6 +5298,23 @@
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/resolve": {
|
|
|
+ "version": "1.22.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz",
|
|
|
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "is-core-module": "^2.13.0",
|
|
|
+ "path-parse": "^1.0.7",
|
|
|
+ "supports-preserve-symlinks-flag": "^1.0.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "resolve": "bin/resolve"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/resolve-from": {
|
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
|
@@ -5220,9 +5570,9 @@
|
|
|
"integrity": "sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA=="
|
|
|
},
|
|
|
"node_modules/source-map-js": {
|
|
|
- "version": "1.2.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.0.tgz",
|
|
|
- "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
|
|
|
+ "version": "1.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
|
"engines": {
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
@@ -5359,6 +5709,72 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/sucrase": {
|
|
|
+ "version": "3.35.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/sucrase/-/sucrase-3.35.0.tgz",
|
|
|
+ "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/gen-mapping": "^0.3.2",
|
|
|
+ "commander": "^4.0.0",
|
|
|
+ "glob": "^10.3.10",
|
|
|
+ "lines-and-columns": "^1.1.6",
|
|
|
+ "mz": "^2.7.0",
|
|
|
+ "pirates": "^4.0.1",
|
|
|
+ "ts-interface-checker": "^0.1.9"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "sucrase": "bin/sucrase",
|
|
|
+ "sucrase-node": "bin/sucrase-node"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=16 || 14 >=14.17"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/sucrase/node_modules/brace-expansion": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "balanced-match": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/sucrase/node_modules/glob": {
|
|
|
+ "version": "10.4.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
|
|
|
+ "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "foreground-child": "^3.1.0",
|
|
|
+ "jackspeak": "^3.1.2",
|
|
|
+ "minimatch": "^9.0.4",
|
|
|
+ "minipass": "^7.1.2",
|
|
|
+ "package-json-from-dist": "^1.0.0",
|
|
|
+ "path-scurry": "^1.11.1"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "glob": "dist/esm/bin.mjs"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/sucrase/node_modules/minimatch": {
|
|
|
+ "version": "9.0.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
|
|
|
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "brace-expansion": "^2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=16 || 14 >=14.17"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/supports-color": {
|
|
|
"version": "7.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
|
|
|
@@ -5371,6 +5787,18 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/supports-preserve-symlinks-flag": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/synckit": {
|
|
|
"version": "0.9.1",
|
|
|
"resolved": "https://registry.npmmirror.com/synckit/-/synckit-0.9.1.tgz",
|
|
|
@@ -5393,6 +5821,43 @@
|
|
|
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "node_modules/tailwindcss": {
|
|
|
+ "version": "3.4.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-3.4.15.tgz",
|
|
|
+ "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@alloc/quick-lru": "^5.2.0",
|
|
|
+ "arg": "^5.0.2",
|
|
|
+ "chokidar": "^3.6.0",
|
|
|
+ "didyoumean": "^1.2.2",
|
|
|
+ "dlv": "^1.1.3",
|
|
|
+ "fast-glob": "^3.3.2",
|
|
|
+ "glob-parent": "^6.0.2",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "jiti": "^1.21.6",
|
|
|
+ "lilconfig": "^2.1.0",
|
|
|
+ "micromatch": "^4.0.8",
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
+ "object-hash": "^3.0.0",
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
+ "postcss": "^8.4.47",
|
|
|
+ "postcss-import": "^15.1.0",
|
|
|
+ "postcss-js": "^4.0.1",
|
|
|
+ "postcss-load-config": "^4.0.2",
|
|
|
+ "postcss-nested": "^6.2.0",
|
|
|
+ "postcss-selector-parser": "^6.1.2",
|
|
|
+ "resolve": "^1.22.8",
|
|
|
+ "sucrase": "^3.35.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "tailwind": "lib/cli.js",
|
|
|
+ "tailwindcss": "lib/cli.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/tar-stream": {
|
|
|
"version": "2.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
|
@@ -5414,6 +5879,27 @@
|
|
|
"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "node_modules/thenify": {
|
|
|
+ "version": "3.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
|
|
|
+ "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "any-promise": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/thenify-all": {
|
|
|
+ "version": "1.6.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
|
|
|
+ "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "thenify": ">= 3.1.0 < 4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/tinymce": {
|
|
|
"version": "5.10.9",
|
|
|
"resolved": "https://registry.npmmirror.com/tinymce/-/tinymce-5.10.9.tgz",
|
|
|
@@ -5481,6 +5967,12 @@
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/ts-interface-checker": {
|
|
|
+ "version": "0.1.13",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
|
|
|
+ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/tslib": {
|
|
|
"version": "2.3.0",
|
|
|
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
|
|
|
@@ -6261,6 +6753,18 @@
|
|
|
"resolved": "https://registry.npmmirror.com/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
|
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
|
|
|
},
|
|
|
+ "node_modules/yaml": {
|
|
|
+ "version": "2.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.6.1.tgz",
|
|
|
+ "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
|
|
|
+ "dev": true,
|
|
|
+ "bin": {
|
|
|
+ "yaml": "bin.mjs"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 14"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/yocto-queue": {
|
|
|
"version": "0.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
|