-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 882 Bytes
/
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
{
"name": "strong-spiral",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"astro": "^5.0.2",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0"
},
"devDependencies": {
"@astrojs/mdx": "^4.0.1",
"@astrojs/react": "^4.0.0",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@resvg/resvg-js": "^2.6.0",
"@shikijs/transformers": "^1.7.0",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.64",
"astro-expressive-code": "^0.38.3",
"github-slugger": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"satori": "^0.10.13",
"tailwindcss": "^3.4.1"
}
}