-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.37 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.37 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
{
"name": "localstack-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint:links": "astro build",
"sync:licensing-tags": "node scripts/sync-licensing-tags.mjs"
},
"dependencies": {
"@astrojs/markdoc": "^1.0.3",
"@astrojs/react": "^5.0.2",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.38.2",
"@astrojs/starlight-docsearch": "^0.7.0",
"@astrojs/starlight-markdoc": "^0.6.0",
"@astrojs/starlight-tailwind": "^5.0.0",
"@expressive-code/plugin-line-numbers": "^0.41.2",
"@lorenzo_lewis/starlight-utils": "^0.3.2",
"@tailwindcss/vite": "^4.1.6",
"@tanstack/react-table": "^8.21.3",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"astro": "^6.1.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.509.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sharp": "^0.32.5",
"starlight-fullview-mode": "^0.2.3",
"starlight-image-zoom": "^0.12.0",
"starlight-links-validator": "^0.21.0",
"starlight-llms-txt": "^0.8.0",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.6"
},
"devDependencies": {
"tw-animate-css": "^1.2.9"
},
"overrides": {
"astro-integration-kit": "^0.20.0"
}
}