-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.34 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.34 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": "eccentric-event",
"version": "6.1.1",
"type": "module",
"packageManager": "bun@1.2.10",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "cross-env NODE_OPTIONS='--trace-warnings' astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"lint": "autocorrect --lint --strict . && prettier --check . && biome check . && astro check --tsconfig tsconfig.json",
"fix": "autocorrect --fix . && prettier --write . && biome check --write ."
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.1",
"@astrojs/mdx": "^4.2.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.1",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^8.1.4",
"@tailwindcss/vite": "^4.1.5",
"@vercel/analytics": "^1.5.0",
"astro": "^5.7.10",
"astro-expressive-code": "^0.39.0",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"astro-webmanifest": "^1.0.0",
"autocorrect": "^1.2.0",
"bun": "^1.2.11",
"cssnano": "^7.0.6",
"hastscript": "^9.0.1",
"mdast-util-directive": "^3.1.0",
"mdast-util-to-markdown": "^2.1.2",
"mdast-util-to-string": "^4.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-unwrap-images": "^1.0.0",
"remark-directive": "^3.0.1",
"remark-math": "^6.0.0",
"satori": "^0.12.2",
"satori-html": "^0.3.2",
"sharp": "^0.33.5",
"turndown": "^7.2.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.4",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/material-symbols-light": "^1.2.20",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/solar": "^1.2.2",
"@pagefind/default-ui": "^1.3.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.16",
"@types/bun": "^1.2.11",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"autoprefixer": "^10.4.21",
"cross-env": "^7.0.3",
"glob": "^11.0.2",
"pagefind": "^1.3.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-autocorrect": "^0.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"reading-time": "^1.5.0",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3"
}
}