generated from trueberryless-org/template-blazor-mysql
-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 1 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
{
"name": "starlight",
"version": "0.1.1",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"devo": "npm run open-browser && astro dev",
"lunaria:build": "lunaria build",
"lunaria:preview": "lunaria preview",
"open-browser": "start http://localhost:4321",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
"@astrojs/starlight": "^0.29.2",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@lunariajs/core": "^0.1.0",
"@zachleat/table-saw": "^1.0.6",
"astro": "^4.16.15",
"astro-expressive-code": "^0.34.2",
"astro-feelback": "^0.3.4",
"rehype-mathjax": "^6.0.0",
"remark-expressive-code": "^0.34.2",
"remark-math": "^6.0.0",
"sharp": "^0.33.4",
"starlight-image-zoom": "^0.5.0",
"starlight-links-validator": "^0.7.1"
},
"devDependencies": {
"starlight-view-modes": "^0.5.3"
},
"packageManager": "[email protected]"
}