This repository was archived by the owner on Apr 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3.03 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 3.03 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "cdsuno",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"tsc:build": "tsc -b && vite build",
"lint": "eslint .",
"fix": "eslint --fix",
"preview": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@fontsource-variable/ubuntu-sans": "^5.2.6",
"@fontsource-variable/ubuntu-sans-mono": "^5.2.6",
"@hcaptcha/react-hcaptcha": "^1.12.0",
"@hookform/resolvers": "^5.0.1",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.6",
"@radix-ui/react-dialog": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.11",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-popover": "^1.1.10",
"@radix-ui/react-scroll-area": "^1.2.5",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.2.2",
"@radix-ui/react-tooltip": "^1.2.3",
"@tanstack/react-table": "^8.21.3",
"@xdsec/wsrx": "^0.4.18",
"ace-builds": "^1.40.0",
"alova": "^3.2.10",
"ansi_up": "^6.0.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"highlight.js": "^11.11.1",
"katex": "^0.16.22",
"lucide-react": "^0.503.0",
"nanoid": "^5.1.5",
"react": "^19.1.0",
"react-day-picker": "^9.6.7",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.56.0",
"react-markdown": "^10.1.0",
"react-number-format": "^5.4.4",
"react-router": "^7.5.1",
"recharts": "^2.15.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-react": "^8.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@shikijs/rehype": "^3.3.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.4",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react-swc": "^3.9.0",
"eslint": "^9.25.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.4",
"typescript": "~5.8.3",
"typescript-eslint": "^8.31.0",
"vite": "^6.3.2",
"vite-plugin-compression": "^0.5.1"
},
"packageManager": "[email protected]"
}