-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.56 KB
/
package.json
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
{
"name": "reentry_v2",
"version": "1.0.0",
"description": "A space simulation for orbital mechanics, interplanetary travel, and reentry vehicles using Three.js and Cannon.js.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"clean": "rm -rf dist node_modules",
"clean-install": "npm run clean && npm install",
"clean-start": "npm run clean-install && npm run build && npm run dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@shadcn/ui": "^0.0.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@wojtekmaj/react-timerange-picker": "^6.0.0",
"body-parser": "^1.20.2",
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dat.gui": "^0.7.9",
"date-fns": "^2.30.0",
"dom-serializer": "^2.0.0",
"dompurify": "^3.2.2",
"domutils": "^3.1.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"jsdom": "^25.0.0",
"katex": "^0.16.11",
"lucide-react": "^0.462.0",
"marked": "^14.1.2",
"next-themes": "^0.4.3",
"npm": "^10.8.1",
"openai": "^4.48.2",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-calendar": "^5.1.0",
"react-datepicker": "^7.5.0",
"react-datetime-picker": "^6.0.1",
"react-day-picker": "^8.9.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"run": "^1.5.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"start": "^5.1.0",
"stats.js": "^0.17.0",
"tailwind-merge": "^2.5.5",
"three": "^0.168.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"vite": "^5.4.11",
"vite-plugin-glsl": "^1.3.1"
}
}