-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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": "xeusteerapat-blog",
"type": "module",
"version": "0.1.0",
"private": true,
"description": "Teerapat's personal blog",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"clean": "rm -rf dist",
"deploy": "npm run clean && npm run build && gh-pages -d dist -b master"
},
"dependencies": {
"@astrojs/mdx": "^8.0.0",
"@astrojs/react": "6.0.5",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.4",
"@giscus/react": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.2.6",
"@radix-ui/react-slot": "^1.2.0",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/vite": "^4.1.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"astro": "^7.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.488.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.2.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"gh-pages": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/xeusteerapat/xeusteerapat.github.io"
}
}