-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 732 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
{
"name": "codehints",
"version": "1.0.0",
"description": "Programming cheat sheets",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "vp config"
},
"dependencies": {
"@astrojs/starlight": "^0.38.5",
"astro": "^6.4.8",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.5",
"starlight-blog": "^0.26.1"
},
"devDependencies": {
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.9",
"vite-plus": "catalog:"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.21.0",
"onFail": "download"
}
}
}