-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) Β· 1.03 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
{
"name": "personal-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/react": "^4.2.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/inter": "^5.1.1",
"@fontsource-variable/manrope": "^5.1.1",
"@fontsource-variable/montserrat": "^5.1.1",
"@fontsource/fira-code": "^5.1.1",
"@fontsource/merriweather": "^5.1.1",
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/vite": "^4.0.3",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.1.10",
"astro-emoji": "^1.2.0",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"fuse.js": "^7.0.0",
"moment": "^2.30.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-code-titles": "^0.1.2",
"remark-custom-heading-id": "^2.0.0",
"tailwindcss": "^4.0.3"
}
}