-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 762 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 762 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": "gitviews",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/vercel": "^9.0.1",
"@fontsource-variable/inter-tight": "^5.2.7",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/inter": "^5.2.8",
"@react-three/fiber": "^9.4.0",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@upstash/redis": "^1.35.6",
"astro": "^5.15.9",
"badge-maker": "^5.0.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"three": "^0.181.2"
},
"devDependencies": {
"@types/three": "^0.181.0"
}
}