-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"hexo": {
"version": "5.4.2"
},
"dependencies": {
"@astrojs/rss": "^4.0.7",
"dayjs": "^1.11.11",
"lucide-react": "^0.378.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanitize-html": "^2.13.0",
"truncate-html": "^1.1.1"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.6.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/upgrade": "^0.3.1",
"@biomejs/biome": "^1.5.2",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.11.0",
"astro": "^4.11.1",
"flowbite-typography": "^1.0.3",
"lerna-ci": "^2.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"sass": "^1.76.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}