-
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.73 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.73 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": "rsbuild-react-ts",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild dev --open",
"preview": "rsbuild preview",
"test": "rstest",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"fmt": "biome format --write .",
"fmt:check": "biome format ."
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@sentry/react": "^10.8.0",
"@tailwindcss/postcss": "^4.1.12",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-virtual": "^3.13.12",
"@types/react-vertical-timeline-component": "^3.3.6",
"@vercel/analytics": "^1.5.0",
"axios": "^1.11.0",
"biome": "^0.3.3",
"clsx": "^2.1.1",
"daisyui": "^5.0.51",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.12",
"lucide-react": "^0.542.0",
"ms": "^2.1.3",
"osu-parsers": "^4.1.7",
"prop-types": "^15.8.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.62.0",
"react-router-dom": "^7.8.2",
"react-vertical-timeline-component": "^3.5.3",
"recharts": "^3.1.2",
"sonner": "^2.0.7",
"tailwindcss": "^4.1.12",
"use-debounce": "^10.0.5",
"zod": "^4.1.3",
"zustand": "^5.0.8"
},
"devDependencies": {
"@rsbuild/core": "^1.5.0",
"@rsbuild/plugin-react": "^1.3.5",
"@rstest/core": "^0.3.2",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.8",
"jsdom": "^26.1.0",
"typescript": "^5.9.2"
}
}