-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "@example/blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.0.0",
"@astrojs/partytown": "^2.0.4",
"@astrojs/react": "^3.3.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/mdi": "^1.1.66",
"astro": "^4.0.6",
"astro-compress": "^2.2.10",
"astro-critters": "^2.0.11",
"astro-icon": "^1.1.0",
"astro-og-canvas": "^0.5.0",
"astro-robots-txt": "^1.0.0",
"canvaskit-wasm": "^0.39.1",
"hex-rgb": "^5.0.0",
"markdown-it": "^14.0.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"sanitize-html": "^2.9.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/markdown-it": "^14.0.0",
"@types/sanitize-html": "^2.11.0",
"svgo": "^3.0.0"
}
}