-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 843 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 843 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
{
"private": true,
"name": "kenjdavidson.github.io",
"description": "Personal project/blog website for Ken Davidson",
"version": "2.0.0",
"author": "kenjdavidson <hello@kenjdavidson.com>",
"license": "0BSD",
"type": "module",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"start": "astro dev",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.14",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/tailwind": "^5.1.5",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"astro": "^5.18.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.6.0",
"sharp": "^0.34.5",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
}