30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"name": "utility-function-extractor",
|
|
"version": "0.6.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@quri/squiggle-lang": "^0.2.11",
|
|
"axios": "^0.21.4",
|
|
"next": "latest",
|
|
"path": "^0.12.7",
|
|
"react": "^17.0.1",
|
|
"react-code-blocks": "^0.0.9-0",
|
|
"react-compound-slider": "^3.3.1",
|
|
"react-dom": "17.0.1",
|
|
"react-markdown": "^6.0.2",
|
|
"remark-gfm": "^1.0.0",
|
|
"utility-tools": "^0.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@netlify/plugin-nextjs": "^4.2.1",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.4",
|
|
"tailwindcss": "^2.2.19"
|
|
}
|
|
}
|