-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 755 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
30
31
{
"name": "@example/minimal",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"playwright": "playwright install --with-deps chromium"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/mdx": "^7.0.4",
"@astrojs/rss": "4.0.19",
"@astrojs/sitemap": "3.7.3",
"astro": "^7.1.4",
"astro-expressive-code": "0.44.1",
"katex": "0.16.44",
"markdown-it": "14.2.0",
"playwright": "1.62.0",
"rehype-mermaid": "^3.0.0"
},
"devDependencies": {
"@types/katex": "0.16.8",
"@types/markdown-it": "14.1.2",
"sass": "1.98.0"
}
}