-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
{
"name": "fvcoder",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"newBlog": "node scripts/newBlog.mjs",
"prepare": "husky"
},
"dependencies": {
"@astrojs/mdx": "5.0.3",
"@astrojs/react": "5.0.3",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.2",
"@astrojs/tailwind": "6.0.2",
"@heroui/react": "3.0.2",
"@heroui/styles": "^3.0.2",
"@iconify-json/devicon": "^1.2.62",
"@iconify-json/fluent": "^1.2.45",
"@iconify-json/simple-icons": "1.2.78",
"@iconify/react": "6.0.2",
"@iconify/tailwind4": "^1.2.3",
"@prismicio/client": "7.21.8",
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.2.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vercel/og": "^0.11.1",
"astro": "6.1.6",
"date-fns": "4.1.0",
"framer-motion": "12.38.0",
"react": "19.2.5",
"react-activity-calendar": "3.1.2",
"react-dom": "19.2.5",
"react-github-calendar": "5.0.6",
"satori-html": "^0.3.2",
"tailwind-animations": "^1.0.1",
"tailwindcss": "4.2.2"
},
"devDependencies": {
"astro-icon": "1.1.5",
"axios": "1.15.0",
"husky": "^9.1.7",
"inquirer": "13.4.1",
"parse-md": "3.0.3",
"sharp": "0.34.5",
"wrangler": "^4.83.0"
},
"packageManager": "pnpm@10.33.0"
}