-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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": "astro-blog",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/react": "^4.1.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@fontsource/noto-sans-jp": "^5.1.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"astro": "^5.1.2",
"budoux": "^0.6.3",
"daisyui": "^4.12.14",
"pagefind": "^1.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-link-card": "^1.3.1",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@astrojs/partytown": "^2.1.3",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"front-matter": "^4.0.2",
"satori": "^0.12.0",
"sharp": "^0.33.5"
}
}