site/package.json
2021-03-22 14:11:08 +08:00

32 lines
800 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.1.5",
"@hackclub/icons": "^0.0.9",
"@hackclub/meta": "1.1.0",
"@hackclub/theme": "^0.3.1",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.4",
"airtable-plus": "^1.0.4",
"fathom-client": "^3.0.0",
"globby": "^11.0.2",
"lodash": "^4.17.21",
"next": "^10.0.9",
"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.5.0",
"theme-ui": "^0.6"
}
}