-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "tonysull.co",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "biome format --write src"
},
"devDependencies": {
"@astro-community/astro-embed-twitter": "^0.5.3",
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/mdx": "^4.0.2",
"@biomejs/biome": "^1.9.4",
"@indiepub/core": "^1.6.3",
"@types/lodash": "^4.14.202",
"@types/marked": "^6.0.0",
"@types/mime": "^4.0.0",
"@types/node": "^22.10.2",
"@types/sanitize-html": "^2.9.5",
"astro": "^5.0.5",
"astro-fathom": "^2.0.0",
"astro-icon": "^1.1.4",
"astro-webfinger": "^2.0.0",
"date-fns": "^4.1.0",
"feed": "^4.2.2",
"lodash": "^4.17.21",
"marked": "^15.0.3",
"marked-gfm-heading-id": "^4.1.1",
"metascraper": "^5.41.0",
"metascraper-author": "^5.40.0",
"metascraper-description": "^5.40.0",
"metascraper-image": "^5.40.0",
"metascraper-logo": "^5.40.0",
"metascraper-publisher": "^5.40.0",
"metascraper-title": "^5.40.0",
"mime": "^4.0.0",
"open-props": "^1.6.16",
"reading-time": "^1.5.0",
"sanitize-html": "^2.11.0",
"sass": "^1.69.5",
"sharp": "^0.33.0",
"zod": "^3.22.4"
}
}