-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 2.8 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 2.8 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "fork-it-community-website-v2",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build:node": "astro build --node",
"lint": "astro check",
"preview": "astro preview --node",
"astro": "astro",
"prepare": "husky"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json,astro}": "prettier --write src/"
},
"dependencies": {
"@astrojs/check": "0.9.9",
"@astrojs/mdx": "5.0.4",
"@astrojs/node": "10.1.0",
"@astrojs/react": "5.0.4",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.2",
"@astrojs/tailwind": "6.0.2",
"@astrojs/vercel": "10.0.6",
"@bearstudio/astro-typed-routes": "0.1.6",
"@bearstudio/lunalink": "0.3.1",
"@fontsource-variable/inter": "5.2.8",
"@fontsource/tomorrow": "5.2.8",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-label": "2.1.8",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-scroll-area": "1.2.10",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-tooltip": "1.2.8",
"@types/react": "18.3.26",
"@types/react-dom": "18.3.7",
"@types/unist": "3.0.3",
"@uidotdev/usehooks": "2.4.1",
"@vercel/analytics": "2.0.1",
"adm-zip": "0.5.17",
"astro": "6.2.2",
"astro-robots-txt": "1.0.0",
"astro-seo": "1.1.0",
"astro-seo-schema": "6.0.0",
"astrobook": "0.13.2",
"better-result": "2.9.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"dayjs": "1.11.20",
"hast-util-to-text": "4.0.2",
"i18next": "26.1.0",
"mdast-util-to-string": "4.0.0",
"minisearch": "7.2.0",
"motion": "12.38.0",
"octokit": "5.0.5",
"qrcode": "1.5.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.6.0",
"remark-gfm": "4.0.1",
"remark-mdx": "3.1.1",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"remeda": "2.34.0",
"satori": "0.26.0",
"schema-dts": "1.1.5",
"sharp": "0.34.5",
"sonner": "2.0.7",
"tailwind-merge": "3.5.0",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"ts-pattern": "5.9.0",
"typescript": "5.9.3",
"unified": "11.0.5",
"unist-util-visit": "5.1.0",
"vaul": "1.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.19",
"@types/adm-zip": "0.5.8",
"@types/qrcode": "1.5.6",
"husky": "9.1.7",
"lint-staged": "17.0.5",
"prettier": "3.8.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.8.0",
"tsx": "4.21.0",
"vite-plugin-qrcode": "0.4.1"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@11.0.4",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}