forked from networkinstitutevu/nebula-welcome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 831 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
{
"name": "nebula-welcome",
"type": "module",
"version": "0.1.0",
"description": "Repository for the Nebula user documentation",
"author": "Network Institute <network.institute.beta@vu.nl> (https://github.com/networkinstitutevu)",
"license": "MIT",
"keywords": [
"Network Institute",
"NI",
"nebula",
"VU Amsterdam",
"Vrije Universiteit Amsterdam",
"astro",
"user documentation"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.4",
"@astrojs/starlight": "^0.37.6",
"astro": "^5.6.1",
"sharp": "^0.34.2",
"starlight-changelogs": "^0.4.0",
"starlight-theme-galaxy": "^0.7.0",
"starlight-ui-tweaks": "^0.2.2"
}
}