-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.37 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
42
43
44
45
46
47
48
49
{
"name": "portfolio-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview --host",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@fontsource-variable/manrope": "^5.1.0",
"@fontsource-variable/space-grotesk": "^5.1.0",
"@fontsource/inter": "^5.1.0",
"@fontsource/poppins": "^5.1.0",
"@heroicons/react": "^2.1.5",
"@nanostores/react": "^0.7.3",
"@playform/compress": "^0.0.3",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"animate.css": "^4.1.1",
"aos": "3.0.0-beta.6",
"astro": "^4.15.9",
"astro-preload": "^1.1.2",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"axios": "^1.7.7",
"mdast-util-to-string": "^4.0.0",
"nanostores": "^0.10.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"reading-time": "^1.5.0",
"remark-collapse": "^0.1.2",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.13"
}
}