-
-
Notifications
You must be signed in to change notification settings - Fork 326
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "@orama/docs",
"version": "3.1.0",
"description": "Documentation for Orama",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "bunx @biomejs/biome format src --write",
"postbuild": "tsx ./scripts/postbuild.ts"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@orama/crawly": "^0.0.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"dotenv": "^16.4.5",
"globby": "^14.0.2",
"html-to-text": "^9.0.5",
"sharp": "^0.33.4",
"tsx": "^4.16.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.6.0",
"@astrojs/starlight": "^0.26.3",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@jop-software/astro-cookieconsent": "^3.0.0",
"@orama/react-components": "^0.0.28",
"@oramacloud/client": "^1.3.16",
"astro": "^4.16.18",
"astro-og-canvas": "^0.5.3",
"canvaskit-wasm": "^0.39.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"starlight-image-zoom": "^0.8.0",
"starlight-showcases": "^0.2.0",
"tailwindcss": "^3.4.4",
"vanilla-cookieconsent": "^3.0.1"
}
}