-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "station-data-v2-viewer",
"private": true,
"scripts": {
"build:notebook-renderer": "esbuild frontend/notebook-renderer.js --bundle --minify --alias:~mathjax-full=mathjax-full --loader:.svg=text --loader:.woff2=dataurl --loader:.woff=dataurl --loader:.ttf=dataurl --outfile=assets/generated/notebook-renderer.js",
"build": "npm run build:notebook-renderer",
"test:dialogue-links": "node scripts/dialogue_deep_link_qc.mjs"
},
"dependencies": {
"@jupyterlab/codemirror": "4.6.3",
"@jupyterlab/mathjax-extension": "4.6.3",
"@jupyterlab/notebook": "4.6.3",
"@jupyterlab/rendermime": "4.6.3",
"@jupyterlab/markedparser-extension": "4.6.3"
},
"devDependencies": {
"esbuild": "0.25.9"
}
}