-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 960 Bytes
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
{
"name": "personal-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^6.0.3",
"@astrojs/partytown": "^2.1.7",
"@astrojs/react": "^5.0.7",
"@astrojs/sitemap": "^3.7.3",
"@iconify-json/academicons": "^1.2.4",
"@iconify-json/fa7-brands": "^1.2.2",
"@iconify-json/lucide": "^1.2.112",
"@iconify-json/tabler": "^1.2.35",
"@tailwindcss/vite": "^4.3.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"accessible-astro-components": "^5.3.1",
"astro": "^6.4.7",
"astro-icon": "^1.1.5",
"astro-seo": "^1.1.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"sharp": "^0.35.1",
"tailwindcss": "^4.3.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.20",
"eslint-plugin-jsx-a11y": "^6.10.2"
}
}