-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.05 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
68
69
{
"name": "@scoresaber/website",
"version": "2.0.0",
"private": true,
"scripts": {
"prepare": "vp config --no-agent"
},
"dependencies": {
"@bufbuild/protobuf": "^2.12.0",
"@c15t/react": "^2.1.0",
"@number-flow/react": "^0.6.0",
"@simplewebauthn/browser": "^13.3.0",
"@t3-oss/env-core": "0.13.11",
"@tanstack/react-query": "5.100.5",
"@tanstack/react-router": "^1.170.18",
"@tanstack/react-start": "^1.168.32",
"@tiptap/core": "^3.29.2",
"@tiptap/extension-image": "^3.23.4",
"@tiptap/extension-link": "^3.23.4",
"@tiptap/extension-placeholder": "^3.23.4",
"@tiptap/extension-text-align": "^3.23.4",
"@tiptap/extension-underline": "^3.23.4",
"@tiptap/pm": "^3.23.4",
"@tiptap/react": "^3.23.4",
"@tiptap/starter-kit": "^3.23.4",
"better-result": "2.8.2",
"chart.js": "4.5.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"html-to-image": "^1.11.13",
"input-otp": "^1.4.2",
"jszip": "^3.10.1",
"lucide-react": "1.11.0",
"radix-ui": "1.4.3",
"react": "19.2.5",
"react-chartjs-2": "5.3.1",
"react-colorful": "^5.8.0",
"react-dom": "19.2.5",
"react-icons": "5.6.0",
"sanitize-html": "^2.17.4",
"sonner": "2.0.7",
"tailwind-merge": "3.5.0",
"use-intl": "^4.13.0",
"zod": "4.3.6"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/node": "24.12.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/sanitize-html": "^2.16.1",
"@vitejs/plugin-react": "^6.0.2",
"@vitejs/plugin-rsc": "^0.5.26",
"nitro": "^3.0.260522-beta",
"portless": "0.15.4",
"swagger-typescript-api": "13.9.2",
"tailwindcss": "4.2.4",
"tw-animate-css": "1.4.0",
"typescript": "6.0.3",
"vite": "catalog:",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@11.21.0",
"engines": {
"node": "24.15.0"
},
"type": "module"
}