-
-
Notifications
You must be signed in to change notification settings - Fork 205
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"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",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^5.0.6",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.39.0",
"@evcc/icons": "^0.5.11",
"astro": "^6.3.0",
"astro-mermaid": "^2.0.1",
"i18n-iso-countries": "^7.14.0",
"js-yaml": "^4.1.1",
"lodash": "^4.18.1",
"marked": "^18.0.3",
"mermaid": "^11.15.0",
"sharp": "^0.34.0",
"starlight-blog": "^0.26.1",
"starlight-llms-txt": "^0.10.0",
"starlight-openapi": "^0.25.2",
"typescript": "^5.7.0"
},
"engines": {
"node": ">=22.0.0"
},
"devDependencies": {
"prettier": "^3.8.1",
"remark-heading-id": "^1.0.1"
}
}