-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.67 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
57
58
59
60
{
"name": "xbstack-ai-site-kit",
"version": "0.1.0",
"description": "An open-source Astro starter kit for AI engineers and indie developers to build fast, SEO-friendly content and tool platforms.",
"author": "peng yu",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xbstack/xbstack-ai-site-kit.git"
},
"engines": {
"node": ">=18"
},
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w ./src",
"check": "astro check",
"audit:seo": "python3 scripts/audit-seo.py",
"check:links": "python3 scripts/check-links.py"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.0",
"@astrojs/node": "^9.3.0",
"@astrojs/react": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.1",
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.11.1",
"astro-auto-import": "^0.4.2",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"github-slugger": "^2.0.0",
"js-yaml": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.4.8",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"sass": "^1.64.2",
"tailwindcss": "^3.3.3",
"tsx": "^4.20.5",
"typescript": "^5.1.6"
}
}