-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 751 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 751 Bytes
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
{
"name": "toddhgardner.github.io",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@picocss/pico": "^2.1.1",
"lite-youtube-embed": "^0.3.3",
"luxon": "^3.7.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@types/luxon": "^3.7.1",
"astro": "^5.13.0",
"markdown-it": "^14.1.0",
"prettier": "^3.3.3",
"rehype-external-links": "^3.0.0",
"sanitize-html": "^2.17.0",
"typescript": "^5.9.2",
"ultrahtml": "^1.6.0"
}
}