site/package.json
Caleb Denio 3e73843821 Add hackathon grant page! (#502)
* Add hackathon grant page!

* oops

* Update pages/hackathon-grant.js

Co-authored-by: Ella <git@ella.cx>

* Update pages/hackathon-grant.js

Co-authored-by: Ella <git@ella.cx>

* copy updates

* Fix opacity thing

* Add no-spam disclaimer

* ®

* Use an Assemble photo!

* touch-up

* apply

* other touches

* Update pages/hackathon-grant.js

Co-authored-by: Caleb Denio <cjdenio44@gmail.com>

* Update pages/hackathon-grant.js

Co-authored-by: Caleb Denio <cjdenio44@gmail.com>

* Update pages/hackathon-grant.js

Co-authored-by: Caleb Denio <cjdenio44@gmail.com>

* Add new grant apply heading

* Mobile fixes for hackathon grant site

* line-bug

* Trigger preview deploy

sorry folks!

* money

* bank mail

* sparkle + add var

* `Slack`

* 18

* fillrule stuff

* dollar

* small bugs

* meta

* meta-2

* meta-3

* weekdays

* change channel

* grant

* some new stuff

* rename

* responsive

* pill

* darkmode

* Delete package-lock.json

* oops

* wahoo

* Update pages/hackathons/grant.js

Co-authored-by: Gary Tou <gary@garytou.com>

* Update pages/hackathons/grant.js

Co-authored-by: Gary Tou <gary@garytou.com>

Co-authored-by: Ella <git@ella.cx>
Co-authored-by: Belle <bellesee1212@gmail.com>
Co-authored-by: Belle <65808924+bellesea@users.noreply.github.com>
Co-authored-by: Max Wofford <max@maxwofford.com>
Co-authored-by: Sam Poder <39828164+sampoder@users.noreply.github.com>
Co-authored-by: Gary Tou <gary@garytou.com>
2022-08-20 06:05:47 +08:00

55 lines
1.4 KiB
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",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@hackclub/icons": "^0.0.9",
"@hackclub/meta": "1.1.32",
"@hackclub/theme": "^0.3.3",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.2.5",
"@octokit/auth-app": "^4.0.4",
"@octokit/core": "^4.0.4",
"@octokit/rest": "^19.0.3",
"airtable-plus": "^1.0.4",
"animated-value": "^0.2.4",
"animejs": "^3.2.1",
"country-list-js": "^3.1.7",
"globby": "^11.0.4",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"next": "^12.2.5",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-marquee-slider": "^1.1.5",
"react-masonry-css": "^1.0.16",
"react-reveal": "^1.2.2",
"react-scrolllock": "^5.0.1",
"react-ticker": "^1.3.2",
"react-tsparticles": "^2.2.1",
"react-use-websocket": "3.0.0",
"resnow": "^1.0.0",
"styled-components": "^5.3.5",
"swr": "^1.3.0",
"theme-ui": "^0.14",
"tinytime": "^0.2.6",
"turndown": "^7.1.1",
"vanilla-tilt": "^1.7.2"
},
"devDependencies": {
"eslint": "8.21.0",
"eslint-config-next": "12.2.4"
}
}