mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
35 lines
881 B
JSON
35 lines
881 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.3",
|
|
"@mdx-js/loader": "^1.6.22",
|
|
"@next/mdx": "^11.0.0",
|
|
"airtable-plus": "^1.0.4",
|
|
"country-emoji": "^1.5.6",
|
|
"framer-motion": "^4.1.17",
|
|
"globby": "^11.0.4",
|
|
"lodash": "^4.17.21",
|
|
"mojier": "^1.0.8",
|
|
"next": "^11.0.0",
|
|
"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.7.1",
|
|
"resnow": "^1.0.0",
|
|
"theme-ui": "^0.10"
|
|
}
|
|
}
|