mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.13.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "client-next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start -p 4000",
|
|
"lint": "eslint --ext ts,tsx .",
|
|
"lint:fix": "eslint --ext ts,tsx . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
"autoprefixer": "^10.2.1",
|
|
"core-js": "^3.8.2",
|
|
"dataloader": "^2.0.0",
|
|
"dayjs": "^1.10.3",
|
|
"discord.js": "^12.5.1",
|
|
"josa": "^3.0.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"knex": "^0.21.15",
|
|
"mysql": "^2.18.1",
|
|
"next": "10.0.5",
|
|
"next-themes": "^0.0.10",
|
|
"postcss": "^8.2.4",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"tailwindcss": "^2.0.2",
|
|
"tlru": "^1.0.2",
|
|
"yup": "^0.32.8",
|
|
"yup-locales-ko": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/core-js": "^2.5.4",
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
"@types/node": "^14.14.20",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/react": "^17.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.13.0",
|
|
"@typescript-eslint/parser": "^4.13.0",
|
|
"eslint": "^7.17.0",
|
|
"eslint-config-prettier": "^7.1.0",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"prettier": "^2.2.1",
|
|
"prettier-plugin-tailwind": "^2.2.8",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|