-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 735 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": "open-blog-revolution",
"author": "IKO",
"license": "MIT",
"type": "module",
"repository": "https://github.com/the-coded-type/open-blog-revolution",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^6.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"acorn": "^8.15.0",
"astro": "^6.4.6",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"rss-parser": "^3.13.0",
"sanitize-html": "^2.17.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
}
}