mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
103 lines
2.8 KiB
JSON
103 lines
2.8 KiB
JSON
{
|
|
"name": "client-next",
|
|
"version": "2.0.0",
|
|
"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": "next start | (sleep 1; wget http://localhost:3000/api/v2 -O /dev/null)",
|
|
"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.3",
|
|
"@hcaptcha/react-hcaptcha": "0.3.6",
|
|
"@sentry/nextjs": "6.5.1",
|
|
"@sentry/node": "6.5.1",
|
|
"@sentry/react": "6.5.1",
|
|
"@sentry/tracing": "6.5.1",
|
|
"abort-controller": "3.0.0",
|
|
"autoprefixer": "10.2.5",
|
|
"badgen": "3.2.2",
|
|
"cookie": "0.4.1",
|
|
"csrf": "3.1.0",
|
|
"dataloader": "2.0.0",
|
|
"dayjs": "1.10.5",
|
|
"difflib": "0.2.4",
|
|
"discord.js": "12.5.3",
|
|
"emoji-mart": "3.0.1",
|
|
"erlpack": "0.1.3",
|
|
"express-rate-limit": "5.2.6",
|
|
"formik": "2.2.8",
|
|
"generate-license-file": "1.1.0",
|
|
"josa": "3.0.1",
|
|
"jsonwebtoken": "8.5.1",
|
|
"knex": "0.95.6",
|
|
"mysql": "2.18.1",
|
|
"next": "10.2.3",
|
|
"next-connect": "0.10.1",
|
|
"next-pwa": "5.2.21",
|
|
"next-seo": "4.24.0",
|
|
"next-session": "3.4.0",
|
|
"node-emoji": "1.10.0",
|
|
"nprogress": "0.2.0",
|
|
"postcss": "8.3.0",
|
|
"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-hotkeys": "2.0.0",
|
|
"react-responsive-modal": "6.0.1",
|
|
"react-select": "4.3.1",
|
|
"react-showdown": "2.3.0",
|
|
"react-sortable-hoc": "2.0.0",
|
|
"react-use-clipboard": "1.0.7",
|
|
"sanitize-html": "2.4.0",
|
|
"tailwindcss": "2.1.2",
|
|
"tlru": "1.0.2",
|
|
"twemoji": "13.1.0",
|
|
"url-regex-safe": "2.0.2",
|
|
"yup": "0.32.9",
|
|
"yup-locales-ko": "1.0.2",
|
|
"zlib-sync": "0.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/custom-forms": "0.2.1",
|
|
"@types/cookie": "0.4.0",
|
|
"@types/emoji-mart": "3.0.4",
|
|
"@types/express-rate-limit": "5.1.1",
|
|
"@types/jest": "26.0.23",
|
|
"@types/josa": "3.0.2",
|
|
"@types/jsonwebtoken": "8.5.1",
|
|
"@types/node": "14.17.1",
|
|
"@types/node-emoji": "1.8.1",
|
|
"@types/node-fetch": "2.5.10",
|
|
"@types/nprogress": "0.2.0",
|
|
"@types/rc-tooltip": "3.7.3",
|
|
"@types/react": "17.0.8",
|
|
"@types/react-select": "4.0.15",
|
|
"@types/sanitize-html": "2.3.1",
|
|
"@types/twemoji": "12.1.1",
|
|
"@types/url-regex-safe": "1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "4.25.0",
|
|
"@typescript-eslint/parser": "4.25.0",
|
|
"eslint": "7.27.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
|
"eslint-plugin-prettier": "3.4.0",
|
|
"eslint-plugin-react": "7.24.0",
|
|
"eslint-plugin-react-hooks": "4.2.0",
|
|
"jest": "26.6.3",
|
|
"prettier": "2.3.0",
|
|
"prettier-plugin-tailwind": "2.2.10",
|
|
"ts-jest": "26.5.6",
|
|
"typescript": "4.3.2"
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|