101dfe47ab
Bumps @quri/squiggle-components from 0.2.24 to 0.3.1. --- updated-dependencies: - dependency-name: "@quri/squiggle-components" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
642 B
JSON
29 lines
642 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^2.1.2",
|
|
"@mdx-js/react": "^2.1.2",
|
|
"@next/mdx": "^12.2.5",
|
|
"@quri/squiggle-components": "^0.3.1",
|
|
"next": "12.2.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"rehype-mathjax": "^4.0.2",
|
|
"remark-math": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.6.4",
|
|
"@types/react": "18.0.15",
|
|
"@types/react-dom": "18.0.6",
|
|
"eslint": "8.22.0",
|
|
"eslint-config-next": "12.2.4",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|