-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 9.52 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 9.52 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
{
"name": "burette",
"version": "2.1.18",
"private": true,
"description": "macOS menu bar app and Quick Look extension for molecular previews: Mol* 3D, xyzrender SVG, and RDKit grids.",
"packageManager": "bun@1.3.8",
"workspaces": [
"apps/*",
"packages/*"
],
"overrides": {
"@codemirror/commands": "6.10.3",
"@codemirror/language": "6.12.3",
"@codemirror/state": "6.6.0",
"@codemirror/view": "6.43.0"
},
"scripts": {
"vendor:molstar": "bun scripts/vendor-molstar.mjs",
"vendor:rdkit": "bun scripts/vendor-rdkit.mjs",
"vendor:openchemlib": "bun scripts/vendor-openchemlib.mjs",
"vendor:lock": "bun scripts/check-vendor-assets.mjs --write",
"build:dev": "bash scripts/build-dev.sh",
"patch:web-assets": "bash scripts/patch-web-assets.sh",
"build:grid-ui": "bun build apps/desktop/src/preview-grid/grid-ui.tsx --outfile PreviewExtension/Web/grid-ui.js --target browser --format iife --production --minify",
"build:macos": "bash scripts/build.sh",
"build:agent-shell": "bun scripts/build-agent-shell-plugin.mjs",
"install:plugin": "bun plugins/burette-agent/scripts/install-local.mjs",
"agent:preview": "bun scripts/agent-preview.mjs",
"agent": "bun scripts/burette-agent.mjs",
"test:agent": "bun tests/test-burette-agent.mjs && bun tests/test-agent-tab-actions.mjs && bun tests/test-ketcher-agent-registry.mjs && bun tests/test-mvs-story.mjs && bun tests/test-agent-preview-server.mjs && bun tests/test-amber-nc-preview.mjs && bun tests/test-burette-agent-cli.mjs && bun tests/test-burette-agent-plugin.mjs && node tests/test-burette-agent-mcp.mjs && node tests/test-burette-agent-bundled-mcp.mjs && bun tests/test-burette-agent-structure-summary.mjs",
"test:plugin": "bun tests/test-burette-agent-plugin.mjs && node tests/test-burette-agent-mcp.mjs && node tests/test-burette-agent-bundled-mcp.mjs && npm --prefix plugins/burette-agent run check",
"test:compute-metal": "bun tests/test-metal-tanimoto-contract.mjs && bun tests/test-cluster-fingerprint-parity.mjs && bun tests/test-conformer-extractor-contract.mjs && bun tests/test-semiempirical-workflow-contract.mjs",
"test:update": "bun tests/test-update-versioning.mjs && bun tests/test-update-auto-prompt-contract.mjs && bun tests/test-legacy-update-bridge-contract.mjs && bun tests/test-bun-installer-behavior.mjs && bun tests/test-dev-namespace.mjs && bun tests/test-quicklook-preview-smoke-contract.mjs && bun tests/test-quicklook-semantic-check.mjs && bun tests/test-install-health-contract.mjs && bun tests/test-release-runtime-portability.mjs && bun tests/test-preview-format-matrix.mjs && bun tests/test-quicklook-compatibility-fixtures.mjs && bun tests/test-cross-platform-preview-contract.mjs",
"test:ui": "bun tests/test-web-demo-analytics.mjs && bun tests/test-sidebar-projects.mjs && bun tests/test-sidebar-tree-render.mjs && bun tests/test-shell-store-behavior.mjs && bun tests/test-document-close-shell-actions.mjs && bun tests/test-window-mutation-barrier.mjs && bun tests/test-source-editing-window-lifecycle.mjs && bun tests/test-native-menu-paths.mjs && bun tests/test-agent-focus-layout.mjs && bun tests/test-workspace-history-store.mjs && bun tests/test-docking-documents.mjs && bun tests/test-dock-file-entries.mjs && bun tests/test-structure-story.mjs && bun tests/test-structure-brief.mjs && bun tests/test-structure-operations-contract.mjs && bun tests/test-browser-dev-maestro-preview.mjs && bun tests/test-browser-dev-file-discovery.mjs && bun tests/test-browser-dev-text-files.mjs && bun tests/test-trajectory-smoothing.mjs && bun tests/test-hosted-mcp-widget.mjs && bun tests/test-shadcn-foundation.mjs && bun tests/test-packaged-plugin-mirror.mjs && bun tests/test-molstar-selection-query.mjs && bun tests/test-scene-tree-parity.mjs && bun tests/test-ui-shell-contract.mjs && bun tests/test-viewer-bridge-message-contract.mjs && bun tests/test-hosted-xyzrender-route.mjs && bun tests/test-ketcher-import-format.mjs && bun tests/test-ketcher-native-open-contract.mjs && bun tests/test-vite-build-plugins.mjs && bun tests/test-xtb-workflow-contract.mjs && bun tests/test-browser-dev-xtb-runtime.mjs && bun tests/test-pubchem-search-contract.mjs && bun tests/test-conformer-workflow-contract.mjs && bun tests/test-cluster-workflow-contract.mjs && bun tests/test-chemical-space-3d-performance-contract.mjs && bun tests/test-chemical-space-lasso.mjs && bun tests/test-boot-overlay-behavior.mjs && bun tests/test-spectrum-viewer-contract.mjs && bun tests/test-tauri-listener-tracking.mjs && bun tests/test-text-file-viewer-contract.mjs && bun tests/test-text-structure-selection.mjs && bun tests/test-collection-documents.mjs && bun tests/test-grid-save-materialization.mjs && bun tests/test-datawarrior.mjs && bun tests/test-structure-drag.mjs && bun tests/test-drop-actions.mjs && bun tests/test-molecule-store-behavior.mjs && bun tests/test-fep-setup-store.mjs && bun tests/test-grid-paging-contract.mjs && bun tests/test-grid-runtime-lifecycle-contract.mjs && bun tests/test-browser-dev-representation-retry.mjs && bun tests/test-browser-dev-xyzrender-route.mjs && bun tests/test-folding-results-contract.mjs && bun tests/test-ketcher-agent-contract.mjs && bun tests/test-open-in-editor-menu-contract.mjs && bun tests/test-source-editing-state.mjs && bun tests/test-source-preview-adapter.mjs && bun tests/test-viewer-resize-contract.mjs && bun tests/test-lazy-boundaries-contract.mjs",
"test:tauri-structure": "bun tests/test-tauri-structure.mjs",
"check:js": "bun scripts/check-js-syntax.mjs PreviewExtension/Web/viewer.js PreviewExtension/Web/viewer-shell.js PreviewExtension/Web/burette-agent.js PreviewExtension/Web/trajectory-smoothing.js PreviewExtension/Web/grid-ui.js PreviewExtension/Web/grid-viewer.js scripts/vendor-molstar.mjs scripts/vendor-rdkit.mjs scripts/vendor-openchemlib.mjs scripts/check-vendor-assets.mjs scripts/check-preview-format-registry.mjs scripts/sign-update-manifest.mjs scripts/preview-content-type.mjs scripts/dev-namespace.mjs scripts/check-compute-service.mjs scripts/agent-preview.mjs scripts/agent-shell-server.mjs scripts/build-agent-shell-plugin.mjs scripts/burette-agent.mjs scripts/check-release-version.mjs scripts/set-release-version.mjs packages/burette/bin/burette.mjs",
"check:vendor-assets": "bun scripts/check-vendor-assets.mjs",
"check:formats": "bun scripts/check-preview-format-registry.mjs",
"check:release": "bun scripts/check-release-version.mjs",
"check:remote": "bash scripts/check-remote.sh",
"check:rust:fmt": "cargo fmt --manifest-path apps/desktop/src-tauri/Cargo.toml -- --check",
"check:rust:clippy": "cargo clippy --manifest-path apps/desktop/src-tauri/Cargo.toml --all-targets -- -D warnings",
"check:rust": "bun run check:rust:fmt && bun run check:rust:clippy",
"typecheck": "cd apps/desktop && bun run typecheck",
"check": "bun run check:js && bun run check:vendor-assets && bun run check:formats && bun run check:rust && bun run test:tauri-structure && bun run test:compute-metal",
"test": "bun run test:agent && bun run test:update && bun run test:ui",
"test-ui": "bun run test:ui",
"ci:fast": "bash scripts/ci-fast.sh",
"ci": "bash scripts/ci.sh",
"ready": "vp check && vp test && vp build && vp run check && vp run test",
"prepare": "lefthook install || echo 'warning: lefthook install skipped'",
"dev:tauri": "cd apps/desktop && bun run dev:tauri",
"dev:desktop": "cd apps/desktop && bun run dev -- --host 127.0.0.1",
"dev-desktop": "bun run dev:desktop",
"design": "bun run dev:desktop",
"build:web": "cd apps/desktop && bun run build && cd ../.. && bun scripts/bundle-report.mjs",
"build-web": "bun run build:web",
"build:web:desktop": "bun run build:web",
"build:tauri": "cd apps/desktop && bun run build:tauri",
"tauri": "cd apps/desktop && bun run tauri",
"dev": "bun run dev:desktop"
},
"dependencies": {
"@codemirror/commands": "6.10.4",
"@codemirror/lang-markdown": "^6.4.0",
"@codemirror/language": "6.12.3",
"@codemirror/language-data": "^6.5.1",
"@codemirror/search": "^6.7.1",
"@codemirror/state": "^6.7.1",
"@codemirror/view": "^6.43.6",
"@hugeicons/core-free-icons": "^4.1.2",
"@hugeicons/react": "^1.1.9",
"@lezer/markdown": "^1.6.1",
"@prosemark/core": "^0.0.5",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.19",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@rdkit/rdkit": "2025.3.4-1.0.0",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-opener": "^2.5.0",
"beautiful-mermaid": "^1.1.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dompurify": "^3.4.11",
"fast-uri": "3.1.4",
"lucide-react": "^1.23.0",
"molstar": "5.11.0",
"openchemlib": "9.24.0",
"plotly.js-basic-dist-min": "^3.6.0",
"radix-ui": "^1.6.4",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-resizable-panels": "^4",
"tailwind-merge": "^3.6.0",
"three": "0.153.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@modelcontextprotocol/ext-apps": "^1.7.1",
"@modelcontextprotocol/sdk": "^1.29.0",
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/cli": "^2.11.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/three": "0.153.0",
"@vitejs/plugin-react": "^6.0.3",
"lefthook": "^2.1.9",
"shadcn": "^4.13.1",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.3",
"vite": "^8.1.3",
"vite-plus": "^0.2.4",
"zod": "^4.4.2"
},
"type": "module"
}