-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.67 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.67 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
{
"name": "ucmacm-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@dnd-kit/dom": "^0.5.0",
"@dnd-kit/helpers": "^0.5.0",
"@dnd-kit/react": "^0.5.0",
"@fontsource-variable/raleway": "^5.3.0",
"@icons-pack/react-simple-icons": "^13.13.0",
"@schedule-x/calendar": "^4.6.1",
"@schedule-x/calendar-controls": "^4.6.1",
"@schedule-x/react": "^4.1.0",
"@schedule-x/scroll-controller": "^4.6.1",
"@schedule-x/theme-shadcn": "^4.6.1",
"@tanstack/react-form": "^1.33.3",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-router": "^1.170.23",
"@tanstack/react-table": "^9.1.1",
"axios": "^1.19.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"hash-wasm": "^4.12.0",
"input-otp": "^1.4.2",
"lucide-react": "^1.30.0",
"next-themes": "^0.4.6",
"qrcode.react": "^4.2.0",
"react": "^19.2.8",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.8",
"react-dropzone": "^20.0.0",
"recharts": "^3.10.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"temporal-polyfill": "^1.0.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@hey-api/openapi-ts": "0.99.0",
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/eslint-plugin-query": "^5.101.4",
"@tanstack/eslint-plugin-router": "^1.162.0",
"@tanstack/router-plugin": "^1.168.27",
"@types/babel__core": "^7.20.5",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@typescript/native": "npm:typescript@^7.0.2",
"@vitejs/plugin-react": "^6.0.5",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.8.1",
"eslint-plugin-better-tailwindcss": "^4.7.0",
"eslint-plugin-oxlint": "^1.77.0",
"eslint-plugin-perfectionist": "^5.10.1",
"eslint-plugin-react-dom": "^5.18.3",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-jsx": "^5.18.3",
"eslint-plugin-react-naming-convention": "^5.18.3",
"eslint-plugin-react-x": "^5.18.3",
"eslint-plugin-sonarjs": "^4.2.0",
"globals": "^17.9.0",
"oxfmt": "^0.62.0",
"oxlint": "^1.77.0",
"oxlint-plugin-react-doctor": "^0.9.7",
"oxlint-tsgolint": "^7.0.2001",
"react-scan": "^0.5.7",
"shadcn": "^4.16.2",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"typescript-eslint": "^8.66.0",
"vite": "^8.2.1",
"vite-plugin-pwa": "^1.3.0"
}
}