-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
{
"name": "text-junseinagao-com",
"type": "module",
"version": "2.0.0",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "wrangler pages dev ./dist",
"astro": "astro",
"wrangler": "wrangler",
"prepreview": "pnpm build"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.1",
"@cloudflare/pages-plugin-vercel-og": "^0.1.2",
"@extractus/feed-extractor": "^7.1.7",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-table": "^8.21.3",
"astro": "^5.16.9",
"dayjs": "^1.11.19",
"fontfaceobserver": "^2.3.0",
"motion": "^12.26.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"remove-markdown": "^0.6.3",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260115.0",
"@types/fontfaceobserver": "^2.1.3",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"prettier": "^3.8.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"wrangler": "^4.59.2"
}
}