-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "lr-tech-blog",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"license": "MIT",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.0-beta.2",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.8",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^8.0.0-beta.2",
"@fontsource/jetbrains-mono": "^5.1.1",
"@fontsource/poppins": "^5.1.0",
"@iconify-json/simple-icons": "^1.2.7",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vercel/speed-insights": "^1.0.12",
"astro": "^5.0.0-beta.4",
"astro-icon": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"js-sha256": "^0.11.0",
"lucide-react": "^0.365.0",
"mdast-util-to-string": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}