-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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": "jcblw-blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --port 8000",
"start": "astro dev --port 8000",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@ai-sdk/openai": "^0.0.14",
"@astrojs/mdx": "^3.1.3",
"@astrojs/react": "^3.6.1",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
"@astropub/md": "^0.4.0",
"@jcblw/astro-site-integration": "^1.0.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vercel/analytics": "^1.0.1",
"@vercel/postgres": "^0.8.0",
"ai": "^3.1.14",
"alea": "^1.0.1",
"astro": "^4.13.1",
"astro-vercel-image": "^1.0.2",
"disqus-react": "^1.1.5",
"dotenv": "^16.4.5",
"mdast-util-to-string": "^3.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"shiki": "^1.6.0",
"simplex-noise": "^4.0.1",
"tailwindcss": "^3.4.3",
"use-color-scheme": "^1.1.3"
},
"devDependencies": {
"@huggingface/inference": "^2.7.0",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.3",
"prop-types": "^15.8.1"
}
}