forked from risc0/risc0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "web",
"workspaces": ["apps/*", "packages/*"],
"scripts": {
"build": "turbo build",
"check": "cd .. && bunx @biomejs/biome check --write --unsafe web",
"ci": "cd .. && bunx @biomejs/biome ci web",
"dev": "turbo dev",
"test": "turbo test",
"typecheck": "turbo typecheck"
},
"dependencies": {
"@joshdavenport/tailwindcss-filter-order": "0.2.0",
"@poppinss/intl-formatter": "3.0.3",
"@risc0/ui": "0.0.89",
"@t3-oss/env-nextjs": "0.11.0",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-table": "8.20.1",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"chart.js": "2.9.4",
"deepmerge": "4.3.1",
"framer-motion": "11.3.28",
"lucide-react": "0.428.0",
"next": "14.2.5",
"next-themes": "0.3.0",
"prism-react-renderer": "2.3.1",
"radash": "12.1.0",
"react": "18.3.1",
"react-chartjs-2": "2.11.2",
"react-dom": "18.3.1",
"react-rainbow-ascii": "1.0.3",
"sharp": "0.33.4",
"turbo": "2.0.14",
"typescript": "5.5.4",
"zod": "3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@next/bundle-analyzer": "14.2.5",
"@types/chart.js": "2.9.41",
"@types/jest": "29.5.12",
"@types/node": "22.3.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
},
"packageManager": "[email protected]"
}