-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 995 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
{
"name": "bryanpcutsinger-github-io",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"postbuild": "if grep -rl 'INSTRUCTOR NOTES' dist >/dev/null 2>&1; then echo 'SECURITY: INSTRUCTOR NOTES found in build output — failing build' && exit 1; fi",
"preview": "astro preview",
"import:topic": "bash scripts/import-topic.sh",
"import:guide": "bash scripts/import-guide.sh",
"import:problems": "bash scripts/import-problems.sh",
"import:cv": "bash scripts/import-cv.sh",
"import:writing": "python3 scripts/build_writing.py"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@astrojs/starlight": "^0.36.3",
"@fontsource-variable/besley": "^5.3.0",
"@fontsource-variable/libre-franklin": "^5.3.0",
"@fontsource-variable/newsreader": "^5.2.10",
"@fontsource/ibm-plex-mono": "^5.2.7",
"astro": "^5.0.0",
"katex": "^0.17.0",
"sharp": "^0.35.1"
}
}