hierarchical-estimates-visu.../package.json

37 lines
928 B
JSON
Raw Permalink Normal View History

2022-06-17 17:44:08 +00:00
{
"name": "hierarchical-estimates-visualizer",
"version": "0.0.1",
2022-06-17 17:44:08 +00:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
2022-06-18 23:10:27 +00:00
"@nextui-org/react": "^1.0.0-beta.9",
2022-06-20 05:35:48 +00:00
"@quri/squiggle-components": "^0.2.22",
2022-06-17 18:47:10 +00:00
"@quri/squiggle-lang": "^0.2.11",
2022-06-17 17:44:08 +00:00
"axios": "^0.21.4",
2022-06-18 18:18:15 +00:00
"colormap": "^2.3.2",
2022-06-18 03:20:44 +00:00
"cytoscape": "^3.21.1",
"cytoscape-avsdf": "^1.0.0",
"cytoscape-cola": "^2.5.1",
"cytoscape-dagre": "^2.4.0",
"cytoscape-fcose": "^2.1.0",
"cytoscape-spread": "^3.0.0",
2022-06-17 17:44:08 +00:00
"next": "latest",
"path": "^0.12.7",
2022-06-20 04:23:45 +00:00
"react": "^18.0.1",
"react-code-blocks": "^0.0.9-0",
2022-06-20 04:23:45 +00:00
"react-dom": "^18.0.1",
2022-06-17 17:44:08 +00:00
"react-markdown": "^6.0.2",
2022-06-20 01:28:13 +00:00
"utility-tools": "^1.0.4"
2022-06-17 17:44:08 +00:00
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.2.1",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^2.2.19"
}
}