-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 781 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
{
"name": "astroship",
"type": "module",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "3.1.0",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/manrope": "^5.0.20",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/simple-icons": "^1.1.105",
"@iconify-json/uil": "^1.1.8",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.10.1",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.3",
"astro-seo": "^0.8.4",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"standard": "^17.1.0"
}
}