-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
51 lines (51 loc) · 1.58 KB
/
package.json
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
{
"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 && 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"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/starlight": "^0.28.6",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.2",
"@directus/sdk": "^18.0.0",
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
"@fontsource-variable/noto-sans": "^5.1.0",
"@fontsource-variable/plus-jakarta-sans": "^5.1.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/material-symbols": "^1.2.6",
"@iconify-json/mdi": "^1.2.1",
"@lorenzo_lewis/starlight-utils": "^0.2.0",
"astro": "^4.16.18",
"astro-icon": "^1.1.2",
"astro-og-canvas": "^0.5.4",
"fetch-jsonp": "^1.3.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.33.5",
"starlight-heading-badges": "^0.3.0",
"starlight-links-validator": "^0.13.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"sass": "^1.80.6",
"vite-plugin-static-copy": "^2.0.0"
}
}