forked from crowdin/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.73 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.73 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
{
"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 && 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"
},
"dependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/markdown-remark": "^6.3.9",
"@astrojs/starlight": "^0.36.2",
"@astrojs/starlight-tailwind": "^4.0.2",
"@directus/sdk": "^20.2.0",
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
"@fontsource-variable/noto-sans": "^5.2.10",
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/material-symbols": "^1.2.47",
"@iconify-json/mdi": "^1.2.3",
"@lorenzo_lewis/starlight-utils": "^0.3.2",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.15.9",
"astro-embed": "^0.9.2",
"astro-icon": "^1.1.5",
"astro-og-canvas": "^0.7.2",
"redoc": "2.2.0",
"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.1",
"starlight-llms-txt": "^0.6.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"sass": "^1.94.2",
"vite-plugin-static-copy": "^3.1.4"
},
"engines": {
"node": ">=22"
}
}