-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "personal-blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "wrangler pages dev ./dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^6.2.4",
"@astrojs/markdoc": "^0.1.3",
"@astrojs/prism": "^2.1.1",
"@astrojs/react": "^2.1.3",
"@astrojs/tailwind": "^3.1.2",
"@astrojs/vercel": "^3.3.0",
"@fontsource/inter": "^4.5.15",
"@fontsource/syne": "^4.5.13",
"@fontsource/twinkle-star": "^4.5.9",
"@heroicons/react": "^2.0.18",
"@markdoc/markdoc": "^0.2.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"astro": "^2.4.5",
"astro-markdoc-renderer": "0.0.1-alpha.1",
"astro-service-worker": "^0.1.2",
"gray-matter": "^4.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slugify": "^1.6.6",
"tailwindcss": "^3.3.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"wrangler": "^2.20.0"
}
}