-
-
Notifications
You must be signed in to change notification settings - Fork 212
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.39 KB
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
47
48
49
50
51
52
53
{
"name": "evcc-docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node src/scripts/generate-legacy-redirects.mjs && cp dist/en/blog/rss.xml dist/blog/rss.xml",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^7.0.2",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.42.2",
"@evcc/icons": "^0.5.11",
"astro": "^7.0.6",
"astro-mermaid": "^2.0.1",
"hast-util-select": "^6.0.4",
"i18n-iso-countries": "^7.14.0",
"lodash": "^4.18.1",
"marked": "^18.0.3",
"mermaid": "^11.15.0",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-stringify": "^11.0.0",
"sharp": "^0.35.0",
"starlight-blog": "^0.29.0",
"starlight-llm-actions": "^0.13.0",
"starlight-openapi": "^0.26.0",
"unified": "^11.0.5",
"unist-util-remove": "^4.0.0",
"yaml": "^2.9.0"
},
"engines": {
"node": ">=26.0.0"
},
"overrides": {
"form-data": "^4.0.6"
},
"devDependencies": {
"prettier": "^3.8.1",
"remark-heading-id": "^1.0.1",
"starlight-links-validator": "^0.26.0",
"typescript": "^6.0.3"
}
}