core/package.json
dependabot[bot] c4652cf1cb
chore(deps): bump mongoose from 6.9.0 to 6.11.2 (#601)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.9.0 to 6.11.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/6.9.0...6.11.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 20:26:18 +09:00

103 lines
2.9 KiB
JSON

{
"name": "koreanbots",
"version": "2.6.3",
"private": true,
"scripts": {
"dev": "next dev",
"pre-build": "git init && git submodule init && git submodule update --remote",
"build": "npm run pre-build && next build",
"start": "(sleep 2; wget http://localhost:3000/api/v2/management/load -O /dev/null) & NODE_OPTIONS='--require ./dd-trace-init.js' next start",
"lint": "eslint --ext ts,tsx .",
"prettier": "prettier --write **/*",
"lint:fix": "eslint --ext ts,tsx . --fix",
"test": "jest",
"docker": "docker-compose up -d --build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@sentry/nextjs": "^7.56.0",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.14",
"badgen": "3.2.2",
"cookie": "0.5.0",
"csrf": "3.1.0",
"dataloader": "2.2.2",
"dayjs": "^1.10.6",
"dd-trace": "^4.3.0",
"difflib": "0.2.4",
"discord.js": "^14.2.0",
"emoji-mart": "3.0.1",
"erlpack": "0.1.4",
"express-rate-limit": "^5.3.0",
"formik": "2.4.2",
"generate-license-file": "1.1.0",
"josa": "3.0.1",
"jsonwebtoken": "^9.0.0",
"knex": "^2.4.0",
"mongoose": "6.11.2",
"mysql": "2.18.1",
"next": "^12.3.2",
"next-connect": "0.10.1",
"next-pwa": "^5.6.0",
"next-seo": "^4.26.0",
"node-emoji": "2.1.0",
"nprogress": "0.2.0",
"postcss": "^8.4.24",
"postcss-preset-env": "6.7.0",
"rc-tooltip": "5.1.1",
"react": "17.0.2",
"react-adsense": "0.1.0",
"react-dom": "17.0.2",
"react-ga": "^3.3.1",
"react-hotkeys": "2.0.0",
"react-responsive-modal": "6.4.2",
"react-select": "4.3.1",
"react-showdown": "2.3.0",
"react-sortable-hoc": "2.0.0",
"react-use-clipboard": "1.0.9",
"sanitize-html": "^2.11.0",
"tailwindcss": "^3.3.2",
"tlru": "1.0.2",
"twemoji": "14.0.2",
"url-regex-safe": "2.0.2",
"yup": "0.32.9",
"yup-locales-ko": "1.2.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/emoji-mart": "^3.0.5",
"@types/express-rate-limit": "^5.1.3",
"@types/jest": "^29.5.2",
"@types/josa": "3.0.2",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "16.4.3",
"@types/node-fetch": "^2.5.12",
"@types/nprogress": "0.2.0",
"@types/rc-tooltip": "^3.7.4",
"@types/react": "^17.0.15",
"@types/react-select": "^4.0.17",
"@types/sanitize-html": "^2.8.0",
"@types/twemoji": "^12.1.2",
"@types/url-regex-safe": "1.0.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.4.1",
"prettier": "^2.3.2",
"prettier-plugin-tailwind": "^2.2.12",
"ts-jest": "^29.0.5",
"typescript": "^5.1.3"
},
"resolutions": {
"@types/react": "^17.0.15"
},
"license": "AGPL-3.0"
}