-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "personalwebsite",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0",
"@astrojs/svelte": "^7.0.1",
"@astrojs/tailwind": "^5.1.3",
"@cartamd/plugin-code": "^4.0.6",
"@cartamd/plugin-math": "^4.2.1",
"@rehype-pretty/transformers": "^0.13.2",
"astro": "^5.0.3",
"carta-md": "^4.6.7",
"clsx": "^2.1.1",
"color-thief-node": "^1.0.4",
"pocketbase": "^0.21.2",
"rehype-mathjax": "^6.0.0",
"rehype-mermaid": "^3.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-prism": "^2.3.2",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"shiki": "^1.24.1",
"svelte": "^5.0.0",
"svelte-persisted-store": "^0.12.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.0"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@types/color-thief-node": "^1.0.4"
}
}