-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "davidlhw.dev-astro",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"sync": "astro sync",
"clean": "rm -rf dist"
},
"dependencies": {
"@astrojs/mdx": "^2.2.2",
"@astrojs/partytown": "^2.0.3",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/tailwind": "^5.1.0",
"@expressive-code/plugin-collapsible-sections": "^0.33.5",
"@expressive-code/plugin-line-numbers": "^0.33.5",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.1.1",
"astro-expressive-code": "^0.33.5",
"autoprefixer": "^10.4.16",
"hastscript": "^9.0.0",
"postcss": "^8.4.33",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@shikijs/transformers": "^1.2.1",
"prettier-plugin-astro": "^0.12.3",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@expressive-code/core": "^0.33.5"
}
}