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

30 lines
682 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-17 18:47:10 +00:00
"@quri/squiggle-lang": "^0.2.11",
2022-06-17 17:44:08 +00:00
"axios": "^0.21.4",
"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",
"utility-tools": "^0.2.2"
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"
}
}