-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "wty9sky_blog",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fancyapps/ui": "^5.0.36",
"@fontsource/noto-serif-sc": "^5.0.11",
"astro": "^4.14.2",
"astro-seo": "^0.8.3",
"dayjs": "^1.11.13",
"highlight.js": "^11.9.0",
"katex": "^0.16.10",
"markdown-toc": "github:Skywt2003/markdown-toc",
"react": "^18.2.0",
"react-cookie": "^7.1.4",
"react-dom": "^18.2.0",
"remarkable": "^2.0.1",
"remarkable-katex": "github:Skywt2003/remarkable-katex",
"remixicon": "^4.2.0",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animated": "^1.0.1",
"typeit": "^8.8.3",
"typescript": "^5.3.3"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2",
"@tailwindcss/typography": "^0.5.10",
"@types/express": "^4.17.21",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.12.3"
}
}