d99ac799c3
commit ede5a568582a99996f3a7e580d762654ec9c96fe Author: Sam Nolan <samnolan555@gmail.com> Date: Wed Mar 30 21:18:02 2022 +1100 Remove mdx-jsx dependency commit a7a83e51bffa216b1ecbc16f0b778bc766651db8 Merge:93a8d2a
e16224a
Author: Sam Nolan <samnolan555@gmail.com> Date: Wed Mar 30 20:45:07 2022 +1100 Merge branch 'dependabot/npm_and_yarn/mdx-js/react-2.1.0' commite16224ada9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 29 14:36:07 2022 +0000 Bump @mdx-js/react from 1.6.22 to 2.1.0 Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 1.6.22 to 2.1.0. - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/2.1.0/packages/react) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
674 B
JSON
32 lines
674 B
JSON
{
|
|
"name": "squiggle-website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"clean": "docusaurus clear",
|
|
"all": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "2.0.0-beta.18",
|
|
"@docusaurus/preset-classic": "2.0.0-beta.18",
|
|
"clsx": "^1.1.1",
|
|
"prism-react-renderer": "^1.2.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|