-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "rss-aggregator",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/prism": "^1.0.2",
"@astrojs/rss": "^2.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^5.1.0",
"@markdoc/markdoc": "^0.2.1",
"@tailwindcss/typography": "^0.5.9",
"astro": "^4.13.1",
"astro-markdoc-renderer": "0.0.1-alpha.1",
"buffer-shims": "^1.0.0",
"dayjs": "^1.11.12",
"exponential-backoff": "^3.1.1",
"feed": "^4.2.2",
"feedme": "^2.0.2",
"feedparser": "^2.2.10",
"globby": "^13.1.3",
"gray-matter": "^4.0.3",
"hash-wasm": "^4.11.0",
"iconv-lite": "^0.6.3",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"md5js": "^1.0.7",
"node-fetch": "^3.3.2",
"rss-parser": "^3.13.0",
"slugify": "^1.6.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.3",
"xml-js": "^1.6.11",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"@types/lodash": "^4.17.7",
"@types/md5": "^2.3.5"
}
}