-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 KB
/
package.json
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
{
"name": "astro-homepage",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/partytown": "^2.1.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.10.1",
"@fontsource/inter": "^5.0.17",
"@fontsource/nunito": "^5.0.17",
"@iconify-json/cib": "^1.1.8",
"@iconify-json/codicon": "^1.1.46",
"@iconify-json/fa-brands": "^1.1.8",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/mi": "^1.1.8",
"@iconify-json/uil": "^1.1.8",
"astro": "^4.15.1",
"astro-icon": "^1.1.1",
"motion": "^10.17.0",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]"
}