-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.61 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
{
"name": "daviddong.me",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky",
"webp": "bun run ./scripts/webp.js",
"og": "node ./scripts/og.js && bun run webp",
"resume": "rimraf ./public/resume.pdf && typst compile ./resume/main.typ ./public/resume.pdf"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@shikijs/twoslash": "^1.10.3",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
"rimraf": "^6.0.1",
"shiki": "^1.9.1",
"tailwindcss": "^3.4.4",
"vite": "^5.2.13"
},
"dependencies": {
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.0",
"@resvg/resvg-js": "^2.6.2",
"ansis": "^3.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"image-meta": "^0.2.0",
"lucide-react": "^0.395.0",
"react": "^18.3.1",
"react-compare-slider": "^3.1.0",
"react-dom": "^18.3.1",
"satori": "^0.10.14",
"satori-html": "^0.3.2",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vike": "^0.4.176",
"vike-react": "^0.4.15"
},
"lint-staged": {
"src/*.{js,jsx}": [
"biome check --write --unsafe --no-errors-on-unmatched"
]
}
}