-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.19 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
{
"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"
},
"dependencies": {
"@astrojs/mdx": "4.3.0",
"@astrojs/react": "4.3.0",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "^3.4.0",
"@astrojs/tailwind": "6.0.2",
"@heroui/react": "2.7.5",
"@iconify-json/simple-icons": "^1.2.16",
"@iconify/react": "^5.1.0",
"@prismicio/client": "^7.13.1",
"@tailwindcss/typography": "^0.5.15",
"astro": "5.8.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.14.4",
"react": "18.3.1",
"react-activity-calendar": "^2.7.5",
"react-dom": "18.3.1",
"react-github-calendar": "^4.5.1",
"tailwindcss": "^3.4.16"
},
"packageManager": "yarn@4.5.3",
"devDependencies": {
"@edwinjoseph/prismic-richtext-markdown": "^1.2.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"astro-icon": "^1.1.4",
"axios": "^1.9.0",
"inquirer": "^12.6.2",
"parse-md": "^3.0.3",
"sharp": "^0.34.2"
}
}