-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 876 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
{
"name": "engr103",
"type": "module",
"version": "2026.WI.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.6",
"@astrojs/starlight": "0.37.4",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/svelte": "7.2.5",
"@expressive-code/plugin-line-numbers": "^0.41.3",
"@tailwindcss/vite": "^4.1.11",
"astro": "5.16.15",
"astro-mermaid": "^1.0.4",
"katex": "^0.16.25",
"mermaid": "^11.12.1",
"sharp": "^0.34.5",
"starlight-links-validator": "^0.19.2",
"starlight-page-actions": "^0.3.0",
"svelte": "^5.43.14",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"pdf-lib": "^1.17.1",
"puppeteer": "^24.16.0"
}
}