-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.14 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "obsidian-ssg",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "patch-package"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/react": "^3.0.9",
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.1.0",
"@excalidraw/excalidraw": "^0.17.6",
"@nanostores/react": "^0.7.2",
"@portaljs/remark-wiki-link": "1.1.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@rehype-pretty/transformers": "^0.13.2",
"@types/node": "^20.14.9",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"astro": "^4.1.1",
"bits-ui": "^0.21.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"d3": "^7.8.5",
"glob": "^10.4.2",
"lucide-react": "^0.307.0",
"lucide-svelte": "^0.309.0",
"mdast-util-toc": "^7.0.0",
"nanostores": "^0.10.3",
"patch-package": "^8.0.0",
"pdfjs-dist": "^4.4.168",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-force-graph-2d": "^1.25.3",
"react-pdf": "^9.1.0",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-code-title": "^0.2.5",
"remark-math": "^6.0.0",
"remark-obsidian": "^1.8.0",
"remark-obsidian-link": "^0.3.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.2",
"svelte": "^4.2.8",
"svelte-pdf": "^1.0.20",
"tailwind-merge": "^2.2.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@melt-ui/pp": "^0.3.0",
"@melt-ui/svelte": "^0.69.0",
"@rollup/plugin-yaml": "^4.1.2",
"@tailwindcss/typography": "^0.5.10"
}
}