-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 918 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 918 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
{
"name": "neuropilot-docs",
"type": "module",
"private": true,
"version": "2.1.2",
"readme": "README.md",
"repository": "https://github.com/VSC-NeuroPilot/neuropilot/tree/master/docs",
"homepage": "https://vsc-neuropilot.github.io/docs",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"compile": "astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro",
"postinstall": "astro sync"
},
"dependencies": {
"@astrojs/starlight": "~0.36.0",
"astro": "5.15.9",
"sharp": "~0.34.4",
"starlight-contributor-list": "~0.3.0",
"starlight-heading-badges": "~0.6.0",
"starlight-showcases": "~0.3.0",
"starlight-sidebar-topics": "~0.6.1"
},
"devDependencies": {
"@astrojs/check": "~0.9.4",
"eslint": "~9.36.0",
"eslint-plugin-astro": "~1.3.1",
"typescript": "~5.9.2"
}
}