-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.3 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
47
48
{
"displayName": "记录干杯",
"name": "blog",
"description": "个人网站,在这里记录",
"private": true,
"version": "2025.01",
"author": {
"name": "Liang Fengning",
"email": "liangfengning@foxmail.com"
},
"type": "module",
"license": "MIT",
"scripts": {
"build": "astro check && astro build",
"dev": "astro dev",
"preview": "astro check && astro build && astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/sitemap": "^3.2.1",
"@iconify-json/ri": "^1.2.3",
"@types/alpinejs": "^3.13.10",
"@unocss/reset": "^0.64.1",
"@unocss/transformer-directives": "^0.64.1",
"alpinejs": "^3.14.3",
"astro": "^4.16.13",
"dayjs": "^1.11.13",
"hast-util-parse-selector": "^4.0.0",
"hast-util-select": "^6.0.3",
"less": "^4.2.0",
"prettier": "^3.3.3",
"rehype-rewrite": "^4.0.2",
"rehype-wrap": "^1.1.0",
"sharp": "^0.33.5",
"typescript": "^5.6.3",
"unist-util-visit": "^5.0.0",
"unocss": "^0.64.1",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-scrollbar": "^0.3.1"
},
"dependencies": {
"@fontsource-variable/fira-code": "^5.1.0",
"@fontsource-variable/inter": "^5.1.0"
}
}