-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 835 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 835 Bytes
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
{
"name": "sama_docs",
"description": "SAMA API Documentation",
"version": "0.1.0",
"type": "module",
"homepage": "https://github.com/SAMA-Communications/docs#readme",
"keywords": [
"starlight",
"astro",
"docs",
"chat",
"chat-application",
"client",
"client-app"
],
"licaense": "Apache-2.0",
"author": "Igor Khomenko",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.35.2",
"astro": "^5.6.1",
"astro-breadcrumbs": "^3.3.1",
"astro-typewriter": "^1.1.0",
"react": "^19.1.1",
"sharp": "^0.34.2",
"starlight-cooler-credit": "^0.4.0",
"starlight-llms-txt": "^0.6.0",
"starlight-theme-rapide": "^0.5.1"
}
}