-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "@example/minimal",
"type": "module",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/partytown": "^2.1.0",
"@astrojs/prefetch": "^0.2.1",
"@astrojs/react": "^3.3.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@jsdevtools/rehype-url-inspector": "^2.0.2",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vercel/analytics": "^1.2.2",
"astro": "^4.7.0",
"astro-compress": "^2.2.5",
"astro-robots-txt": "^1.0.0",
"dayjs": "^1.11.10",
"fuse.js": "^7.0.0",
"mdast-util-to-string": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.12.7",
"lodash.kebabcase": "^4.1.1",
"url-join": "^5.0.0"
}
}