-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 979 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 979 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
32
33
34
35
36
37
38
{
"name": "astroship-temp",
"type": "module",
"version": "3.0.0",
"pnpm": {
"overrides": {
"fontkitten": "1.0.0"
}
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^9.0.0",
"@fontsource-variable/bricolage-grotesque": "^5.2.5",
"@fontsource-variable/inter": "^5.2.5",
"@getbrevo/brevo": "^3.0.1",
"@iconify-json/bx": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.28",
"@iconify-json/uil": "^1.2.3",
"@paper-design/shaders": "^0.0.69",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.14",
"astro": "^5.16.9",
"astro-icon": "^1.1.5",
"astro-navbar": "^2.3.9",
"astro-seo": "^0.8.4",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.14"
}
}