-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 970 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 970 Bytes
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
{
"name": "@davidhu/blog",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"new": "sh scripts/create-blog.sh",
"ui": "yarn upgrade-interactive"
},
"devDependencies": {
"@astrojs/mdx": "4.2.5",
"@astrojs/prefetch": "0.4.1",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.3.1",
"@astrojs/tailwind": "6.0.2",
"@iconify-json/fa-brands": "^1.2.1",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.33",
"@tailwindcss/typography": "^0.5.10",
"astro": "5.7.5",
"astro-icon": "^1.1.5",
"cypress": "^14.3.2",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.5.3",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.1",
"sharp": "^0.34.1",
"shiki": "^3.3.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
},
"packageManager": "yarn@3.6.3"
}