-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.78 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.78 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
{
"name": "www",
"type": "module",
"version": "3.0.0",
"packageManager": "pnpm@11.4.0",
"engines": {
"node": ">=24.13.0"
},
"scripts": {
"dev": "pnpm run sync-local && astro dev",
"build": "pnpm run sync-remote && pnpm run sync-weread && astro build",
"lint": "pnpm biome check ./src ./scripts && astro check --minimumSeverity warning",
"lint:fix": "pnpm biome check ./src --write",
"upgrade": "pnpm update && pnpmx @astrojs/upgrade",
"sync-local": "node scripts/sync-local.mjs",
"sync-remote": "node scripts/sync-remote.mjs",
"sync-weread": "node scripts/sync-weread.mjs"
},
"dependencies": {
"@astrojs/check": "0.9.9",
"@astrojs/mdx": "5.0.4",
"@astrojs/react": "5.0.4",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.2",
"@nanostores/persistent": "^1.3.4",
"@nanostores/react": "^1.1.0",
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"astro": "6.3.1",
"framer-motion": "^12.40.0",
"nanostores": "^1.3.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"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.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^6.0.3"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.1055.0",
"@biomejs/biome": "^2.4.16",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@iconify-json/tabler": "^1.2.35",
"@iconify/react": "^6.0.2",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "latest",
"dayjs": "^1.11.21",
"dotenv": "^17.4.2",
"lefthook": "^2.1.8",
"unplugin-icons": "^23.0.1"
}
}