-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.14 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
{
"name": "equinox-hub",
"description": "Equinox (equinox.sametbasbug.dev) — Samet Başbuğ'un ekosistemindeki bütün alanların tek kapısı.",
"version": "1.0.0",
"private": true,
"license": "MIT",
"homepage": "https://equinox.sametbasbug.dev",
"repository": {
"type": "git",
"url": "https://github.com/sametbasbug/equinox.sametbasbug.dev.git"
},
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "npm run fonts && astro build",
"preview": "astro preview",
"astro": "astro",
"fonts": "node scripts/make-fonts.mjs",
"icons": "node scripts/make-icons.mjs",
"og": "node scripts/make-og.mjs"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.4",
"@fontsource-variable/fraunces": "^5.3.0",
"@fontsource-variable/inter": "^5.3.0",
"@fontsource-variable/jetbrains-mono": "^5.3.0",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.3.3",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"satori": "^0.33.4",
"sharp": "^0.35.4",
"subset-font": "^2.7.0",
"typescript": "6.0.3"
}
}