site/package.json
dependabot[bot] 90ef9a8a9a Bump next from 9.5.3 to 9.5.4
Bumps [next](https://github.com/vercel/next.js) from 9.5.3 to 9.5.4.
- [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/v9.5.3...v9.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-08 20:34:46 -04: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.4",
"@hackclub/meta": "1.0.0",
"@hackclub/theme": "^0.3.0",
"@mdx-js/loader": "^1.6.18",
"@next/mdx": "^9.5.3",
"airtable-plus": "^1.0.4",
"fathom-client": "^3.0.0",
"globby": "^11.0.1",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.20",
"next": "^9.5.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-reveal": "^1.2.2",
"react-scrolllock": "^5.0.1",
"react-use-websocket": "2.1.1",
"theme-ui": "^0.3.1"
}
}