-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 911 Bytes
/
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
{
"name": "@davidhu/blog",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"new": "sh scripts/create-blog.sh",
"ui": "yarn upgrade-interactive"
},
"devDependencies": {
"@astrojs/mdx": "^1.1.0",
"@astrojs/prefetch": "^0.4.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@tailwindcss/typography": "^0.5.10",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"astro": "^3.1.2",
"astro-icon": "^0.8.1",
"cypress": "^13.2.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.0.3",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.10.1",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.6.3"
}