-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
34 lines (34 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
{
"name": "astropod",
"description": "Astropod is a free and open-source serverless podcast template. Host your podcast for free using online third-party services.",
"type": "module",
"author": "Manuel Ernesto Garcia",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.17.2",
"@astrojs/mdx": "^0.19.7",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^3.1.3",
"astro": "^2.7.3",
"astro-netlify-cms": "^0.5.3",
"daisyui": "^3.1.7",
"dayjs": "^1.11.9",
"marked": "^7.0.2",
"marked-plaintext": "^0.0.2",
"sharp": "^0.32.1",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"astro-robots-txt": "^0.5.0"
}
}