-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.81 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.81 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": "CodeceptJS",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=18.20.8"
},
"scripts": {
"dev": "bunosh dev",
"start": "bunosh serve",
"build": "bunosh build",
"preview": "bunosh preview",
"astro": "astro",
"sync:docs": "bunosh docs:sync",
"sync:docs:check": "bunosh docs:sync-check",
"generate:unified-api": "bunosh docs:unified-api",
"generate:unified-api:check": "bunosh docs:unified-api-check",
"search:scrape": "bunosh search:scrape",
"publish": "bunosh publish",
"serve": "bunosh serve",
"update": "bunosh docs"
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.10",
"@astrojs/react": "^5.0.2",
"@astrojs/starlight": "^0.37.1",
"@astrojs/starlight-tailwind": "^4.0.2",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.5",
"astro-breadcrumbs": "^3.3.1",
"astro-rehype-relative-markdown-links": "0.18.1",
"astro-vtbot": "^2.1.9",
"bunosh": "^0.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hast-util-from-html": "2.0.3",
"lucide-react": "^1.7.0",
"meilisearch-docsearch": "^0.8.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"schema-dts": "^1.1.5",
"sharp": "^0.34.5",
"shiki": "^4.0.2",
"starlight-blog": "^0.25.2",
"starlight-image-zoom": "^0.13.2",
"starlight-scroll-to-top": "^0.4.0",
"starlight-sidebar-topics": "^0.6.2",
"swiper": "^12.0.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"unist-util-visit": "5.1.0"
}
}