-
-
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) · 715 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 715 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": "automatic-starlog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.0.0",
"@studiocms/markdown-remark": "^1.3.1",
"astro": "^6.0.5",
"astro-expressive-code": "^0.41.7",
"astro-loader-github-releases": "^2.1.1",
"rehype-expressive-code": "^0.41.7",
"rehype-parse": "^9.0.1",
"rehype-stringify": "^10.0.1",
"sass": "^1.98.0",
"semver": "^7.7.4",
"sharp": "^0.34.5",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@types/semver": "^7.7.1"
}
}