diff options
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 228 |
1 files changed, 222 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index de2dff0..b27be3d 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -594,18 +594,234 @@ | |||
| 594 | } | 594 | } |
| 595 | }, | 595 | }, |
| 596 | "node_modules/@tailwindcss/postcss": { | 596 | "node_modules/@tailwindcss/postcss": { |
| 597 | "version": "4.1.0", | 597 | "version": "4.1.1", |
| 598 | "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.0.tgz", | 598 | "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.1.tgz", |
| 599 | "integrity": "sha512-b2NWFAFfLXY7960jLY5QkKbuYKrQUULx60XU3BCzyaUQpU/7lLf3n2CiHibZPdBq5CIXrUp10wdxhV0EI0Js2g==", | 599 | "integrity": "sha512-GX9AEM+msH0i2Yh1b6CuDRaZRo3kmbvIrLbSfvJ53C3uaAgsQ//fTQAh9HMQ6t1a9zvoUptlYqG//plWsBQTCw==", |
| 600 | "license": "MIT", | 600 | "license": "MIT", |
| 601 | "dependencies": { | 601 | "dependencies": { |
| 602 | "@alloc/quick-lru": "^5.2.0", | 602 | "@alloc/quick-lru": "^5.2.0", |
| 603 | "@tailwindcss/node": "4.1.0", | 603 | "@tailwindcss/node": "4.1.1", |
| 604 | "@tailwindcss/oxide": "4.1.0", | 604 | "@tailwindcss/oxide": "4.1.1", |
| 605 | "postcss": "^8.4.41", | 605 | "postcss": "^8.4.41", |
| 606 | "tailwindcss": "4.1.0" | 606 | "tailwindcss": "4.1.1" |
| 607 | } | ||
| 608 | }, | ||
| 609 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/node": { | ||
| 610 | "version": "4.1.1", | ||
| 611 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.1.tgz", | ||
| 612 | "integrity": "sha512-xvlh4pvfG/bkv0fEtJDABAm1tjtSmSyi2QmS4zyj1EKNI1UiOYiUq1IphSwDsNJ5vJ9cWEGs4rJXpUdCN2kujQ==", | ||
| 613 | "license": "MIT", | ||
| 614 | "dependencies": { | ||
| 615 | "enhanced-resolve": "^5.18.1", | ||
| 616 | "jiti": "^2.4.2", | ||
| 617 | "lightningcss": "1.29.2", | ||
| 618 | "tailwindcss": "4.1.1" | ||
| 619 | } | ||
| 620 | }, | ||
| 621 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide": { | ||
| 622 | "version": "4.1.1", | ||
| 623 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.1.tgz", | ||
| 624 | "integrity": "sha512-7+YBgnPQ4+jv6B6WVOerJ6WOzDzNJXrRKDts674v6TKAqFqYRr9+EBtSziO7nNcwQ8JtoZNMeqA+WJDjtCM/7w==", | ||
| 625 | "license": "MIT", | ||
| 626 | "engines": { | ||
| 627 | "node": ">= 10" | ||
| 628 | }, | ||
| 629 | "optionalDependencies": { | ||
| 630 | "@tailwindcss/oxide-android-arm64": "4.1.1", | ||
| 631 | "@tailwindcss/oxide-darwin-arm64": "4.1.1", | ||
| 632 | "@tailwindcss/oxide-darwin-x64": "4.1.1", | ||
| 633 | "@tailwindcss/oxide-freebsd-x64": "4.1.1", | ||
| 634 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.1", | ||
| 635 | "@tailwindcss/oxide-linux-arm64-gnu": "4.1.1", | ||
| 636 | "@tailwindcss/oxide-linux-arm64-musl": "4.1.1", | ||
| 637 | "@tailwindcss/oxide-linux-x64-gnu": "4.1.1", | ||
| 638 | "@tailwindcss/oxide-linux-x64-musl": "4.1.1", | ||
| 639 | "@tailwindcss/oxide-win32-arm64-msvc": "4.1.1", | ||
| 640 | "@tailwindcss/oxide-win32-x64-msvc": "4.1.1" | ||
| 641 | } | ||
| 642 | }, | ||
| 643 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-android-arm64": { | ||
| 644 | "version": "4.1.1", | ||
| 645 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.1.tgz", | ||
| 646 | "integrity": "sha512-gTyRzfdParpoCU1yyUC/iN6XK6T0Ra4bDlF8Aeul5NP9cLzKEZDogdNVNGv5WZmCDkVol7qlex7TMmcfytMmmw==", | ||
| 647 | "cpu": [ | ||
| 648 | "arm64" | ||
| 649 | ], | ||
| 650 | "license": "MIT", | ||
| 651 | "optional": true, | ||
| 652 | "os": [ | ||
| 653 | "android" | ||
| 654 | ], | ||
| 655 | "engines": { | ||
| 656 | "node": ">= 10" | ||
| 657 | } | ||
| 658 | }, | ||
| 659 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-darwin-arm64": { | ||
| 660 | "version": "4.1.1", | ||
| 661 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.1.tgz", | ||
| 662 | "integrity": "sha512-dI0QbdMWBvLB3MtaTKetzUKG9CUUQow8JSP4Nm+OxVokeZ+N+f1OmZW/hW1LzMxpx9RQCBgSRL+IIvKRat5Wdg==", | ||
| 663 | "cpu": [ | ||
| 664 | "arm64" | ||
| 665 | ], | ||
| 666 | "license": "MIT", | ||
| 667 | "optional": true, | ||
| 668 | "os": [ | ||
| 669 | "darwin" | ||
| 670 | ], | ||
| 671 | "engines": { | ||
| 672 | "node": ">= 10" | ||
| 673 | } | ||
| 674 | }, | ||
| 675 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-darwin-x64": { | ||
| 676 | "version": "4.1.1", | ||
| 677 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.1.tgz", | ||
| 678 | "integrity": "sha512-2Y+NPQOTRBCItshPgY/CWg4bKi7E9evMg4bgdb6h9iZObCZLOe3doPcuSxGS3DB0dKyMFKE8pTdWtFUbxZBMSA==", | ||
| 679 | "cpu": [ | ||
| 680 | "x64" | ||
| 681 | ], | ||
| 682 | "license": "MIT", | ||
| 683 | "optional": true, | ||
| 684 | "os": [ | ||
| 685 | "darwin" | ||
| 686 | ], | ||
| 687 | "engines": { | ||
| 688 | "node": ">= 10" | ||
| 689 | } | ||
| 690 | }, | ||
| 691 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-freebsd-x64": { | ||
| 692 | "version": "4.1.1", | ||
| 693 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.1.tgz", | ||
| 694 | "integrity": "sha512-N97NGMsB/7CHShbc5ube4dcsW/bYENkBrg8yWi8ieN9boYVRdw3cZviVryV/Nfu9bKbBV9kUvduFF2qBI7rEqg==", | ||
| 695 | "cpu": [ | ||
| 696 | "x64" | ||
| 697 | ], | ||
| 698 | "license": "MIT", | ||
| 699 | "optional": true, | ||
| 700 | "os": [ | ||
| 701 | "freebsd" | ||
| 702 | ], | ||
| 703 | "engines": { | ||
| 704 | "node": ">= 10" | ||
| 705 | } | ||
| 706 | }, | ||
| 707 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | ||
| 708 | "version": "4.1.1", | ||
| 709 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.1.tgz", | ||
| 710 | "integrity": "sha512-33Lk6KbHnUZbXqza6RWNFo9wqPQ4+H5BAn1CkUUfC1RZ1vYbyDN6+iJPj53wmnWJ3mhRI8jWt3Jt1fO02IVdUQ==", | ||
| 711 | "cpu": [ | ||
| 712 | "arm" | ||
| 713 | ], | ||
| 714 | "license": "MIT", | ||
| 715 | "optional": true, | ||
| 716 | "os": [ | ||
| 717 | "linux" | ||
| 718 | ], | ||
| 719 | "engines": { | ||
| 720 | "node": ">= 10" | ||
| 721 | } | ||
| 722 | }, | ||
| 723 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | ||
| 724 | "version": "4.1.1", | ||
| 725 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.1.tgz", | ||
| 726 | "integrity": "sha512-LyW35RzSUy+80WYScv03HKasAUmMFDaSbNpWfk1gG5gEE9kuRGnDzSrqMoLAmY/kzMCYP/1kqmUiAx8EFLkI2A==", | ||
| 727 | "cpu": [ | ||
| 728 | "arm64" | ||
| 729 | ], | ||
| 730 | "license": "MIT", | ||
| 731 | "optional": true, | ||
| 732 | "os": [ | ||
| 733 | "linux" | ||
| 734 | ], | ||
| 735 | "engines": { | ||
| 736 | "node": ">= 10" | ||
| 737 | } | ||
| 738 | }, | ||
| 739 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-linux-arm64-musl": { | ||
| 740 | "version": "4.1.1", | ||
| 741 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.1.tgz", | ||
| 742 | "integrity": "sha512-1KPnDMlHdqjPTUSFjx55pafvs8RZXRgxfeRgUrukwDKkuj7gFk28vW3Mx65YdiugAc9NWs3VgueZWaM1Po6uGw==", | ||
| 743 | "cpu": [ | ||
| 744 | "arm64" | ||
| 745 | ], | ||
| 746 | "license": "MIT", | ||
| 747 | "optional": true, | ||
| 748 | "os": [ | ||
| 749 | "linux" | ||
| 750 | ], | ||
| 751 | "engines": { | ||
| 752 | "node": ">= 10" | ||
| 753 | } | ||
| 754 | }, | ||
| 755 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-linux-x64-gnu": { | ||
| 756 | "version": "4.1.1", | ||
| 757 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.1.tgz", | ||
| 758 | "integrity": "sha512-4WdzA+MRlsinEEE6yxNMLJxpw0kE9XVipbAKdTL8BeUpyC2TdA3TL46lBulXzKp3BIxh3nqyR/UCqzl5o+3waQ==", | ||
| 759 | "cpu": [ | ||
| 760 | "x64" | ||
| 761 | ], | ||
| 762 | "license": "MIT", | ||
| 763 | "optional": true, | ||
| 764 | "os": [ | ||
| 765 | "linux" | ||
| 766 | ], | ||
| 767 | "engines": { | ||
| 768 | "node": ">= 10" | ||
| 607 | } | 769 | } |
| 608 | }, | 770 | }, |
| 771 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-linux-x64-musl": { | ||
| 772 | "version": "4.1.1", | ||
| 773 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.1.tgz", | ||
| 774 | "integrity": "sha512-q7Ugbw3ARcjCW2VMUYrcMbJ6aMQuWPArBBE2EqC/swPZTdGADvMQSlvR0VKusUM4HoSsO7ZbvcZ53YwR57+AKw==", | ||
| 775 | "cpu": [ | ||
| 776 | "x64" | ||
| 777 | ], | ||
| 778 | "license": "MIT", | ||
| 779 | "optional": true, | ||
| 780 | "os": [ | ||
| 781 | "linux" | ||
| 782 | ], | ||
| 783 | "engines": { | ||
| 784 | "node": ">= 10" | ||
| 785 | } | ||
| 786 | }, | ||
| 787 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | ||
| 788 | "version": "4.1.1", | ||
| 789 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.1.tgz", | ||
| 790 | "integrity": "sha512-0KpqsovgHcIzm7eAGzzEZsEs0/nPYXnRBv+aPq/GehpNQuE/NAQu+YgZXIIof+VflDFuyXOEnaFr7T5MZ1INhA==", | ||
| 791 | "cpu": [ | ||
| 792 | "arm64" | ||
| 793 | ], | ||
| 794 | "license": "MIT", | ||
| 795 | "optional": true, | ||
| 796 | "os": [ | ||
| 797 | "win32" | ||
| 798 | ], | ||
| 799 | "engines": { | ||
| 800 | "node": ">= 10" | ||
| 801 | } | ||
| 802 | }, | ||
| 803 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-win32-x64-msvc": { | ||
| 804 | "version": "4.1.1", | ||
| 805 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.1.tgz", | ||
| 806 | "integrity": "sha512-B1mjeXNS26kBOHv5sXARf6Wd0PWHV9x1TDlW0ummrBUOUAxAy5wcy4Nii1wzNvCdvC448hgiL06ylhwAbNthmg==", | ||
| 807 | "cpu": [ | ||
| 808 | "x64" | ||
| 809 | ], | ||
| 810 | "license": "MIT", | ||
| 811 | "optional": true, | ||
| 812 | "os": [ | ||
| 813 | "win32" | ||
| 814 | ], | ||
| 815 | "engines": { | ||
| 816 | "node": ">= 10" | ||
| 817 | } | ||
| 818 | }, | ||
| 819 | "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { | ||
| 820 | "version": "4.1.1", | ||
| 821 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.1.tgz", | ||
| 822 | "integrity": "sha512-QNbdmeS979Efzim2g/bEvfuh+fTcIdp1y7gA+sb6OYSW74rt7Cr7M78AKdf6HqWT3d5AiTb7SwTT3sLQxr4/qw==", | ||
| 823 | "license": "MIT" | ||
| 824 | }, | ||
| 609 | "node_modules/@trysound/sax": { | 825 | "node_modules/@trysound/sax": { |
| 610 | "version": "0.2.0", | 826 | "version": "0.2.0", |
| 611 | "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", | 827 | "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", |
