-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.56 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
75
{
"name": "minimal",
"type": "module",
"version": "14.0.0",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/markdown-remark": "^4.2.1",
"@astrojs/mdx": "^2.1.1",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.4",
"@fontsource-variable/jetbrains-mono": "^5.0.19",
"@fontsource/sora": "^5.0.16",
"@keystatic/astro": "^5.0.3",
"@keystatic/core": "^0.5.39",
"@r4ai/remark-callout": "^0.6.2",
"@resvg/resvg-js": "^2.6.0",
"@tailwindcss/typography": "^0.5.10",
"@types/react-dom": "^18.3.1",
"@vercel/analytics": "^1.2.2",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.10",
"astro": "^4.4.9",
"astro-expressive-code": "^0.31.0",
"astro-font": "^0.0.77",
"astro-meta-tags": "^0.2.1",
"astro-tailwind-config-viewer": "^1.0.3",
"hast-util-from-html-isomorphic": "^2.0.0",
"mdast-util-to-string": "^4.0.0",
"mdast-util-toc": "^7.1.0",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"remark-emoji": "^4.0.1",
"remark-flexible-markers": "^1.2.1",
"remark-smartypants": "^2.1.0",
"remark-sub-super": "^1.0.20",
"remark-supersub": "^1.0.0",
"remark-toc": "^9.0.0",
"remixicon": "^4.2.0",
"satori-astro": "^0.0.1",
"satori-html": "^0.3.2",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"astro-eslint-parser": "^0.16.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"react": "^18.3.1",
"tailwind-scrollbar": "^3.1.0",
"typescript": "^5.3.3"
}
}