-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "arikko.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "bun run generate:og && astro build",
"preview": "astro preview",
"astro": "astro",
"sync": "astro sync",
"format:write": "prettier --write . --plugin=prettier-plugin-astro",
"generate:og": "bun run ./scripts/generate-og.tsx"
},
"dependencies": {
"@astrojs/mdx": "3.1.3",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@calcom/embed-react": "^1.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "4.14.2",
"clsx": "^2.0.0",
"luxon": "^3.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/luxon": "^3.4.2",
"gray-matter": "^4.0.3",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.9",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^6.0.0",
"satori": "^0.10.13",
"sharp": "^0.33.2"
}
}