-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 KB
/
package.json
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
{
"name": "andrew-kepson",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@fontsource/eb-garamond": "^5.1.1",
"@fontsource/roboto": "^5.1.0",
"@fontsource/work-sans": "^5.1.0",
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.5",
"cheerio": "^1.0.0",
"dotenv": "^16.4.5",
"highlight.js": "^11.10.0",
"outline": "link:@heroicons/react/outline",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-reveal": "^1.2.2",
"react-share": "^5.1.0",
"sharp": "^0.33.5",
"slugger": "^1.0.1",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}