mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
113 lines
3.5 KiB
JSON
113 lines
3.5 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.13.1",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@fillout/react": "^1.1.6",
|
|
"@github/time-elements": "^4.0.0",
|
|
"@hackclub/icons": "^0.0.15",
|
|
"@hackclub/markdown": "^0.0.43",
|
|
"@hackclub/meta": "1.1.32",
|
|
"@hackclub/theme": "^0.3.3",
|
|
"@mdx-js/loader": "^1.6.22",
|
|
"@next/mdx": "^14.2.24",
|
|
"@octokit/auth-app": "^6.1.3",
|
|
"@octokit/core": "^5.2.0",
|
|
"@octokit/rest": "^20.1.2",
|
|
"@sendgrid/mail": "^8.1.4",
|
|
"@tracespace/core": "^5.0.0-alpha.0",
|
|
"@tracespace/identify-layers": "^5.0.0-alpha.0",
|
|
"@tracespace/parser": "^5.0.0-next.0",
|
|
"@tracespace/plotter": "^5.0.0-alpha.0",
|
|
"@tracespace/renderer": "^5.0.0-alpha.0",
|
|
"@tracespace/xml-id": "^4.2.7",
|
|
"add": "^2.0.6",
|
|
"airtable-plus": "^1.0.4",
|
|
"animated-value": "^0.2.4",
|
|
"animejs": "^3.2.2",
|
|
"axios": "^1.8.1",
|
|
"camelcase": "^8.0.0",
|
|
"cookies-next": "^4.3.0",
|
|
"country-list": "^2.3.0",
|
|
"country-list-js": "^3.1.8",
|
|
"cursor-effects": "^1.0.17",
|
|
"date-fns": "^2.30.0",
|
|
"devtools-detect": "^4.0.2",
|
|
"form-data": "^4.0.2",
|
|
"fuzzysort": "^2.0.4",
|
|
"geopattern": "^1.2.3",
|
|
"globby": "^11.1.0",
|
|
"graphql": "^16.10.0",
|
|
"howler": "^2.2.4",
|
|
"js-confetti": "^0.12.0",
|
|
"jszip": "^3.10.1",
|
|
"jszip-utils": "^0.1.0",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.5.0",
|
|
"million": "^2.6.4",
|
|
"next": "^12.3.4",
|
|
"next-transpile-modules": "^10.0.1",
|
|
"nextjs-current-url": "^1.0.3",
|
|
"openai": "^4.86.1",
|
|
"pcb-stackup": "^4.2.8",
|
|
"rc-dialog": "^9.6.0",
|
|
"react": "^17.0.2",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-before-after-slider-component": "^1.1.8",
|
|
"react-countdown": "^2.3.6",
|
|
"react-datepicker": "^4.25.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-horizontal-scrolling-menu": "^6.1.0",
|
|
"react-konami-code": "^2.3.0",
|
|
"react-lite-youtube-embed": "^2.4.0",
|
|
"react-markdown": "^8.0.7",
|
|
"react-marquee-slider": "^1.1.5",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-page-visibility": "^7.0.0",
|
|
"react-relative-time": "^0.0.9",
|
|
"react-responsive-carousel": "^3.2.23",
|
|
"react-reveal": "^1.2.2",
|
|
"react-router-dom": "^6.30.0",
|
|
"react-scrolllock": "^5.0.1",
|
|
"react-snowfall": "^2.4.0",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"react-ticker": "^1.3.2",
|
|
"react-tooltip": "^4.5.1",
|
|
"react-tsparticles": "^2.12.2",
|
|
"react-type-animation": "^3.2.0",
|
|
"react-use-websocket": "^4.13.0",
|
|
"react-wrap-balancer": "^1.1.1",
|
|
"recharts": "2.12.2",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"remark": "^15.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-html": "^16.0.1",
|
|
"styled-components": "^6.1.15",
|
|
"swr": "^2.3.2",
|
|
"theme-ui": "^0.14.7",
|
|
"tinytime": "^0.2.6",
|
|
"turndown": "^7.2.0",
|
|
"vanilla-tilt": "^1.8.1",
|
|
"yarn": "^1.22.22"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.57.0",
|
|
"eslint-config-next": "14.1.0",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|