-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.36 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
{
"name": "ucmacm-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@dnd-kit/dom": "^0.5.0",
"@dnd-kit/helpers": "^0.5.0",
"@dnd-kit/react": "^0.5.0",
"@fontsource-variable/raleway": "^5.2.8",
"@icons-pack/react-simple-icons": "^13.13.0",
"@schedule-x/calendar": "^4.6.0",
"@schedule-x/calendar-controls": "^4.6.0",
"@schedule-x/react": "^4.1.0",
"@schedule-x/scroll-controller": "^4.6.0",
"@schedule-x/theme-shadcn": "^4.6.0",
"@tanstack/react-form": "^1.33.0",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-router": "^1.170.17",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.18.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"hash-wasm": "^4.12.0",
"lucide-react": "^1.23.0",
"next-themes": "^0.4.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-dropzone": "^15.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"temporal-polyfill": "^1.0.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/vite": "^4.3.2",
"@tanstack/eslint-plugin-query": "^5.101.2",
"@tanstack/eslint-plugin-router": "^1.162.0",
"@tanstack/router-plugin": "^1.168.19",
"@types/babel__core": "^7.20.5",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.6.0",
"eslint-plugin-better-tailwindcss": "^4.6.1",
"eslint-plugin-oxlint": "^1.73.0",
"eslint-plugin-perfectionist": "^5.10.0",
"eslint-plugin-react-dom": "^5.12.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-jsx": "^5.12.0",
"eslint-plugin-react-naming-convention": "^5.12.0",
"eslint-plugin-react-x": "^5.12.0",
"eslint-plugin-sonarjs": "^4.1.0",
"globals": "^17.7.0",
"oxfmt": "^0.58.0",
"oxlint": "^1.73.0",
"oxlint-tsgolint": "^0.24.0",
"react-scan": "^0.5.7",
"shadcn": "^4.13.0",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1",
"vite": "^8.1.3"
}
}