-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 960 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 960 Bytes
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
{
"name": "site2026",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/react": "^5.0.3",
"@astrojs/vercel": "^10.0.4",
"@libsql/client": "^0.17.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@vercel/analytics": "^2.0.1",
"astro": "^6.1.4",
"lenis": "^1.3.21",
"postprocessing": "^6.39.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-logo-soup": "^0.4.1",
"tailwindcss": "^4.2.2",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/vite": "^4.2.2",
"@types/three": "^0.183.1",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1"
},
"overrides": {
"vite": "^7.3.2"
}
}