mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.1 to 8.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.23.1...v8.24.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57 lines
1.5 KiB
JSON
57 lines
1.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"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@hackclub/icons": "^0.0.9",
|
|
"@hackclub/meta": "1.1.32",
|
|
"@hackclub/theme": "^0.3.3",
|
|
"@mdx-js/loader": "^1.6.22",
|
|
"@next/mdx": "^12.3.1",
|
|
"@octokit/auth-app": "^4.0.5",
|
|
"@octokit/core": "^4.0.5",
|
|
"@octokit/rest": "^19.0.4",
|
|
"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.1",
|
|
"lodash": "^4.17.21",
|
|
"next": "^12.3.1",
|
|
"next-compose-plugins": "^2.2.1",
|
|
"next-transpile-modules": "^9.0.0",
|
|
"react": "^17.0.2",
|
|
"react-before-after-slider-component": "^1.1.4",
|
|
"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.3.2",
|
|
"react-use-websocket": "3.0.0",
|
|
"recharts": "2.1.12",
|
|
"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.24.0",
|
|
"eslint-config-next": "12.3.0"
|
|
}
|
|
}
|