-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.3",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@expressive-code/plugin-collapsible-sections": "^0.35.6",
"@expressive-code/plugin-line-numbers": "^0.35.6",
"@kotosha/astro-gist": "^1.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.14.2",
"astro-expressive-code": "^0.35.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"firebase-tools": "^13.15.4",
"jotai": "^2.9.3",
"katex": "^0.16.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.13.2",
"remark-math": "^6.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4"
}
}