-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.95 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
{
"name": "capstone2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"vercel-build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@gsap/react": "^2.1.2",
"@icons-pack/react-simple-icons": "^13.7.0",
"@mui/material": "^7.3.1",
"@mui/x-charts": "^8.9.2",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@react-three/drei": "^10.6.1",
"@react-three/fiber": "^9.3.0",
"@shikijs/transformers": "^3.9.2",
"@tabler/icons-react": "^3.34.1",
"@tailwindcss/postcss": "^4.1.12",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"email-validator": "^2.0.4",
"framer-motion": "^12.23.12",
"gsap": "^3.13.0",
"harden-react-markdown": "^1.0.2",
"katex": "^0.16.22",
"ldrs": "^1.1.7",
"lucide-react": "^0.534.0",
"motion": "^12.23.12",
"next": "15.4.5",
"next-themes": "^0.4.6",
"ogl": "^1.0.11",
"radix-ui": "^1.4.2",
"react": "^19.1.1",
"react-day-picker": "^9.8.1",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
"recharts": "^3.1.2",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.9.2",
"tailwind-merge": "^3.3.1",
"three": "^0.179.1",
"use-stick-to-bottom": "^1.1.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.4.5",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"tw-animate-css": "^1.3.6"
}
}