site/package.json
Ella f065fd368a /bank: add Founder's Toolbox, and general updates & improvements to the page (#189)
* Add nonprofits

* Add avatar images

* Toolbox item component

* Toolbox item cards

* Fix padding on toolbox cards

and small timeline copy change

* Remove avatars

* Copy edits for toolbox/everything features

* Fix styles on ultrawide screens

* Bank account -> organization fund

and some other wording changes

* CFix a few style things

* AMove toolbox stuff in the features section

i'm late for schooooool aaaaa

* Make features less repetitive

* Copy edit on nonprofits'

* Use hack.af link for /z

* Change copy lead for nonprofit section

* Update Everything features

* Remove lead in the middle of features section

* Update navbar /bank link to use NextLink

* Use a Link instead of <a href> for HCB mention on homepage

* Update # of teams on Bank

* Try out a new lead

* Deep pass on features section of /bank

* Fix small grammar issue

* Minor copy tweak to nonprofit section sub-header

* Variety of small copy edits

* Remove unused imports & components

* FSmall mobile style fix

Co-authored-by: Zach Latta <zach@zachlatta.com>
2021-09-03 22:18:06 +08:00

33 lines
820 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.1",
"@hackclub/icons": "^0.0.9",
"@hackclub/meta": "1.1.32",
"@hackclub/theme": "^0.3.3",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.1.0",
"airtable-plus": "^1.0.4",
"globby": "^11.0.4",
"lodash": "^4.17.21",
"next": "^11.1.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"
},
"devDependencies": {}
}