-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.94 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
{
"name": "budsgamehouse",
"private": true,
"version": "2.2.10",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.1",
"@hookform/resolvers": "^4.1.3",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.4.0",
"@mui/x-charts": "^7.27.1",
"@mui/x-data-grid": "^7.27.3",
"@mui/x-date-pickers": "^7.24.0",
"@tanstack/react-query": "^5.25.0",
"@tanstack/react-query-devtools": "^5.25.0",
"@tiptap/core": "^2.11.2",
"@tiptap/extension-highlight": "^2.11.2",
"@tiptap/extension-text-align": "^2.11.2",
"@tiptap/extension-typography": "^2.11.2",
"@tiptap/pm": "^2.11.2",
"@tiptap/react": "^2.11.2",
"@tiptap/starter-kit": "^2.11.2",
"axios": "^1.2.3",
"date-fns": "^4.1.0",
"events": "^3.3.0",
"firebase": "^11.1.0",
"firebase-error-translator": "^2.0.2",
"image-blob-reduce": "^4.1.0",
"lottie-react": "^2.4.0",
"react": "^19.0.0",
"react-card-flip": "^1.2.3",
"react-dom": "^19.0.0",
"react-dropzone": "^14.2.3",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.42.1",
"react-hot-toast": "^2.4.0",
"react-number-format": "^5.3.1",
"react-router-dom": "^7.1.1",
"react-vertical-timeline-component": "^3.6.0",
"scryfall-sdk": "^5.0.3",
"tablemark": "^3.0.0",
"usehooks-ts": "^3.1.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/image-blob-reduce": "^4.1.2",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/react-vertical-timeline-component": "^3.3.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.2",
"typescript": "^5.7.3",
"vite": "6.2.1",
"vitest": "^3.0.2"
}
}