-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.54 KB
/
package.json
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
53
{
"name": "intergalactic-inclination",
"type": "module",
"version": "0.0.1",
"scripts": {
"check": "biome check --write .",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"preview:wrangler": "wrangler pages dev ./dist",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-integration": "^0.7.1",
"@astro-community/astro-embed-twitter": "^0.5.4",
"@astrojs/check": "^0.9.2",
"@astrojs/cloudflare": "^11.0.4",
"@astrojs/db": "^0.13.1",
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.25.5",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/web-vitals": "^2.0.0",
"@giscus/react": "^3.0.0",
"@inox-tools/star-warp": "^0.1.1",
"@lorenzo_lewis/starlight-utils": "^0.1.2",
"@react-three/fiber": "^8.17.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.167.1",
"astro": "^4.14.2",
"astro-feelback": "^0.3.4",
"astro-link-card": "^1.0.9",
"framer-motion": "^11.3.28",
"giscus": "^1.5.0",
"lefthook": "^1.7.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shadergradient": "^1.2.14",
"sharp": "^0.33.4",
"starlight-blog": "^0.12.0",
"starlight-image-zoom": "^0.7.0",
"starlight-links-validator": "^0.10.1",
"tailwindcss": "^3.4.10",
"three": "^0.167.1",
"typescript": "^5.5.4",
"wrangler": "^3.71.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3"
}
}