-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "opencyberrange-paper-site",
"private": true,
"packageManager": "bun@1.3.13",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && node scripts/prepare-static.mjs",
"preview": "vite preview"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@lobehub/icons": "^5.10.0",
"@lobehub/icons-static-svg": "^1.91.0",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-router": "latest",
"@tanstack/react-start": "latest",
"class-variance-authority": "latest",
"clsx": "latest",
"gsap": "^3.15.0",
"lucide-react": "latest",
"react": "latest",
"react-dom": "latest",
"recharts": "^3.8.1",
"tailwind-merge": "latest"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "latest",
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "^3.4.17",
"typescript": "latest",
"vite": "latest"
}
}