-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 698 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 698 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
{
"name": "jamesking.dev",
"version": "2.0.0",
"description": "Personal website for James King - Technical Lead | AI Code Governance",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"postbuild": "node scripts/indexnow.js && node scripts/generate-markdown.js"
},
"dependencies": {
"@astrojs/partytown": "^2.1.6",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.4",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"docx": "^9.6.1"
}
}