-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.27 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
75
76
{
"name": "litos",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"optimize": "tsx scripts/optimize-images.ts",
"format": "prettier . --check --ignore-unknown",
"format:write": "prettier . --write --ignore-unknown --cache",
"postbuild": "pagefind --site dist"
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"@floating-ui/dom": "^1.6.13",
"@nanostores/react": "^0.8.4",
"astro": "^5.6.1",
"clsx": "^2.1.1",
"framer-motion": "^12.5.0",
"medium-zoom": "^1.1.0",
"nanostores": "^0.11.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.1",
"@astrojs/mdx": "^4.2.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.1",
"@expressive-code/plugin-collapsible-sections": "^0.41.1",
"@expressive-code/plugin-line-numbers": "^0.41.1",
"@iconify/json": "^2.2.321",
"@iconify/tailwind4": "^1.0.6",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.12",
"@types/cli-progress": "^3.11.6",
"@types/mdast": "^4.0.4",
"@types/node": "^22.13.13",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/yargs": "^17.0.33",
"astro-expressive-code": "^0.41.1",
"astro-robots-txt": "^1.0.0",
"chalk": "^5.4.1",
"cli-progress": "^3.12.0",
"katex": "^0.16.22",
"mdast-util-to-string": "^4.0.0",
"node-cache": "^5.1.2",
"ora": "^8.2.0",
"pagefind": "^1.3.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-callouts": "^2.0.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.0.5",
"remark-math": "^6.0.0",
"remark-smartypants": "^3.0.2",
"sharp": "^0.34.2",
"shiki": "^3.2.2",
"tailwindcss": "^4.0.12",
"tsx": "^4.19.3",
"unist-util-visit": "^5.0.0",
"yargs": "^17.7.2"
}
}