-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
115 lines (115 loc) · 3.49 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@risc0/ui",
"version": "0.0.283",
"private": false,
"sideEffects": false,
"type": "module",
"scripts": {
"check:format": "bunx @biomejs/biome check . --write --unsafe",
"check:test": "vitest run --silent --coverage && istanbul-badges-readme",
"check:types": "tsc",
"check:version": "bunx changelogen --bump --no-output",
"commit": "node scripts/commit.js",
"pre-commit": "run-p check:*",
"prepare": "npx husky",
"sort-package": "bunx sort-package-json 'package.json'",
"story": "ladle serve"
},
"dependencies": {
"@biomejs/biome": "1.9.4",
"@formkit/auto-animate": "0.8.2",
"@number-flow/react": "0.5.5",
"@poppinss/intl-formatter": "3.0.4",
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-dialog": "1.1.5",
"@radix-ui/react-dropdown-menu": "2.1.5",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-navigation-menu": "1.2.4",
"@radix-ui/react-popover": "1.1.5",
"@radix-ui/react-progress": "1.1.1",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-select": "2.1.5",
"@radix-ui/react-separator": "1.1.1",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-tooltip": "1.1.7",
"@react-oauth/google": "0.12.1",
"@t3-oss/env-nextjs": "0.12.0",
"@tailwindcss/postcss": "4.0.1",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-query": "5.65.1",
"@tanstack/react-query-devtools": "5.65.1",
"@tanstack/react-table": "8.20.6",
"@total-typescript/ts-reset": "0.6.1",
"@types/ws": "8.5.14",
"@vercel/blob": "0.27.1",
"@vercel/kv": "3.0.0",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"deepmerge": "4.3.1",
"es-toolkit": "1.32.0",
"ethers": "6.13.5",
"framer-motion": "12.0.6",
"google-auth-library": "9.15.1",
"javascript-time-ago": "2.5.11",
"ky": "1.7.4",
"lucide-react": "0.474.0",
"mermaid": "10.9.3",
"next": "15.1.6",
"next-extra": "0.6.1",
"next-themes": "0.4.4",
"notion-client": "6.16.0",
"notion-types": "6.16.0",
"notion-utils": "6.16.0",
"npm-run-all": "4.1.5",
"nuqs": "2.3.1",
"object-sizeof": "2.6.5",
"postcss": "8.5.1",
"postgres": "3.4.5",
"pretty-ms": "9.2.0",
"prismjs": "1.29.0",
"react-hook-form": "7.53.2",
"react-icons": "5.4.0",
"react-notion-x": "6.16.0",
"react-time-ago": "7.3.3",
"recharts": "2.15.1",
"server-only": "0.0.1",
"sonner": "1.7.3",
"tailwind-merge": "2.6.0",
"tailwindcss": "4.0.1",
"tailwindcss-animate": "1.0.7",
"turbo": "2.3.4",
"type-fest": "4.33.0",
"typescript": "5.7.3",
"viem": "2.22.17",
"wagmi": "2.14.9",
"ws": "8.18.0",
"zod": "3.24.1"
},
"devDependencies": {
"@ladle/react": "5.0.1",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@vitest/coverage-v8": "2.0.5",
"happy-dom": "16.7.3",
"istanbul-badges-readme": "1.9.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"overrides": {
"react-is": "19.0.0-rc-6f23540c7d-20240528"
},
"peerDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
}
}