-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
49
{
"name": "oucc.github.io",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check && tsc --noEmit",
"lint": "prettier --check .",
"format": "prettier --write .",
"validate-blog": "tsx tools/validate-blog.ts",
"update-blogmeta": "tsx tools/update-blogmeta.ts"
},
"packageManager": "[email protected]",
"engines": {
"node": "^20.15.0",
"pnpm": "^9.4.0",
"npm": "please_use_pnpm_instead"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@pagefind/default-ui": "^1.2.0",
"@tailwindcss/typography": "^0.5.15",
"astro": "^5.0.5",
"pagefind": "^1.2.0",
"polished": "^4.3.1",
"remark-link-card": "^1.3.1",
"remark-link-rewrite": "^1.0.7",
"satori": "^0.12.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"schema-dts": "^1.1.2",
"sirv": "^3.0.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.3"
}
}