Files
openide/docs/plugin-graph/package.json
Vladimir Krivosheev 3aab104f68 plugin graph viewer - extract search to a web worker
GitOrigin-RevId: 3bb8e871699396720fa978991e9f95ef16afdf58
2021-06-06 07:26:01 +00:00

24 lines
581 B
JSON

{
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
"deploy": "pnpm run build && space hosting publish --public ij plugingraph ./dist",
"serve": "vite preview"
},
"dependencies": {
"@fontsource/jetbrains-mono": "^4.4.2",
"comlink": "^4.3.1",
"cytoscape": "^3.19.0",
"cytoscape-fcose": "^2.0.0",
"cytoscape-popper": "^2.0.0",
"minisearch": "^3.0.2",
"p-debounce": "^4.0.0",
"tippy.js": "^6.3.1"
},
"devDependencies": {
"sass": "^1.34.1",
"vite": "^2.3.6"
}
}