Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
80 lines (80 loc) · 3.27 KB

File metadata and controls

80 lines (80 loc) · 3.27 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "datalab-web",
"version": "0.6.3",
"private": true,
"description": "Full-Web version of DataLab — scientific data processing in the browser via Pyodide + Sigima",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,mjs,cjs,css,html,md,json}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mjs,cjs,css,html,md,json}\"",
"test": "vitest run",
"test:watch": "vitest",
"test:cov": "vitest run --coverage",
"test:e2e": "playwright test --project=chromium",
"test:e2e:perf": "playwright test --project=perf",
"test:e2e:ui": "playwright test --project=chromium --ui",
"audit:shims": "vitest run --config vitest.audit.config.ts tests/ts/shims/shim-audit.spec.ts",
"i18n:extract": "node scripts/i18n-extract.mjs",
"i18n:check": "node scripts/i18n-extract.mjs --check",
"gen:colormaps": "node scripts/gen-colormaps.mjs",
"changelog:extract": "node scripts/extract-changelog.mjs",
"demo:gif": "node scripts/make-demo-gif.mjs",
"bench:run": "node tests/benchmark/scripts/run_all.mjs",
"bench:report": "python tests/benchmark/shared/report.py",
"bench:wheels": "node tests/benchmark/scripts/build_wheels.mjs",
"bench:opfs": "playwright test --project=perf tests/e2e/opfs_storage_bench.spec.ts --reporter=list",
"bench:opfs-worker": "playwright test --project=perf tests/e2e/opfs_worker_bench.spec.ts --reporter=list",
"spike:opfs-sync": "playwright test --project=perf tests/e2e/opfs_sync_spike.spec.ts --reporter=list",
"sdk:build": "npm --prefix packages/sdk run build",
"sdk:pack": "node scripts/pack-sdk.mjs",
"app:pack": "node scripts/pack-app.mjs",
"release:pack": "npm run format:check && npm run lint && npm run test && npm run build && npm run sdk:pack && npm run app:pack && node scripts/release-summary.mjs"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/language": "^6.12.3",
"@codemirror/search": "^6.7.0",
"@codemirror/state": "^6.6.0",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.41.1",
"dompurify": "^3.4.2",
"idb": "^8.0.3",
"marked": "^18.0.3",
"plotly.js-dist-min": "^2.35.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-plotly.js": "^2.6.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@playwright/test": "^1.59.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/dompurify": "^3.0.5",
"@types/node": "^25.6.0",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-plotly.js": "^2.6.3",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.9",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^7.1.1",
"fake-indexeddb": "^6.2.5",
"globals": "^17.6.0",
"jsdom": "^29.1.1",
"prettier": "^3.3.3",
"pyodide": "^0.26.4",
"typescript": "^5.6.3",
"typescript-eslint": "^8.59.1",
"vite": "^5.4.10",
"vitest": "^2.1.9"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.