-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
51 lines (51 loc) · 1.37 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
44
45
46
47
48
49
50
51
{
"name": "astro-blog",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "biome check --write ./src",
"new": "node scripts/new.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^4.1.1",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@fontsource/fira-code": "^5.1.0",
"@fontsource/noto-sans-sc": "^5.1.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^5.1.0",
"clsx": "^2.1.1",
"fuse.js": "^7.0.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-string": "^4.0.0",
"minimist": "^1.2.8",
"motion": "^11.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-external-links": "^3.0.0",
"rehype-github-alerts": "3.0.0",
"rehype-mathjax": "^6.0.0",
"remark-math": "^6.0.0",
"satori": "^0.12.0",
"slugify": "^1.6.6",
"tailwind-dracula": "^1.1.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4"
}
}