-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.55 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
{
"name": "proof-dictionary",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"check": "biome check --write",
"test": "proofdict-tester \"_data/**/*.yml\"",
"deploy:preview": "wrangler versions upload"
},
"dependencies": {
"@iconify/react": "^6.0.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"js-yaml": "^4.1.1",
"linkify-react": "^4.3.2",
"linkifyjs": "^4.3.2",
"lucide-react": "^1.0.0",
"next": "16.2.11",
"next-themes": "^0.4.6",
"react": "19.2.7",
"react-dom": "19.2.7",
"tailwind-merge": "^3.4.0",
"tocbot": "^4.36.4",
"valibot": "^1.2.0"
},
"devDependencies": {
"@biomejs/biome": "2.5.4",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/octicon": "^1.2.19",
"@proofdict/tester-cli": "^3.1.0",
"@tailwindcss/postcss": "^4",
"@types/js-yaml": "^4",
"@types/node": "^24.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.0",
"wrangler": "^4.28.1"
},
"packageManager": "pnpm@10.34.5",
"pnpm": {
"executionEnv": {
"nodeVersion": "25.9.0"
},
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"workerd"
]
}
}