-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.2 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.2 KB
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": "litos",
"type": "module",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro",
"format": "prettier . --check --ignore-unknown",
"format:write": "prettier . --write --ignore-unknown --cache",
"postbuild": "pagefind --site dist"
},
"dependencies": {
"@astrojs/react": "^5.0.3",
"@floating-ui/react": "^0.27.19",
"@nanostores/react": "^0.8.4",
"astro": "^6.1.4",
"clsx": "^2.1.1",
"gitalk": "^1.8.0",
"medium-zoom": "^1.1.0",
"motion": "^12.38.0",
"nanostores": "^0.11.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sanitize-html": "^2.17.2",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/compiler-rs": "^0.1.6",
"@astrojs/markdown-remark": "^7.1.0",
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
"@expressive-code/plugin-line-numbers": "^0.41.7",
"@iconify/json": "^2.2.459",
"@iconify/tailwind4": "^1.2.3",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@types/mdast": "^4.0.4",
"@types/node": "^22.19.17",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/sanitize-html": "^2.16.1",
"astro-expressive-code": "^0.41.7",
"astro-robots-txt": "^1.0.0",
"katex": "^0.16.45",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.5.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-callouts": "^2.1.2",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"rehype-unwrap-images": "^1.0.0",
"remark-directive": "^4.0.0",
"remark-directive-sugar": "^1.1.2",
"remark-imgattr": "^1.1.1",
"remark-math": "^6.0.0",
"remark-smartypants": "^3.0.2",
"sharp": "^0.34.5",
"shiki": "^3.23.0",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"unist-util-visit": "^5.1.0"
}
}