-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.2 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
{
"name": "exhibit-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && cross-env NODE_OPTIONS='--max-old-space-size=8192' vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@lobehub/icons": "^2.0.0",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-tooltip": "^1.2.6",
"@react-three/drei": "^10.0.7",
"@react-three/fiber": "^9.1.2",
"@tabler/icons-react": "^3.31.0",
"@tailwindcss/vite": "^4.1.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/three": "^0.176.0",
"better-react-mathjax": "^2.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.9.1",
"gsap": "^3.12.7",
"i18next": "^25.0.1",
"i18next-browser-languagedetector": "^8.0.5",
"i18next-http-backend": "^3.0.2",
"lenis": "^1.3.1",
"lucide-react": "^0.509.0",
"mathjax": "^3.2.2",
"matter-js": "^0.20.0",
"motion": "^12.11.0",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.5.1",
"react-router-dom": "^7.5.1",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.15.3",
"simple-icons": "^14.12.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.5",
"three": "^0.176.0",
"vite-plugin-html": "^3.2.2"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@types/node": "^22.14.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"cross-env": "^10.1.0",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"prettier": "3.5.3",
"tw-animate-css": "^1.2.8",
"typescript": "~5.7.2",
"typescript-eslint": "^8.31.0",
"vite": "^6.3.1"
}
}