-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 747 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 747 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
{
"name": "amoses-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.15",
"@expressive-code/plugin-collapsible-sections": "^0.37.0",
"@expressive-code/plugin-line-numbers": "^0.37.0",
"@popperjs/core": "^2.11.8",
"astro": "^5.18.0",
"astro-expressive-code": "^0.37.0",
"astro-og-canvas": "^0.5.3",
"childprocess": "^2.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0"
},
"devDependencies": {
"@types/node": "^22.7.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}