-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
44
45
46
47
48
49
50
51
{
"name": "natelentz.dev",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"astro": "astro",
"check": "astro check",
"postbuild": "pagefind --source dist",
"preview": "astro preview",
"format": "pnpm run format:code",
"format:code": "biome format --write && prettier -w \"**/*\" --ignore-unknown --plugin-search-dir=. --cache ."
},
"dependencies": {
"@astrojs/react": "^4.0.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"astro": "^5.0.2",
"astro-icon": "1.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"satori": "^0.10.3",
"satori-html": "^0.3.2",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@astrojs/mdx": "^4.0.1",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@biomejs/biome": "^1.8.3",
"@iconify-json/simple-icons": "^1.2.11",
"@pagefind/default-ui": "^0.12.0",
"@resvg/resvg-js": "^2.4.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"astro-google-fonts-optimizer": "^0.2.2",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^0.12.0",
"postcss": "^8.4.28",
"postcss-import": "^15.1.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^4.0.0"
}
}