2021-06-06 21:14:05 +00:00
|
|
|
{
|
2021-06-06 22:18:40 +00:00
|
|
|
"name": "utility-function-extractor",
|
2021-12-07 23:45:04 +00:00
|
|
|
"version": "0.6.1",
|
2021-06-06 21:14:05 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-22 20:59:06 +00:00
|
|
|
"axios": "^0.21.4",
|
2021-06-07 08:41:43 +00:00
|
|
|
"d3": "^6.7.0",
|
2021-12-08 16:07:40 +00:00
|
|
|
"next": "latest",
|
2021-06-07 11:16:28 +00:00
|
|
|
"path": "^0.12.7",
|
2021-06-06 21:14:05 +00:00
|
|
|
"react": "^17.0.1",
|
2021-06-06 22:18:40 +00:00
|
|
|
"react-compound-slider": "^3.3.1",
|
2021-06-07 14:01:15 +00:00
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-markdown": "^6.0.2",
|
2021-12-08 12:16:56 +00:00
|
|
|
"remark-gfm": "^1.0.0"
|
2021-06-06 21:14:05 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-28 20:51:29 +00:00
|
|
|
"@netlify/plugin-nextjs": "^4.2.1",
|
2021-12-08 12:16:56 +00:00
|
|
|
"autoprefixer": "^10.4.0",
|
|
|
|
"postcss": "^8.4.4",
|
|
|
|
"tailwindcss": "^2.2.19"
|
2021-06-06 21:14:05 +00:00
|
|
|
}
|
|
|
|
}
|