-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.75 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "sebastian-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"ncu": "npm-check-updates -i"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.0.0",
"@astrojs/rss": "^4.0.9",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^8.0.0",
"@fontsource/ia-writer-mono": "^5.0.7",
"@fontsource/inter": "^5.1.0",
"@fontsource/la-belle-aurore": "^5.0.18",
"@splinetool/react-spline": "4.0.0",
"@splinetool/runtime": "^1.9.35",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@upstash/redis": "^1.34.3",
"@vercel/edge": "^1.1.2",
"animate.css": "^4.1.1",
"astro": "^5.0.4",
"astro-icon": "^1.1.4",
"astro-loading-indicator": "^0.7.0",
"astro-seo": "^0.8.4",
"cheerio": "1.0.0",
"dayjs": "^1.11.13",
"motion": "^11.11.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"@iconify-json/devicon-plain": "^1.2.6",
"@iconify-json/radix-icons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.13",
"@tailwindcss/typography": "^0.5.15",
"@types/cheerio": "^0.22.35",
"npm-check-updates": "^17.1.6",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss-animate": "^1.0.7",
"vite": "^6.0.3"
},
"pnpm": {
"patchedDependencies": {
"astro": "patches/astro.patch"
}
}
}