-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 967 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
37
38
{
"name": "@tuist/website",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/image": "^0.17.0",
"@astrojs/tailwind": "^4.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/alpinejs": "^3.7.1",
"astro": "^2.7.0",
"fast-glob": "^3.2.12",
"tailwindcss": "^3.2.7"
},
"dependencies": {
"@astrojs/mdx": "^0.19.6",
"@astrojs/netlify": "^2.3.0",
"@astrojs/partytown": "^1.2.3",
"@astrojs/rss": "^2.3.1",
"@astrojs/sitemap": "^1.0.0",
"@astrolib/seo": "^0.4.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"astro-compress": "^1.1.27",
"install": "^0.13.0",
"markdown-it": "^13.0.1",
"sanitize-html": "^2.11.0",
"satori": "^0.10.1",
"sharp": "^0.32.1",
"timeago.js": "^4.0.2"
}
}