-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 961 Bytes
/
package.json
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
{
"name": "astroship",
"type": "module",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.5",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@fontsource-variable/inter": "^5.0.15",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/bxs": "^1.1.10",
"@iconify-json/fad": "^1.1.9",
"@iconify-json/iconoir": "^1.1.42",
"@iconify-json/material-symbols-light": "^1.1.14",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.94",
"@iconify-json/uil": "^1.1.8",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.5.5",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.0",
"astro-seo": "^0.8.0",
"sharp": "^0.33.0",
"tailwindcss": "^3.3.5"
}
}