forked from manuelernestog/astropod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "astropod",
"version": "1.0.0",
"private": true,
"description": "Astropod is a free and open-source serverless podcast template. Host your podcast for free using online third-party services.",
"homepage": "https://github.com/advanced-astro/astropod#readme.md",
"bugs": "https://github.com/advanced-astro/astropod/issues",
"repository": {
"type": "git",
"url": "https://github.com/advanced-astro/astropod.git"
},
"license": "MIT",
"contributors": [
"Marc Redwerkz (https://github.com/rdwz)"
],
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"check": "astro check",
"dev": "astro dev",
"format": "biome format src --write",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.12",
"astro": "^4.6.3",
"astro-decap-cms": "^0.2.0",
"astro-robots-txt": "^1.0.0",
"daisyui": "^4.10.2",
"dayjs": "^1.11.10",
"marked": "^12.0.1",
"marked-plaintext": "^0.0.2",
"tailwindcss": "^3.4.3",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@biomejs/biome": "^1.7.0",
"biome-config-astro": "^1.1.0",
"typescript": "^5.4.5"
},
"authors": "Manuel Ernesto Garcia",
"packageManager": "[email protected]"
}