-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "blog-daque",
"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.4.1",
"@astrojs/node": "^8.2.0",
"@astrojs/react": "^3.0.9",
"@astropub/md": "^0.4.0",
"@mdxeditor/editor": "^2.7.1",
"@monaco-editor/react": "^4.6.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"astro": "^4.3.1",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"firebase-tools": "^13.1.0",
"mermaid.cli": "^0.3.6",
"monaco-editor": "^0.45.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"rehype-prism-plus": "^2.0.0",
"rehype-sanitize": "^6.0.0",
"remark-graphviz": "^0.2.2",
"remark-math": "^6.0.0",
"remark-mermaid": "^0.2.0",
"remark-mermaidjs": "^6.0.0",
"remark-toc": "^9.0.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0"
}
}