-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 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
{
"name": "dataplant-knowledgebase",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/react": "^4.4.2",
"@astrojs/starlight": "^0.37.4",
"@astrojs/starlight-tailwind": "^4.0.2",
"@expressive-code/plugin-line-numbers": "^0.41.6",
"@iconify-json/simple-icons": "^1.2.68",
"@nfdi4plants/swate-components": "^1.0.6",
"@quasar/extras": "^1.17.0",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"astro-icon": "^1.1.5",
"html-escaper": "^3.0.3",
"mermaid": "^11.12.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.34.5",
"starlight-auto-sidebar": "^0.1.4",
"starlight-contributor-list": "^0.3.2",
"starlight-image-zoom": "^0.13.2",
"starlight-links-validator": "^0.19.2",
"starlight-sidebar-topics": "^0.6.2",
"starlight-ui-tweaks": "^0.2.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"astro": "^5.16.15"
}
}