Skip to content

Commit 2902dee

Browse files
authored
feat(site): add MiCA white paper (#5095)
2 parents 0a1614c + 75b9689 commit 2902dee

File tree

6 files changed

+689
-6
lines changed

6 files changed

+689
-6
lines changed

site/package-lock.json

Lines changed: 211 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"contentful": "^11.2.1",
3232
"echarts": "^5.5.1",
3333
"gl-matrix": "^3.4.3",
34+
"pdfjs-dist": "^5.4.54",
3435
"rehype-autolink-headings": "^7.1.0",
3536
"rehype-katex": "^7.0.1",
3637
"rehype-mathjax": "^6.0.0",
@@ -40,6 +41,7 @@
4041
"remark-math": "^6.0.0",
4142
"remark-smartypants": "^3.0.2",
4243
"remark-toc": "^9.0.0",
44+
"remeda": "^2.30.0",
4345
"shiki": "^1.22.2",
4446
"slugify": "^1.6.6",
4547
"smartypants": "^0.2.2",
@@ -52,8 +54,6 @@
5254
"@iconify-json/fa6-brands": "^1.2.1",
5355
"@iconify-json/fa6-solid": "^1.2.1",
5456
"@iconify-json/line-md": "^1.2.2",
55-
"@types/gl-matrix": "^3.2.0",
56-
"@types/webgl2": "^0.0.11",
5757
"@iconify-json/logos": "^1.2.3",
5858
"@iconify-json/lucide": "^1.2.14",
5959
"@iconify-json/mdi": "^1.2.1",
@@ -63,8 +63,10 @@
6363
"@tailwindcss/typography": "^0.5.15",
6464
"@total-typescript/ts-reset": "^0.6.1",
6565
"@types/bun": "^1.1.13",
66+
"@types/gl-matrix": "^3.2.0",
6667
"@types/node": "^22.9.0",
6768
"@types/postcss-import": "^14.0.3",
69+
"@types/webgl2": "^0.0.11",
6870
"astro-icon": "^1.1.2",
6971
"autoprefixer": "^10.4.20",
7072
"postcss": "^8.4.49",

site/public/mica.pdf

131 Bytes
Binary file not shown.

site/site.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _: {
1919
packages = {
2020
site = mkCi false (
2121
pkgsUnstable.buildNpmPackage {
22-
npmDepsHash = "sha256-7d6a0+QgKn2xUvVU2jtWX2nGYynAb0nIrgnO/mOCAVs=";
22+
npmDepsHash = "sha256-Oou6/4ysKAQ0UIy57ZowIHwt/x5qOgoJbv8+UPLNFXA=";
2323
src = ./.;
2424
sourceRoot = "site";
2525
pname = packageJSON.name;

0 commit comments

Comments
 (0)