-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 850 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
{
"name": "astroship",
"type": "module",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.1.0",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/fluent": "^1.1.47",
"@iconify-json/ph": "^1.1.10",
"@iconify-json/uil": "^1.1.8",
"astro": "^4.3.0",
"astro-feather-icons": "^1.0.2",
"astro-icon": "^1.0.4",
"astro-navbar": "^2.3.0",
"astro-seo": "^0.8.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@fontsource-variable/inter": "^5.0.16",
"@tailwindcss/typography": "^0.5.10",
"sharp": "^0.33.2"
}
}