-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.02 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
65
66
67
{
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"prepare": "fumadocs-mdx && next typegen",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit"
},
"dependencies": {
"@effect/language-service": "^0.86.6",
"@eslint-react/eslint": "workspace:*",
"@eslint-react/eslint-plugin": "workspace:*",
"@eslint-react/kit": "workspace:*",
"@eslint-react/shared": "workspace:*",
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@local/configs": "workspace:*",
"@local/eff": "workspace:*",
"@local/samples": "workspace:*",
"@mdx-js/mdx": "^3.1.1",
"@tailwindcss/postcss": "^4.3.3",
"@takumi-rs/image-response": "^1.8.7",
"@theguild/remark-mermaid": "^0.3.0",
"@tsconfig/next": "^2.0.6",
"@tsconfig/node24": "^24.0.4",
"@tsconfig/strictest": "^2.0.8",
"@types/hast": "^3.0.5",
"@types/mdx": "^2.0.14",
"@types/node": "^26.1.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@typescript-eslint/types": "^8.66.0",
"@typescript-eslint/utils": "^8.66.0",
"bsky-react-post": "^0.1.7",
"clsx": "^2.1.1",
"dedent": "^1.7.2",
"effect": "^3.22.1",
"eslint": "^10.8.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"fumadocs-core": "^16.14.0",
"fumadocs-docgen": "^3.1.0",
"fumadocs-mdx": "^15.2.2",
"fumadocs-twoslash": "^3.3.0",
"fumadocs-typescript": "^5.3.0",
"fumadocs-ui": "^16.14.0",
"import-integrity-lint": "^1.2.0",
"importx": "^0.5.2",
"lucide-react": "^1.28.0",
"next": "^16.2.11",
"next-view-transitions": "^0.3.5",
"postcss": "^8.5.25",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"tailwindcss-animate": "^1.0.7",
"tsl": "^1.0.30",
"tsl-dx": "^0.13.3",
"twoslash": "^0.3.9",
"typescript": "6.0.3",
"typescript-eslint": "^8.66.0"
}
}