forked from MarcosKlender/AstroLinkHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 753 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 753 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
{
"name": "eu.dumitrw.ro",
"short_name": "dima",
"type": "module",
"version": "7.4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/react": "^5.0.0",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/ws": "^8.18.1",
"astro": "^6.0.5",
"gsap": "^3.14.2",
"ogl": "^1.0.11",
"postprocessing": "^6.38.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"three": "^0.183.2",
"typescript": "^5.9.3",
"ws": "^8.19.0"
}
}