-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 939 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 939 Bytes
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
{
"name": "luckylwk",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.2",
"@astrojs/react": "^6.0.1",
"@astrojs/sitemap": "^3.7.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"astro": "^7.0.7",
"katex": "^0.17.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"recharts": "^3.9.2",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.35.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"oxfmt": "^0.58.0",
"oxlint": "^1.73.0",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@11.15.1"
}