-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.3 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
{
"name": "seren.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -wu .",
"wrangler": "wrangler"
},
"dependencies": {
"@fontsource-variable/geist": "^5.3.0",
"@fontsource-variable/geist-mono": "^5.3.0",
"@octokit/plugin-retry": "^8.1.1",
"@octokit/rest": "^22.0.1",
"astro": "^7.2.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.35.0",
"radix-ui": "^1.6.7",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"simple-icons-astro": "^16.1.0",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@astrojs/check": "0.9.10",
"@astrojs/cloudflare": "14.2.5",
"@astrojs/react": "6.0.4",
"@astrojs/sitemap": "3.7.3",
"@commitlint/cli": "21.2.2",
"@commitlint/config-conventional": "21.2.2",
"@tailwindcss/vite": "4.3.3",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.5",
"prettier": "3.9.6",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.8.1",
"pretty-quick": "4.2.2",
"tailwindcss": "4.3.3",
"tw-animate-css": "1.4.0",
"typescript": "6.0.3",
"wrangler": "4.127.1"
},
"resolutions": {
"undici": "8.10.0"
},
"packageManager": "yarn@4.18.0"
}