This repository was archived by the owner on Feb 4, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.36 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.36 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
{
"name": "utsbi-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "4.1.6",
"@astrojs/tailwind": "5.1.5",
"@google/model-viewer": "^4.1.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-accordion": "^1.2.8",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-navigation-menu": "^1.2.10",
"@radix-ui/react-popover": "^1.1.11",
"@react-three/drei": "^10.0.7",
"@react-three/fiber": "^9.1.2",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/three": "^0.176.0",
"astro": "5.1.8",
"astro-icon": "^1.1.5",
"caniuse-lite": "^1.0.30001727",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.468.0",
"ollama": "^0.5.15",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"radix-ui": "^1.3.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-motion": "^1.1.0",
"three": "^0.176.0",
"typescript": "^5.8.3"
}
}