-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "tombrereton",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "^2.3.1",
"@astrojs/react": "^3.3.2",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.6.0",
"@fontsource-variable/dm-sans": "^5.0.6",
"@fontsource-variable/pixelify-sans": "^5.0.3",
"@fontsource/fira-mono": "^5.0.13",
"@fontsource/staatliches": "^5.0.20",
"@types/alpinejs": "^3.13.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.2.2",
"alpinejs": "^3.13.10",
"animejs": "^3.2.2",
"astro": "^4.7.1",
"astro-integration-lottie": "^0.2.3",
"hamburger-react": "^2.5.0",
"lottie-web": "^5.12.2",
"patch-package": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3",
"three": "^0.164.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13"
}
}