-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 846 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 846 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
35
{
"name": "esphome-docs",
"version": "2.0.0",
"description": "ESPHome Documentation",
"type": "module",
"scripts": {
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"lint": "node lint.mjs"
},
"dependencies": {
"@astrojs/starlight": "^0.37.7",
"astro": "^5.18.0",
"katex": "^0.16.38",
"micromark": "^4.0.2",
"rehype-katex": "^7.0.1",
"remark-github-blockquote-alert": "^2.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.5",
"starlight-blog": "^0.25.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esphome/esphome-docs.git"
},
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/esphome/esphome-docs/issues"
},
"homepage": "https://esphome.io",
"devDependencies": {
"jsdom": "^28.1.0"
}
}