-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
36 lines (36 loc) · 922 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": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"16": "^0.0.2",
"@astro-community/astro-embed-twitter": "^0.2.2",
"@astro-community/astro-embed-youtube": "^0.2.2",
"@astrojs/image": "^0.11.6",
"@astrojs/mdx": "^0.11.6",
"@astrojs/netlify": "^1.3.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@fontsource/inter": "^4.5.14",
"astro": "^1.9.2",
"astro-embed": "^0.2.1",
"astro-feather-icons": "^1.0.2",
"astro-icon": "^0.8.0",
"astro-navbar": "^1.1.5",
"astro-seo": "^0.6.1",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"sharp": "^0.32.6",
"typescript": "^5.3.3"
}
}