mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
75 lines
2.1 KiB
JSON
75 lines
2.1 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",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.7.12",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@github/time-elements": "^4.0.0",
|
|
"@hackclub/icons": "^0.0.12",
|
|
"@hackclub/meta": "1.1.32",
|
|
"@hackclub/theme": "^0.3.3",
|
|
"@mdx-js/loader": "^1.6.22",
|
|
"@next/mdx": "^13.4.10",
|
|
"@octokit/auth-app": "^4.0.9",
|
|
"@octokit/core": "^5.0.0",
|
|
"@octokit/rest": "^19.0.7",
|
|
"add": "^2.0.6",
|
|
"airtable-plus": "^1.0.4",
|
|
"animated-value": "^0.2.4",
|
|
"animejs": "^3.2.1",
|
|
"axios": "^1.4.0",
|
|
"cookies-next": "^2.1.2",
|
|
"country-list-js": "^3.1.7",
|
|
"cursor-effects": "^1.0.11",
|
|
"devtools-detect": "^4.0.1",
|
|
"form-data": "^4.0.0",
|
|
"fuzzysort": "^2.0.4",
|
|
"geopattern": "^1.2.3",
|
|
"globby": "^11.0.4",
|
|
"graphql": "^16.7.1",
|
|
"js-confetti": "^0.11.0",
|
|
"lodash": "^4.17.21",
|
|
"next": "^12.3.1",
|
|
"next-transpile-modules": "^10.0.1",
|
|
"react": "^17.0.2",
|
|
"react-before-after-slider-component": "^1.1.6",
|
|
"react-dom": "^17.0.2",
|
|
"react-konami-code": "^2.3.0",
|
|
"react-marquee-slider": "^1.1.5",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-page-visibility": "^7.0.0",
|
|
"react-relative-time": "^0.0.7",
|
|
"react-reveal": "^1.2.2",
|
|
"react-scrolllock": "^5.0.1",
|
|
"react-snowfall": "^1.2.1",
|
|
"react-ticker": "^1.3.2",
|
|
"react-tooltip": "^4.5.1",
|
|
"react-tsparticles": "^2.12.1",
|
|
"react-use-websocket": "^4.3.1",
|
|
"react-wrap-balancer": "^1.0.0",
|
|
"recharts": "2.1.12",
|
|
"styled-components": "^6.0.7",
|
|
"swr": "^2.2.1",
|
|
"theme-ui": "^0.14",
|
|
"tinytime": "^0.2.6",
|
|
"turndown": "^7.1.2",
|
|
"vanilla-tilt": "^1.8.0",
|
|
"yarn": "^1.22.19"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.47.0",
|
|
"eslint-config-next": "13.4.12",
|
|
"prettier": "^3.0.1"
|
|
}
|
|
}
|