site/package.json
dependabot[bot] 8d5b428506 Bump next from 10.2.0 to 10.2.3 (#133)
Bumps [next](https://github.com/vercel/next.js) from 10.2.0 to 10.2.3.
- [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/compare/v10.2.0...v10.2.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-02 09:55:51 +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": {
"@emotion/react": "^11.4.0",
"@hackclub/icons": "^0.0.9",
"@hackclub/meta": "1.1.0",
"@hackclub/theme": "^0.3.1",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.2.3",
"airtable-plus": "^1.0.4",
"globby": "^11.0.3",
"lodash": "^4.17.21",
"next": "^10.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-masonry-css": "^1.0.16",
"react-reveal": "^1.2.2",
"react-scrolllock": "^5.0.1",
"react-use-websocket": "2.6.1",
"theme-ui": "^0.9"
}
}