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

29 lines
608 B
JSON
Raw Normal View History

{
"name": "utility-function-extractor",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"d3": "^6.7.0",
2021-09-22 20:24:31 +00:00
"dns": "^0.2.2",
2021-06-07 11:16:28 +00:00
"fs": "^0.0.1-security",
2021-09-22 20:24:31 +00:00
"mongodb": "^4.1.2",
"next": "latest",
2021-06-07 11:16:28 +00:00
"path": "^0.12.7",
"react": "^17.0.1",
"react-compound-slider": "^3.3.1",
2021-06-07 14:01:15 +00:00
"react-dom": "^17.0.1",
"react-markdown": "^6.0.2",
"remark-gfm": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^10.0.4",
"postcss": "^8.1.10",
"tailwindcss": "^2.0.4"
}
}