8e117ae9e2
Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 12.3.0 to 12.3.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v12.3.1/packages/next-mdx) --- updated-dependencies: - dependency-name: "@next/mdx" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
665 B
JSON
30 lines
665 B
JSON
{
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^2.1.3",
|
|
"@mdx-js/react": "^2.1.3",
|
|
"@next/mdx": "^12.3.1",
|
|
"@quri/squiggle-components": "^0.4.1",
|
|
"next": "12.3.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"rehype-mathjax": "^4.0.2",
|
|
"remark-math": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.7.16",
|
|
"@types/react": "18.0.18",
|
|
"@types/react-dom": "18.0.6",
|
|
"eslint": "8.23.0",
|
|
"eslint-config-next": "12.3.0",
|
|
"typescript": "4.8.3"
|
|
}
|
|
}
|