-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.83 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
52
53
54
55
56
57
58
59
60
61
{
"name": "www",
"type": "module",
"version": "3.0.0",
"packageManager": "pnpm@11.20.0",
"engines": {
"node": ">=24.13.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"deploy": "pnpm build && wrangler deploy",
"deploy:dry-run": "pnpm build && wrangler deploy --dry-run",
"lint": "pnpm biome check ./src ./integrations && astro check --minimumSeverity warning",
"lint:fix": "pnpm biome check ./src --write",
"upgrade": "pnpm update && pnpmx @astrojs/upgrade"
},
"dependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/markdown-remark": "^7.2.2",
"@astrojs/mdx": "^7.0.5",
"@astrojs/react": "^6.0.2",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@nanostores/persistent": "^1.3.5",
"@nanostores/react": "^1.1.0",
"@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"astro": "^7.1.6",
"framer-motion": "^12.43.0",
"hono": "^4.13.0",
"nanostores": "^1.4.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-mdx-code-props": "^3.0.1",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"tailwindcss": "^4.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^6.0.3"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.1102.0",
"@biomejs/biome": "^2.5.6",
"@cloudflare/workers-types": "^5.20260804.1",
"@commitlint/cli": "^21.2.1",
"@commitlint/config-conventional": "^21.2.0",
"@iconify-json/tabler": "^1.2.38",
"@iconify/react": "^6.0.2",
"@tailwindcss/typography": "^0.5.20",
"@types/node": "latest",
"dayjs": "^1.11.21",
"dotenv": "^17.4.2",
"lefthook": "^2.1.10",
"unplugin-icons": "^23.0.1",
"wrangler": "^4.118.0"
}
}