-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.37 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
49
50
51
{
"name": "text-junseinagao-com",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "wrangler dev --config dist/server/wrangler.json",
"astro": "astro",
"wrangler": "wrangler",
"prepreview": "pnpm build",
"check": "ultracite check",
"fix": "ultracite fix"
},
"dependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/cloudflare": "^14.3.0",
"@astrojs/mdx": "^8.0.0",
"@astrojs/react": "^6.0.5",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.4",
"@cloudflare/pages-plugin-vercel-og": "^0.1.2",
"@extractus/feed-extractor": "^8.0.3",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-table": "^9.2.4",
"astro": "^7.3.1",
"dayjs": "^1.11.23",
"fontfaceobserver": "^2.3.0",
"motion": "^13.2.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"remove-markdown": "^0.7.0",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^5.20260903.1",
"@types/fontfaceobserver": "^2.1.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"oxfmt": "^0.66.0",
"oxlint": "^1.81.0",
"typescript": "^6.0.3",
"ultracite": "7.10.7",
"wrangler": "^4.129.0"
},
"engines": {
"node": ">=24.0.0",
"pnpm": ">=11.0.0"
},
"packageManager": "pnpm@11.11.0"
}