-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1001 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
36
{
"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/bi": "^1.1.23",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/fa-solid": "^1.1.8",
"@iconify-json/fluent": "^1.1.52",
"@iconify-json/heroicons-solid": "^1.1.11",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/simple-icons": "^1.1.99",
"@iconify-json/tabler": "^1.1.110",
"@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"
}
}