site/package.json
dependabot[bot] 0323147d46 Bump @mdx-js/loader from 1.6.21 to 1.6.22 (#70)
Bumps [@mdx-js/loader](https://github.com/mdx-js/mdx) from 1.6.21 to 1.6.22.
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/master/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/compare/v1.6.21...v1.6.22)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 14:48:23 +08:00

31 lines
769 B
JSON

{
"name": "@hackclub/v3",
"version": "0.0.1",
"author": "Lachlan Campbell <lachlan@hackclub.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hackclub/icons": "^0.0.5",
"@hackclub/meta": "1.1.0",
"@hackclub/theme": "^0.3.1",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.3",
"airtable-plus": "^1.0.4",
"fathom-client": "^3.0.0",
"globby": "^11.0.1",
"lodash": "^4.17.20",
"next": "^10.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-masonry-css": "^1.0.14",
"react-reveal": "^1.2.2",
"react-scrolllock": "^5.0.1",
"react-use-websocket": "2.2.0",
"theme-ui": "^0.3.1"
}
}