-
Notifications
You must be signed in to change notification settings - Fork 183
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.89 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.89 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
{
"name": "crowdin-docs",
"type": "module",
"version": "1.2.0",
"private": true,
"author": {
"name": "Andrii Bodnar",
"url": "https://github.com/andrii-bodnar/"
},
"scripts": {
"dev": "astro dev",
"build": "astro check && npm run fetch-languages && npm run generate-llms-api && astro build && npm run build:api",
"preview": "astro preview",
"astro": "astro",
"watch:api": "sass --watch src/style/api/",
"build:api": "sass src/style/api/:dist/src/style/api/",
"find-unused-images": "node find-unused-images.js",
"fetch-languages": "node fetch-languages.js",
"generate-llms-api": "node generate-llms-api.js"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/markdown-remark": "^6.3.10",
"@astrojs/starlight": "^0.37.6",
"@astrojs/starlight-tailwind": "^4.0.2",
"@directus/sdk": "^21.1.0",
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
"@fontsource-variable/noto-sans": "^5.2.10",
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
"@iconify-json/garden": "^1.2.4",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/material-symbols": "^1.2.58",
"@iconify-json/mdi": "^1.2.3",
"@lorenzo_lewis/starlight-utils": "^0.3.2",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.1",
"astro-embed": "^0.12.0",
"astro-icon": "^1.1.5",
"astro-og-canvas": "^0.10.1",
"redoc": "2.5.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"remark-custom-heading-id": "^2.0.0",
"sharp": "^0.34.5",
"starlight-heading-badges": "^0.6.1",
"starlight-links-validator": "^0.19.2",
"starlight-llms-txt": "^0.7.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^12.1.0",
"sass": "^1.97.3",
"vite-plugin-static-copy": "^3.2.0"
},
"engines": {
"node": ">=22"
}
}