-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.56 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
{
"name": "anm.dev",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "node scripts/upload-posthog-sourcemaps.mjs",
"start": "next start",
"email:dev": "email dev --dir emails --port 3001",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"check": "ultracite check",
"fix": "ultracite fix",
"prepare": "lefthook install"
},
"dependencies": {
"@libsql/client": "^0.17.0",
"@opentelemetry/api-logs": "^0.213.0",
"@opentelemetry/exporter-logs-otlp-http": "^0.213.0",
"@opentelemetry/resources": "^2.6.0",
"@opentelemetry/sdk-logs": "^0.213.0",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-email/components": "^1.0.10",
"@react-email/render": "^2.0.4",
"beautiful-mermaid": "^1.1.3",
"gray-matter": "^4.0.3",
"next": "16.2.0",
"next-mdx-remote": "^6.0.0",
"posthog-js": "^1.363.1",
"posthog-node": "^5.28.5",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-email": "^5.2.10",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.3",
"resend": "^6.9.4",
"shiki": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@posthog/cli": "^0.7.3",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.0",
"@types/react": "19.2.14",
"lefthook": "^2.1.4",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "5.9.3",
"ultracite": "7.3.2"
},
"overrides": {
"@types/react": "19.2.14"
}
}