···
33
33
"react": "^19.0.0",
34
34
"react-dom": "^19.0.0",
35
35
"rehype-mathjax": "^7.1.0",
36
36
+
"remark-github-admonitions-to-directives": "^2.1.0",
36
37
"remark-math": "^6.0.0",
37
38
"svelte": "^5.1.1",
38
39
"tailwind-merge": "^2.5.4",
···
43
44
"@sveltejs/vite-plugin-svelte": "^5.0.3",
44
45
"@tailwindcss/typography": "^0.5.15",
45
46
"pagefind": "^1.3.0",
46
46
-
"remark-github-admonitions-to-directives": "^2.1.0",
47
47
"vite-plugin-pagefind": "^1.0.5"
48
48
}
49
49
},
···
7201
7201
"version": "2.1.0",
7202
7202
"resolved": "https://registry.npmjs.org/remark-github-admonitions-to-directives/-/remark-github-admonitions-to-directives-2.1.0.tgz",
7203
7203
"integrity": "sha512-bI3E4Oj1pKY3ym2IQrrVCdORgEu0+mSrWgpCYFNy8QvytfnLs/nAacVPjkWU/JzDMUiQio2k4nTFP7bsIr9TSA==",
7204
7204
-
"dev": true,
7205
7204
"license": "MIT",
7206
7205
"dependencies": {
7207
7206
"@types/mdast": "^4.0.0",
···
39
39
"svelte": "^5.1.1",
40
40
"tailwind-merge": "^2.5.4",
41
41
"tailwindcss": "^3.4.14",
42
42
-
"typescript": "^5.6.3"
42
42
+
"typescript": "^5.6.3",
43
43
+
"remark-github-admonitions-to-directives": "^2.1.0"
43
44
},
44
45
"devDependencies": {
45
46
"@sveltejs/vite-plugin-svelte": "^5.0.3",
46
47
"@tailwindcss/typography": "^0.5.15",
47
48
"pagefind": "^1.3.0",
48
48
-
"remark-github-admonitions-to-directives": "^2.1.0",
49
49
"vite-plugin-pagefind": "^1.0.5"
50
50
},
51
51
"license": "MIT"
···
9
9
SITE_NAME: process.env.DERIVED_NAME,
10
10
11
11
SHOW_THEME_TOGGLE: true,
12
12
+
SEARCH_ENABLED: true,
13
13
+
14
14
+
BASE_COLOR: "stone",
15
15
+
ACCENT_COLOR: "rose",
12
16
};
13
17
14
18
function readExisting(path) {