-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.78 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.78 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "bionetgen-web-simulator",
"private": true,
"workspaces": [
"packages/*"
],
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsx tools/build/generateEmbeddings.mjs && vite build",
"build:quick": "vite build",
"export:rulehub": "tsx tools/migration/export-to-rulehub.ts",
"build:verify": "node scripts/build/check_dist.js",
"build:full": "npm run build && npm run build:verify",
"preview": "vite preview",
"test": "vitest --run --config vitest.config.ts",
"test:fast": "vitest --run --config vitest.config.ts",
"test:watch": "vitest",
"test:full": "vitest --run --config vitest.full.config.ts",
"test:reference": "tsx tools/validation/compare_outputs.ts",
"test:native-parity": "vitest --run --config vitest.reference.config.ts",
"test:deterministic:parity": "node scripts/run_deterministic_parity_ci.mjs",
"test:file": "vitest --run",
"generate:gdat": "node tools/build/generateGdat.mjs",
"generate:embeddings": "tsx tools/build/generateEmbeddings.mjs",
"generate:manifest": "node -e \"console.error('Manifest generation lives in the RuleHub repo. Run it there.'); process.exit(1)\"",
"generate:web-output": "node scripts/generate_web_output_playwright.mjs",
"benchmark:functional-rates": "tsx scripts/benchmark_functional_rate_fast_path.ts",
"clean:web-output:artifacts": "node scripts/clean_web_output_artifacts.mjs",
"test:share-link": "node scripts/playwright_share_link_test.mjs",
"parity:cycle2:full": "node scripts/run_parity_cycle2.mjs",
"parity:all:freshregen": "npx -y tsx scripts/layered_parity_check.ts --all --out artifacts/parity_layer_report.all.freshregen.detloop.json",
"parity:summary:cycle2": "node artifacts/summarize_post_fix_deterministic.cjs artifacts/parity_layer_report.cycle2_full.json",
"parity:summary:freshregen": "node artifacts/summarize_post_fix_deterministic.cjs artifacts/parity_layer_report.all.freshregen.detloop.json",
"parity:targeted:det-rates": "node scripts/run_parity_targeted.mjs bab bab_coop haugh2b process_cell_adhesion_strength --out artifacts/parity_layer_report.targeted_det_rates.json",
"parity:targeted:det-params": "node scripts/run_parity_targeted.mjs cs_pagerank eco_coevolution_host_parasite hif1a_degradation_loop lrr_comp repressilator synbio_band_pass_filter synbio_oscillator_synchronization --out artifacts/parity_layer_report.targeted_det_params.json",
"type-check": "tsc --noEmit",
"lint": "eslint ."
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@tensorflow/tfjs": "^4.22.0",
"@xenova/transformers": "^2.17.2",
"cytoscape": "^3.33.1",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-dagre": "^2.5.0",
"cytoscape-fcose": "^2.2.0",
"cytoscape-svg": "^0.4.0",
"d3": "^7.9.0",
"jsep": "^1.4.0",
"jszip": "^3.10.1",
"libsbmljs_stable": "latest",
"ml-matrix": "^6.8.0",
"pako": "^2.1.0",
"react": "^19.2.4",
"react-dom": "^19.2.5",
"react-markdown": "^10.1.0",
"recharts": "^3.3.0",
"remark-gfm": "^4.0.1",
"three": "^0.172.0",
"umap-js": "^1.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.58.1",
"@tailwindcss/postcss": "^4.2.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/chai": "^5.2.3",
"@types/decimal.js": "^7.4.3",
"@types/node": "^25.2.3",
"@types/pako": "^2.0.4",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"@vitejs/plugin-react": "^5.0.0",
"@webgpu/types": "^0.1.68",
"@xmldom/xmldom": "^0.9.10",
"antlr4ts": "^0.5.0-alpha.4",
"antlr4ts-cli": "^0.5.0-alpha.4",
"assert": "^2.1.0",
"autoprefixer": "^10.5.0",
"baseline-browser-mapping": "^2.9.11",
"chai": "^6.2.2",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"fast-check": "^4.5.3",
"jsdom": "^29.0.1",
"playwright": "^1.58.1",
"postcss": "^8.4.47",
"react-is": "^19.2.4",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.21.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.2",
"util": "^0.12.5",
"vite": "^8.0.8",
"vitest": "4.1.0"
},
"overrides": {
"dompurify": "^3.3.2",
"undici": "^7.24.3",
"hono": "^4.12.14",
"@hono/node-server": "^1.19.14",
"jose": "^6.2.2",
"esbuild": "^0.27.7",
"flatted": "^3.4.0",
"vite": "^8.0.8",
"vitest": "4.1.0",
"protobufjs": "^7.5.5",
"css-tree": "^3.2.1",
"@csstools/css-syntax-patches-for-csstree": "^1.1.0",
"picomatch": "4.0.4",
"lodash": ">=4.18.1"
}
}