mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
* 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
30 lines
731 B
JSON
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"
|
|
}
|
|
}
|