site/package.json
Lachlan Campbell f7c576afec Swap Twitch for Figma in footer (#51)
* Swap Twitch for Figma in footer

* Remove Theme UI JSX

* Fix sparkles build issue

* Revert "Remove Theme UI JSX"

This reverts commit 488062cd0f12b595e81998e1be9465684f9c49fc.

* Try alternate JSX pragma usage
2020-10-26 15:23:21 -04:00

30 lines
731 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.0.0",
"@hackclub/theme": "^0.3.0",
"@mdx-js/loader": "^1.6.19",
"@next/mdx": "^9.5.5",
"airtable-plus": "^1.0.4",
"fathom-client": "^3.0.0",
"globby": "^11.0.1",
"lodash": "^4.17.20",
"next": "^9.5.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-reveal": "^1.2.2",
"react-scrolllock": "^5.0.1",
"react-use-websocket": "2.2.0",
"theme-ui": "^0.3.1"
}
}