-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 896 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 896 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
32
33
34
{
"name": "obsidian-js-engine-plugin-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --plugin prettier-plugin-astro --plugin prettier-plugin-svelte --write ."
},
"dependencies": {
"@astrojs/starlight": "0.31.1",
"@astrojs/svelte": "7.0.4",
"astro": "5.3.0",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.14.3",
"starlight-site-graph": "0.2.2",
"starlight-typedoc": "^0.18.0",
"svelte": "^5.20.2",
"typedoc": "^0.27.7",
"typedoc-plugin-markdown": "^4.4.2",
"typedoc-plugin-mdn-links": "^4.0.13",
"typescript": "^5.7.3"
},
"devDependencies": {
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3"
}
}