-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 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
44
45
46
47
{
"name": "@terrapkg/docs",
"type": "module",
"description": "Terra repository documentation for users and developers",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate-types": "wrangler types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terrapkg/docs"
},
"author": "Fyra Labs Terra Team <terra@fyralabs.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/terrapkg/docs/issues"
},
"homepage": "https://docs.terrapkg.com",
"dependencies": {
"@astrojs/cloudflare": "^13.2.1",
"@astrojs/mdx": "^5.0.4",
"@astrojs/react": "^5.0.4",
"@astrojs/starlight": "^0.38.4",
"@mermaid-js/layout-elk": "^0.2.1",
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.1.9",
"astro-expressive-code": "^0.41.7",
"astro-icon": "^1.1.5",
"astro-mermaid": "^2.0.1",
"lucide-react": "^1.11.0",
"mdx-mermaid": "^2.0.3",
"mermaid": "^11.14.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"sharp": "^0.34.2",
"tailwindcss": "^4.2.4",
"wrangler": "^4.85.0"
},
"overrides": {
"vite": "^7"
}
}