-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 880 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 880 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
{
"name": "bustling-binary",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build && npx pagefind --site dist",
"postbuild": "npx pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"new-doc": "node scripts/new-doc.mjs",
"audit-links": "node scripts/audit-links.mjs"
},
"dependencies": {
"@astrojs/mdx": "^4.3.12",
"@astrojs/react": "^4.3.1",
"@astrojs/sitemap": "^3.6.0",
"@futureagi/chat-widget": "workspace:*",
"@giscus/react": "^3.1.0",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.16.3",
"fuse.js": "^7.1.0",
"lucide-astro": "^0.555.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shiki": "^3.18.0",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"pagefind": "^1.4.0",
"vite-plugin-compression": "^0.5.1"
}
}