-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 791 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 791 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": "dimitri-codes",
"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.9.7",
"@astrojs/markdown-remark": "^7.0.0",
"@astrojs/prism": "^4.0.0",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.1",
"astro": "^6.0.4",
"astro-icon": "^0.8.2",
"canvas": "^3.2.1",
"date-fns": "^2.30.0",
"hastscript": "^8.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-smartypants": "^2.0.0",
"sharp": "^0.33.0",
"typescript": "^5.3.2"
}
}