-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1004 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1004 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
{
"name": "starlight",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.32.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node scripts/check-copy-for-llms.mjs",
"build:no-check": "astro build",
"check:copy-for-llms": "node scripts/check-copy-for-llms.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^5.0.1",
"@astrojs/starlight": "^0.38.0",
"@fontsource-variable/ibm-plex-sans": "^5.2.8",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.3.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sharp": "^0.34.2",
"starlight-image-zoom": "^0.14.1",
"turndown": "^7.2.1"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@playwright/test": "^1.59.1",
"@types/turndown": "^5.0.5",
"eslint": "^9.39.4",
"globals": "^17.4.0",
"playwright": "^1.59.1",
"prettier": "3.8.1"
}
}