forked from Fork-It-Community/forkit.community
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.86 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
{
"name": "fork-it-community-website-v2",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"lint": "astro check",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json,astro}": "prettier --write src/"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.8",
"@astrojs/react": "4.2.0",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "6.0.0",
"@astrojs/vercel": "8.0.5",
"@fontsource-variable/inter": "5.0.20",
"@fontsource/tomorrow": "5.0.20",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.4",
"@radix-ui/react-slot": "1.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@uidotdev/usehooks": "2.4.1",
"@vercel/analytics": "1.4.1",
"adm-zip": "0.5.16",
"astro": "5.2.3",
"astro-robots-txt": "1.0.0",
"astro-seo": "0.8.4",
"astro-seo-schema": "5.0.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"dayjs": "1.11.13",
"motion": "11.15.0",
"motion-number": "0.1.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.4.0",
"satori": "0.12.0",
"schema-dts": "1.1.2",
"sharp": "0.33.5",
"tailwind-merge": "2.4.0",
"tailwindcss": "3.4.9",
"tailwindcss-animate": "1.0.7",
"ts-pattern": "5.6.0",
"typescript": "5.5.4",
"vaul": "1.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.14",
"@types/adm-zip": "0.5.7",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.5"
}
}