-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 885 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": "shamundev",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"sync": "astro sync",
"preview": "astro preview",
"astro": "astro",
"clean": "rm -rf dist"
},
"dependencies": {
"@astrojs/prism": "^3.0.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@markdoc/markdoc": "^0.3.2",
"@tailwindcss/typography": "^0.5.9",
"astro": "^3.0.7",
"astro-markdoc-renderer": "^0.0.1-alpha.1",
"globby": "^13.1.3",
"gray-matter": "^4.0.3",
"satori": "^0.10.4",
"satori-html": "^0.3.2",
"slugify": "^1.6.6",
"tailwindcss": "^3.3.3",
"zod": "^3.22.2"
},
"devDependencies": {
"@resvg/resvg-js": "^2.4.1",
"prettier-plugin-astro": "^0.12.0",
"typescript": "^5.2.2"
}
}