-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.72 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.72 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "oscar-gabriel-dev",
"version": "1.0.0",
"description": "Oscar Gabriel",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"clean": "rm -rf ./node_modules/.vite",
"a:dev": "bun alchemy dev --env-file .env.dev",
"a:deploy": "bun alchemy deploy --env-file .env.prod",
"a:destroy": "bun alchemy destroy --env-file .env.prod",
"check": "biome check --write src",
"check:unsafe": "biome check --write src --unsafes",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@biomejs/biome": "2.3.13",
"@date-fns/tz": "^1.4.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.563.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-server-dom-webpack": "^19.2.4",
"rehype-highlight": "^7.0.2",
"rwsdk": "1.0.0-beta.51",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"vite": "7.3.1"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.22.1",
"@cloudflare/workers-types": "^4.20260130.0",
"@content-collections/core": "^0.13.1",
"@content-collections/markdown": "^0.1.4",
"@content-collections/vite": "^0.2.8",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"alchemy": "^0.83.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^3.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"wrangler": "^4.61.1",
"zod": "^4.3.6"
},
"packageManager": "bun@1.3.0",
"trustedDependencies": [
"@swc/core",
"@tailwindcss/oxide",
"esbuild",
"sharp",
"workerd"
]
}