-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.55 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.55 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
{
"name": "guardian-playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"test": "vitest",
"coverage": "vitest run --coverage",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.2.5",
"@mui/icons-material": "^7.0.2",
"@mui/lab": "7.0.0-beta.13",
"@mui/material": "^7.0.2",
"@mui/x-charts": "^7.28.0",
"@mui/x-data-grid": "^7.28.3",
"@mui/x-date-pickers": "^7.28.3",
"@mui/x-tree-view": "^8.5.1",
"@react-three/drei": "^10.0.6",
"@react-three/fiber": "^9.1.2",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.49.4",
"@tanstack/ai": "^0.14.0",
"@tanstack/ai-react": "^0.8.0",
"@tanstack/react-form": "^1.3.3",
"@tanstack/react-query": "^5.74.3",
"@testing-library/react": "^16.2.0",
"axios": "^1.8.4",
"buffer": "^6.0.3",
"canvas-confetti": "^1.9.3",
"date-fns": "^4.1.0",
"framer-motion": "^12.7.2",
"fuse.js": "^7.1.0",
"moment": "^2.30.1",
"msw": "^2.7.4",
"path": "^0.12.7",
"react": "19.0.0",
"react-big-calendar": "^1.18.0",
"react-dom": "19.0.0",
"react-icons": "^5.5.0",
"react-lazy-load-image-component": "^1.6.3",
"react-markdown": "^10.1.0",
"react-router": "^7.5.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"three": "^0.175.0",
"usehooks-ts": "^3.1.1",
"vitest": "^3.1.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@types/canvas-confetti": "^1.9.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/react-big-calendar": "^1.16.1",
"@types/react-dom": "^19.1.2",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.24.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"jsdom": "^26.1.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.6"
},
"description": "This project was created by WoodwardStudio Dev Agent.",
"main": "eslint.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}