core/package.json

73 lines
2.0 KiB
JSON

{
"name": "client-next",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ext ts,tsx .",
"lint:fix": "eslint --ext ts,tsx . --fix",
"test": "jest",
"docker": "docker-compose up -d --build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@sentry/browser": "^6.0.4",
"@sentry/integrations": "^6.0.4",
"@sentry/node": "^6.0.3",
"@sentry/webpack-plugin": "^1.14.0",
"@types/cookie": "^0.4.0",
"@types/react-select": "^4.0.9",
"@types/sanitize-html": "^1.27.1",
"autoprefixer": "^10.2.4",
"cookie": "^0.4.1",
"core-js": "^3.8.3",
"dataloader": "^2.0.0",
"dayjs": "^1.10.4",
"discord.js": "^12.5.1",
"formik": "^2.2.6",
"josa": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.17",
"mysql": "^2.18.1",
"next": "10.0.6",
"next-connect": "^0.9.1",
"next-themes": "^0.0.10",
"postcss": "^8.2.4",
"postcss-preset-env": "^6.7.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-select": "^4.0.2",
"react-showdown": "^2.1.0",
"sanitize-html": "^2.3.2",
"stream-cache": "^0.0.2",
"tailwindcss": "^2.0.2",
"tlru": "^1.0.2",
"url-regex": "^5.0.0",
"yup": "^0.32.8",
"yup-locales-ko": "^1.0.2"
},
"devDependencies": {
"@types/core-js": "^2.5.4",
"@types/jest": "^26.0.20",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^14.14.22",
"@types/node-fetch": "^2.5.8",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.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",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"prettier-plugin-tailwind": "^2.2.8",
"ts-jest": "^26.5.0",
"typescript": "^4.1.3"
}
}