-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
33 lines (33 loc) · 825 Bytes
/
package.json
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
32
33
{
"name": "@example/blog",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^0.19.1",
"@astrojs/react": "^2.2.1",
"@astrojs/sitemap": "^1.3.1",
"@stefanprobst/remark-shiki": "^2.2.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"astro": "^2.4.5",
"shiki": "^0.14.2",
"unist-builder": "^3.0.0",
"unist-util-visit": "^4.1.0"
},
"dependencies": {
"@astrojs/rss": "^2.4.3",
"github-markdown-css": "^5.2.0",
"parse-numeric-range": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"specificity": "^0.4.1"
}
}