summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.ts5
-rw-r--r--deno.json3
-rw-r--r--deno.lock387
3 files changed, 392 insertions, 3 deletions
diff --git a/_config.ts b/_config.ts
index 77b2bbb..d3d4a96 100644
--- a/_config.ts
+++ b/_config.ts
@@ -2,6 +2,7 @@ import lume from "lume/mod.ts";
import attributes from "lume/plugins/attributes.ts";
import base_path from "lume/plugins/base_path.ts";
import code_highlight from "lume/plugins/code_highlight.ts";
+import cssnano from "cssnano";
import date from "lume/plugins/date.ts";
import postcss from "lume/plugins/postcss.ts";
import sass from "lume/plugins/sass.ts";
@@ -57,7 +58,9 @@ site.use(attributes())
],
},
}))
- .use(postcss());
+ .use(postcss({
+ plugins: [cssnano()]
+ }));
site.copy("public", ".");
site.data("gitCommit", await getGitRevision());
diff --git a/deno.json b/deno.json
index 15c49a6..6130f5f 100644
--- a/deno.json
+++ b/deno.json
@@ -6,7 +6,8 @@
},
"imports": {
"lume/": "https://deno.land/x/[email protected]/",
- "catppuccin": "npm:@catppuccin/[email protected]"
+ "catppuccin": "npm:@catppuccin/[email protected]",
+ "cssnano": "npm:[email protected]"
},
"compilerOptions": {
"types": ["lume/types.ts"]
diff --git a/deno.lock b/deno.lock
index 68b8f40..91c9c15 100644
--- a/deno.lock
+++ b/deno.lock
@@ -5,6 +5,7 @@
"npm:@js-temporal/[email protected]": "npm:@js-temporal/[email protected]",
@@ -106,6 +107,10 @@
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
"dependencies": {}
},
+ "@trysound/[email protected]": {
+ "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
+ "dependencies": {}
+ },
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dependencies": {}
@@ -163,6 +168,10 @@
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
"dependencies": {}
},
+ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
+ "dependencies": {}
+ },
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dependencies": {
@@ -188,6 +197,15 @@
"integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
"dependencies": {}
},
+ "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
+ "dependencies": {
+ "browserslist": "[email protected]",
+ "caniuse-lite": "[email protected]",
+ "lodash.memoize": "[email protected]",
+ "lodash.uniq": "[email protected]"
+ }
+ },
"integrity": "sha512-HMFNotUmLXn71BQxg8cijvqxnIAofforZOwGsxyXJ0qugTdspUF4sPSJ2vhgprHCB996tIDzEq1ubumPDV8ULA==",
"dependencies": {}
@@ -215,10 +233,18 @@
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dependencies": {}
},
+ "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
+ "dependencies": {}
+ },
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
"dependencies": {}
},
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
+ "dependencies": {}
+ },
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
"dependencies": {
@@ -227,10 +253,99 @@
"which": "[email protected]"
}
},
+ "integrity": "sha512-dZ3bVTEEc1vxr3Bek9vGwfB5Z6ESPULhcRvO472mfjVnj8jRcTnKO8/JTczlvxM10Myb+wBM++1MtdO76eWcaQ==",
+ "dependencies": {
+ "postcss": "[email protected]"
+ }
+ },
+ "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
+ "dependencies": {
+ "boolbase": "[email protected]",
+ "css-what": "[email protected]",
+ "domhandler": "[email protected]",
+ "domutils": "[email protected]",
+ "nth-check": "[email protected]"
+ }
+ },
+ "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
+ "dependencies": {
+ "mdn-data": "[email protected]",
+ "source-map-js": "[email protected]"
+ }
+ },
+ "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
+ "dependencies": {
+ "mdn-data": "[email protected]",
+ "source-map-js": "[email protected]"
+ }
+ },
+ "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
+ "dependencies": {}
+ },
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
"dependencies": {}
},
+ "integrity": "sha512-4y3H370aZCkT9Ev8P4SO4bZbt+AExeKhh8wTbms/X7OLDo5E7AYUUy6YPxa/uF5Grf+AJwNcCnxKhZynJ6luBA==",
+ "dependencies": {
+ "css-declaration-sorter": "[email protected][email protected]",
+ "postcss": "[email protected]",
+ "postcss-colormin": "[email protected][email protected]",
+ "postcss-convert-values": "[email protected][email protected]",
+ "postcss-discard-comments": "[email protected][email protected]",
+ "postcss-discard-duplicates": "[email protected][email protected]",
+ "postcss-discard-empty": "[email protected][email protected]",
+ "postcss-discard-overridden": "[email protected][email protected]",
+ "postcss-merge-longhand": "[email protected][email protected]",
+ "postcss-merge-rules": "[email protected][email protected]",
+ "postcss-minify-font-values": "[email protected][email protected]",
+ "postcss-minify-gradients": "[email protected][email protected]",
+ "postcss-minify-params": "[email protected][email protected]",
+ "postcss-minify-selectors": "[email protected][email protected]",
+ "postcss-normalize-charset": "[email protected][email protected]",
+ "postcss-normalize-display-values": "[email protected][email protected]",
+ "postcss-normalize-positions": "[email protected][email protected]",
+ "postcss-normalize-repeat-style": "[email protected][email protected]",
+ "postcss-normalize-string": "[email protected][email protected]",
+ "postcss-normalize-timing-functions": "[email protected][email protected]",
+ "postcss-normalize-unicode": "[email protected][email protected]",
+ "postcss-normalize-url": "[email protected][email protected]",
+ "postcss-normalize-whitespace": "[email protected][email protected]",
+ "postcss-ordered-values": "[email protected][email protected]",
+ "postcss-reduce-initial": "[email protected][email protected]",
+ "postcss-reduce-transforms": "[email protected][email protected]",
+ "postcss-unique-selectors": "[email protected][email protected]"
+ }
+ },
+ "integrity": "sha512-6qQuYDqsGoiXssZ3zct6dcMxiqfT6epy7x4R0TQJadd4LWO3sPR6JH6ZByOvVLoZ6EdwPGgd7+DR1EmX3tiXQQ==",
+ "dependencies": {
+ "postcss": "[email protected]"
+ }
+ },
+ "integrity": "sha512-MRq4CIj8pnyZpcI2qs6wswoYoDD1t0aL28n+41c1Ukcpm56m1h6mCexIHBGjfZfnTqtGSSCP4/fB1ovxgjBOiw==",
+ "dependencies": {
+ "cssnano-preset-default": "[email protected][email protected]",
+ "lilconfig": "[email protected]",
+ "postcss": "[email protected]"
+ }
+ },
+ "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
+ "dependencies": {
+ "css-tree": "[email protected]"
+ }
+ },
"integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
"dependencies": {
@@ -245,6 +360,32 @@
"integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
"dependencies": {}
},
+ "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
+ "dependencies": {
+ "domelementtype": "[email protected]",
+ "domhandler": "[email protected]",
+ "entities": "[email protected]"
+ }
+ },
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
+ "dependencies": {}
+ },
+ "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
+ "dependencies": {
+ "domelementtype": "[email protected]"
+ }
+ },
+ "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
+ "dependencies": {
+ "dom-serializer": "[email protected]",
+ "domelementtype": "[email protected]",
+ "domhandler": "[email protected]"
+ }
+ },
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
"dependencies": {}
@@ -413,6 +554,14 @@
"uc.micro": "[email protected]"
}
},
+ "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
+ "dependencies": {}
+ },
+ "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
+ "dependencies": {}
+ },
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
"dependencies": {}
@@ -438,6 +587,14 @@
"uc.micro": "[email protected]"
}
},
+ "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
+ "dependencies": {}
+ },
+ "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
+ "dependencies": {}
+ },
"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
"dependencies": {}
@@ -487,6 +644,12 @@
"integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
"dependencies": {}
},
+ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
+ "dependencies": {
+ "boolbase": "[email protected]"
+ }
+ },
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
"dependencies": {}
@@ -526,6 +689,56 @@
"integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
"dependencies": {}
},
+ "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-selector-parser": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-TXKOxs9LWcdYo5cgmcSHPkyrLAh86hX1ijmyy6J8SbOhyv6ua053M3ZAM/0j44UsnQNIWdl8gb5L7xX2htKeLw==",
+ "dependencies": {
+ "browserslist": "[email protected]",
+ "caniuse-api": "[email protected]",
+ "colord": "[email protected]",
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-aeBmaTnGQ+NUSVQT8aY0sKyAD/BaLJenEKZ03YK0JnDE1w1Rr8XShoxdal2V2H26xTJKr3v5haByOhJuyT4UYw==",
+ "dependencies": {
+ "browserslist": "[email protected]",
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-f1KYNPtqYLUeZGCHQPKzzFtsHaRuECe6jLakf/RjSRqvF5XHLZnM2+fXLhb8Qh/HBFHs3M4cSLb1k3B899RYIg==",
+ "dependencies": {
+ "postcss": "[email protected]"
+ }
+ },
+ "integrity": "sha512-1hvUs76HLYR8zkScbwyJ8oJEugfPV+WchpnA+26fpJ7Smzs51CzGBHC32RS03psuX/2l0l0UKh2StzNxOrKCYg==",
+ "dependencies": {
+ "postcss": "[email protected]"
+ }
+ },
+ "integrity": "sha512-yitcmKwmVWtNsrrRqGJ7/C0YRy53i0mjexBDQ9zYxDwTWVBgbU4+C9jIZLmQlTDT9zhml+u0OMFJh8+31krmOg==",
+ "dependencies": {
+ "postcss": "[email protected]"
+ }
+ },
+ "integrity": "sha512-qs0ehZMMZpSESbRkw1+inkf51kak6OOzNRaoLd/U7Fatp0aN2HQ1rxGOrJvYcRAN9VpX8kUF13R2ofn8OlvFVA==",
+ "dependencies": {
+ "postcss": "[email protected]"
+ }
+ },
"integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
"dependencies": {
@@ -559,6 +772,56 @@
}
},
+ "integrity": "sha512-+yfVB7gEM8SrCo9w2lCApKIEzrTKl5yS1F4yGhV3kSim6JzbfLGJyhR1B6X+6vOT0U33Mgx7iv4X9MVWuaSAfw==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]",
+ }
+ },
+ "integrity": "sha512-yfkDqSHGohy8sGYIJwBmIGDv4K4/WrJPX355XrxQb/CSsT4Kc/RxDi6akqn5s9bap85AWgv21ArcUWwWdGNSHA==",
+ "dependencies": {
+ "browserslist": "[email protected]",
+ "caniuse-api": "[email protected]",
+ "postcss": "[email protected]",
+ "postcss-selector-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-tIwmF1zUPoN6xOtA/2FgVk1ZKrLcCvE0dpZLtzyyte0j9zUeB8RTbCqrHZGjJlxOvNWKMYtunLrrl7HPOiR46w==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-M1RJWVjd6IOLPl1hYiOd5HQHgpp6cvJVLrieQYS9y07Yo8itAr6jaekzJphaJFR0tcg4kRewCk3kna9uHBxn/w==",
+ "dependencies": {
+ "colord": "[email protected]",
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-zwQtbrPEBDj+ApELZ6QylLf2/c5zmASoOuA4DzolyVGdV38iR2I5QRMsZcHkcdkZzxpN8RS4cN7LPskOkTwTZw==",
+ "dependencies": {
+ "browserslist": "[email protected]",
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-0b+m+w7OAvZejPQdN2GjsXLv5o0jqYHX3aoV0e7RBKPCsB7TYG5KKWBFhGnB/iP3213Ts8c5H4wLPLMm7z28Sg==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-selector-parser": "[email protected]"
+ }
+ },
"integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
"dependencies": {
@@ -574,6 +837,92 @@
"postcss-selector-parser": "[email protected]"
}
},
+ "integrity": "sha512-aW5LbMNRZ+oDV57PF9K+WI1Z8MPnF+A8qbajg/T8PP126YrGX1f9IQx21GI2OlGz7XFJi/fNi0GTbY948XJtXg==",
+ "dependencies": {
+ "postcss": "[email protected]"
+ }
+ },
+ "integrity": "sha512-mc3vxp2bEuCb4LgCcmG1y6lKJu1Co8T+rKHrcbShJwUmKJiEl761qb/QQCfFwlrvSeET3jksolCR/RZuMURudw==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-HRsq8u/0unKNvm0cvwxcOUEcakFXqZ41fv3FOdPn916XFUrympjr+03oaLkuZENz3HE9RrQE9yU0Xv43ThWjQg==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-Gbb2nmCy6tTiA7Sh2MBs3fj9W8swonk6lw+dFFeQT68B0Pzwp1kvisJQkdV6rbbMSd9brMlS8I8ts52tAGWmGQ==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-5Fhx/+xzALJD9EI26Aq23hXwmv97Zfy2VFrt5PLT8lAhnBIZvmaT5pQk+NuJ/GWj/QWaKSKbnoKDGLbV6qnhXg==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-4zcczzHqmCU7L5dqTB9rzeqPWRMc0K2HoR+Bfl+FSMbqGBUcP5LRfgcH4BdRtLuzVQK1/FHdFoGT3F7rkEnY+g==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-Ff2VdAYCTGyMUwpevTZPZ4w0+mPjbZzLLyoLh/RMpqUqeQKZ+xMm31hkxBavDcGKcxm6ACzGk0nBfZ8LZkStKA==",
+ "dependencies": {
+ "browserslist": "[email protected]",
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-jEXL15tXSvbjm0yzUV7FBiEXwhIa9H88JOXDGQzmcWoB4mSjZIsmtto066s2iW9FYuIrIF4k04HA2BKAOpbsaQ==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-76i3NpWf6bB8UHlVuLRxG4zW2YykF9CTEcq/9LGAiz2qBuX5cBStadkk0jSkg9a9TCIXbMQz7yzrygKoCW9JuA==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-XXbb1O/MW9HdEhnBxitZpPFbIvDgbo9NK4c/5bOfiKpnIGZDoL2xd7/e6jW5DYLsWxBbs+1nZEnVgnjnlFViaA==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
+ "integrity": "sha512-YGKalhNlCLcjcLvjU5nF8FyeCTkCO5UtvJEt0hrPZVCTtRLSOH4z00T1UntQPj4dUmIYZgMj8qK77JbSX95hSw==",
+ "dependencies": {
+ "browserslist": "[email protected]",
+ "caniuse-api": "[email protected]",
+ "postcss": "[email protected]"
+ }
+ },
+ "integrity": "sha512-fUbV81OkUe75JM+VYO1gr/IoA2b/dRiH6HvMwhrIBSUrxq3jNZQZitSnugcTLDi1KkQh1eR/zi+iyxviUNBkcQ==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]"
+ }
+ },
"integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
"dependencies": {
@@ -581,6 +930,21 @@
"util-deprecate": "[email protected]"
}
},
+ "integrity": "sha512-IH5R9SjkTkh0kfFOQDImyy1+mTCb+E830+9SV1O+AaDcoHTvfsvt6WwJeo7KwcHbFnevZVCsXhDmjFiGVuwqFQ==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-value-parser": "[email protected]",
+ "svgo": "[email protected]"
+ }
+ },
+ "integrity": "sha512-8IZGQ94nechdG7Y9Sh9FlIY2b4uS8/k8kdKRX040XHsS3B6d1HrJAkXrBSsSu4SuARruSsUjW3nlSw8BHkaAYQ==",
+ "dependencies": {
+ "postcss": "[email protected]",
+ "postcss-selector-parser": "[email protected]"
+ }
+ },
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
"dependencies": {}
@@ -689,6 +1053,14 @@
"ansi-regex": "[email protected]"
}
},
+ "integrity": "sha512-00zvJGnCu64EpMjX8b5iCZ3us2Ptyw8+toEkb92VdmkEaRaSGBNKAoK6aWZckhXxmQP8zWiTaFaiMGIU8Ve8sg==",
+ "dependencies": {
+ "browserslist": "[email protected]",
+ "postcss": "[email protected]",
+ "postcss-selector-parser": "[email protected]"
+ }
+ },
"integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
"dependencies": {
@@ -705,6 +1077,18 @@
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
"dependencies": {}
},
+ "integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==",
+ "dependencies": {
+ "@trysound/sax": "@trysound/[email protected]",
+ "commander": "[email protected]",
+ "css-select": "[email protected]",
+ "css-tree": "[email protected]",
+ "css-what": "[email protected]",
+ "csso": "[email protected]",
+ "picocolors": "[email protected]"
+ }
+ },
"integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==",
"dependencies": {
@@ -1313,7 +1697,8 @@
},
"workspace": {
"dependencies": [
- "npm:@catppuccin/[email protected]"
+ "npm:@catppuccin/[email protected]",
]
}
}