-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 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
50
51
52
{
"name": "etherbeing_official",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.25.0",
"scripts": {
"fullstack": "sh ./start.sh",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/svelte": "^7.2.3",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/simple-icons": "^1.2.62",
"@radix-ui/react-slot": "^1.2.4",
"@sentry/astro": "^10.32.1",
"@spotlightjs/astro": "^3.2.6",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.4",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gsap": "^3.13.0",
"hamburger-react": "^2.5.2",
"html2pdf.js": "^0.12.1",
"insane": "^2.6.2",
"lucide-react": "^0.561.0",
"marked": "^17.0.1",
"mathjs": "^14.9.1",
"motion": "^12.23.26",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"sharp": "^0.34.5",
"svelte": "^5.46.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"three": "^0.167.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/insane": "^1.0.0",
"@types/three": "^0.182.0",
"tw-animate-css": "^1.4.0"
}
}