-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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": "@torn4dom4n/website",
"version": "24.02.14",
"private": true,
"description": "Long Nhat Nguyen's website",
"repository": {
"url": "https://github.com/torn4dom4n/torn4dom4n.github.io"
},
"author": {
"name": "Long Nhat Nguyen",
"url": "https://torn4dom4n.github.io"
},
"scripts": {
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"format": "biome format --write ."
},
"dependencies": {
"@astrojs/react": "^4.1.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"astro": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fontaine": "^0.5.0",
"lucide-react": "^0.469.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.15.1"
}