-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 874 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": "",
"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.4",
"@astrojs/mdx": "^4.0.2",
"@astrojs/partytown": "^2.1.2",
"@iconify-json/devicon": "^1.1.36",
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/mdi": "^1.1.64",
"astro": "^5.0.4",
"astro-icon": "^1.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-github-blockquote-alert": "^1.3.0",
"remark-link-card": "^1.3.1",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"sass": "^1.72.0",
"typescript": "^5.4.2"
}
}