-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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
42
43
44
45
{
"name": "geekeando",
"type": "module",
"version": "2.5.4",
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"build-icons": "astro-icon generate --icon-set @iconify-json/mdi --output public/icons",
"vercel-build": "astro build"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.3.1",
"@astrojs/vercel": "^8.0.4",
"@fontsource/fira-code": "^5.2.7",
"@fontsource/inter": "^5.2.8",
"@fontsource/orbitron": "^5.2.8",
"@resvg/resvg-js": "^2.6.2",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.7.5",
"nodemailer": "^7.0.12",
"particles.js": "^2.0.0",
"photoswipe": "^5.4.4",
"preline": "^3.0.1",
"resend": "^6.6.0",
"sharp": "^0.33.5",
"swiper": "^11.2.6",
"typescript": "^5.8.3"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"@iconify-json/mdi": "^1.2.3",
"@types/nodemailer": "^6.4.17",
"astro-icon": "^1.1.5",
"autoprefixer": "^10.4.21",
"tailwindcss": "^3.4.1"
}
}