-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.47 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.47 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": "supportgenix-docs",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"homepage": "https://github.com/supportgenix/supportgenix-docs",
"repository": {
"type": "git",
"url": "git+https://github.com/supportgenix/supportgenix-docs.git"
},
"bugs": {
"url": "https://github.com/supportgenix/supportgenix-docs/issues"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"keywords": [
"astro",
"astro-component",
"withastro",
"astro-theme",
"documentation",
"knowledge-base",
"supportgenix",
"tailwindcss",
"mdx",
"pagefind"
],
"author": "SupportGenix",
"license": "ISC",
"description": "SupportGenix Docs is a modern Astro documentation and knowledge base theme with MDX content collections, Tailwind styling, and Pagefind search.",
"dependencies": {
"@astrojs/alpinejs": "^0.5.0",
"@astrojs/mdx": "^5.0.3",
"@astrojs/sitemap": "^3.7.2",
"@fontsource/poppins": "^5.2.7",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.8",
"astro": "^6.1.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"pagefind": "^1.4.0",
"turndown": "^7.2.2"
}
}