-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 799 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 799 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
{
"name": "@solectrus/docs",
"type": "module",
"description": "Documentation for SOLECTRUS",
"version": "0.0.1",
"private": true,
"author": "Georg Ledermann",
"homepage": "https://docs.solectrus.de",
"repository": {
"type": "git",
"url": "https://github.com/solectrus/docs.git"
},
"bugs": {
"url": "https://github.com/solectrus/docs/issues"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.38.4",
"@plausible-analytics/tracker": "^0.4.4",
"astro": "^6.1.9",
"astro-mermaid": "^2.0.1",
"starlight-theme-rapide": "^0.5.2"
},
"packageManager": "bun@1.3.11"
}