-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.96 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.96 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@terrapkg/docs",
"version": "0.0.1",
"description": "Terra repository documentation for users and developers",
"homepage": "https://docs.terrapkg.com",
"bugs": {
"url": "https://github.com/terrapkg/docs/issues"
},
"license": "GPL-3.0-or-later",
"author": "Fyra Labs Terra Team <terra@fyralabs.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/terrapkg/docs"
},
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro",
"lunaria:build": "lunaria build",
"lunaria:preview": "lunaria preview",
"generate-types": "wrangler types",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint --type-aware",
"lint:ci": "oxlint --type-aware --format github",
"test": "playwright install --with-deps chromium && playwright test",
"test:ci": "playwright test"
},
"dependencies": {
"@astrojs/cloudflare": "^13.5.5",
"@astrojs/mdx": "^5.0.6",
"@astrojs/react": "^5.0.5",
"@astrojs/starlight": "^0.39.2",
"@astrojs/starlight-tailwind": "^5.0.0",
"@lunariajs/core": "^0.1.1",
"@tailwindcss/vite": "^4.3.0",
"@terrastruct/d2": "^0.1.33",
"astro": "^6.3.8",
"astro-d2": "^0.10.0",
"lucide-react": "^1.17.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"sharp": "^0.34.2",
"tailwindcss": "^4.3.0",
"unplugin-icons": "^23.0.1",
"wrangler": "^4.95.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@axe-core/playwright": "^4.11.3",
"@iconify/json": "^2.2.480",
"@playwright/test": "^1.60.0",
"@types/bun": "^1.3.14",
"@types/mdx": "^2.0.13",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"oxfmt": "^0.52.0",
"oxlint": "^1.67.0",
"oxlint-tsgolint": "^0.23.0",
"sitemapper": "^4.1.6",
"starlight-links-validator": "^0.24.0"
},
"overrides": {
"vite": "^7"
}
}