-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 882 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 882 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
{
"name": "cobramod",
"version": "1.3.1",
"scripts": {
"start": "jupyter lab --config ./ui-tests/jupyter_server_config.py",
"start:detached": "jlpm start&",
"test": "npx playwright test",
"test:debug": "PWDEBUG=1 npx playwright test",
"test:report": "http-server ./playwright-report -a localhost -o",
"test:update": "npx playwright test --update-snapshots",
"build": "yarn run vite build"
},
"dependencies": {
"3d-force-graph": "^1.73.3",
"escher": "^1.7.3"
},
"devDependencies": {
"@anywidget/vite": "^0.1.2",
"@jupyterlab/galata": "^5.1.6",
"@playwright/test": "^1.43.1",
"check-licenses": "^1.1.0",
"esbuild": "0.20.2",
"esbuild-plugin-license": "^1.2.2",
"http-server": "^14.1.1",
"react": "^18.2.0",
"rollup-plugin-license": "^3.3.1",
"tldrlegal": "^1.0.11",
"vite": "^5.2.10"
}
}