-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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": "@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": "^4.0.8",
"@astrojs/partytown": "^2.1.3",
"@astrojs/react": "^4.2.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@jsdevtools/rehype-url-inspector": "^2.0.2",
"@playform/compress": "^0.1.7",
"@tailwindcss/vite": "^4.0.6",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.2.5",
"dayjs": "^1.11.13",
"fuse.js": "^7.1.0",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"node-html-parser": "^7.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reading-time": "^1.5.0",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.13.1",
"@types/sanitize-html": "^2.13.0",
"lodash.kebabcase": "^4.1.1",
"url-join": "^5.0.0"
}
}