hierarchical-estimates-visu.../packages/webpage-refactor/package.json

39 lines
983 B
JSON
Raw Normal View History

2022-06-17 17:44:08 +00:00
{
"name": "utility-function-extractor",
"version": "0.6.1",
"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-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",
"react": "^17.0.1",
"react-code-blocks": "^0.0.9-0",
2022-06-17 17:44:08 +00:00
"react-compound-slider": "^3.3.1",
2022-06-17 22:53:03 +00:00
"react-dom": "17.0.1",
2022-06-17 17:44:08 +00:00
"react-markdown": "^6.0.2",
2022-06-17 18:47:10 +00:00
"remark-gfm": "^1.0.0",
2022-06-18 03:20:44 +00:00
"simple-react-cytoscape": "^1.0.4",
2022-06-19 23:25:55 +00:00
"utility-tools": "^0.2.5"
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"
}
}