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
55 lines (55 loc) · 1.7 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.7 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
{
"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.4",
"@astrojs/markdown-remark": "^6.3.6",
"@astrojs/starlight": "^0.35.2",
"@astrojs/starlight-tailwind": "^4.0.1",
"@directus/sdk": "^20.0.2",
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
"@fontsource-variable/noto-sans": "^5.2.7",
"@fontsource-variable/plus-jakarta-sans": "^5.2.6",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.33",
"@iconify-json/mdi": "^1.2.3",
"@lorenzo_lewis/starlight-utils": "^0.3.2",
"@tailwindcss/vite": "^4.1.12",
"astro": "^5.13.3",
"astro-icon": "^1.1.5",
"astro-og-canvas": "^0.7.0",
"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.3",
"starlight-heading-badges": "^0.6.0",
"starlight-links-validator": "^0.17.1",
"starlight-llms-txt": "^0.6.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2"
},
"devDependencies": {
"sass": "^1.91.0",
"vite-plugin-static-copy": "^3.1.2"
},
"engines": {
"node": ">=22"
}
}