-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.77 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
52
53
54
55
56
57
58
59
60
{
"name": "rayriffy.com",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"scripts": {
"dev": "astro dev --port 5173",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write **/*"
},
"dependencies": {
"@astrojs/rss": "^4.0.9",
"@fastify/middie": "^9.0.2",
"@fastify/static": "^8.0.3",
"@iconify-json/dashicons": "^1.2.0",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/ri": "^1.2.3",
"@notionhq/client": "^2.2.15",
"astro": "^5.0.2",
"astro-icon": "^1.1.4",
"clsx": "^2.1.1",
"contentful": "^11.2.5",
"dayjs": "^1.11.13",
"fastify": "^5.1.0",
"html-entities": "^2.5.2",
"notion-to-md": "^3.1.1",
"plaiceholder": "^3.0.0",
"reading-time": "^1.5.0",
"rehype": "^13.0.2",
"rehype-prism-plus": "^2.0.0",
"remark": "^15.0.1",
"remark-gfm": "4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"sharp": "^0.33.5",
"sitemap": "^8.0.0",
"unified": "^11.0.5",
"unist-util-select": "^5.1.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0",
"@astrojs/tailwind": "^5.1.3",
"@fontsource-variable/manrope": "^5.1.0",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.1",
"@types/unist": "^3.0.3",
"astro-seo": "^0.8.4",
"prettier": "3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
}
}