feat(pages): add /application/guilds/join (#2)

This commit is contained in:
Divlo
2021-11-13 21:50:34 +01:00
committed by GitHub
parent d8fab08585
commit accd36d1fc
23 changed files with 4767 additions and 5393 deletions

View File

@ -28,7 +28,7 @@
"test:e2e:dev": "start-server-and-test 'dev' 'http://localhost:3000' 'cypress open'",
"storybook": "start-storybook --port 6006 --static-dir public",
"storybook:build": "build-storybook --static-dir public",
"storybook:serve": "serve storybook-static",
"storybook:serve": "serve -p 6006 storybook-static",
"release": "semantic-release",
"deploy": "vercel",
"postinstall": "husky install"
@ -36,75 +36,76 @@
"dependencies": {
"@fontsource/montserrat": "4.5.1",
"@fontsource/roboto": "4.5.1",
"@heroicons/react": "1.0.4",
"@heroicons/react": "1.0.5",
"@sinclair/typebox": "0.20.5",
"ajv": "8.6.3",
"ajv": "8.7.1",
"ajv-formats": "2.1.1",
"axios": "0.23.0",
"axios": "0.24.0",
"classnames": "2.3.1",
"date-and-time": "2.0.1",
"next": "11.1.2",
"next-pwa": "5.3.1",
"next-pwa": "5.4.0",
"next-themes": "0.0.15",
"next-translate": "1.1.0",
"next-translate": "1.2.0",
"react": "17.0.2",
"react-component-form": "2.0.0",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "6.1.0",
"react-responsive": "8.2.0",
"react-swipeable": "6.2.0",
"react-textarea-autosize": "8.3.3",
"read-pkg": "7.0.0",
"sharp": "0.29.1",
"sharp": "0.29.2",
"socket.io-client": "4.3.2",
"universal-cookie": "4.0.4"
},
"devDependencies": {
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@lhci/cli": "0.8.2",
"@saithodev/semantic-release-backmerge": "1.5.3",
"@storybook/addon-essentials": "6.3.10",
"@storybook/addon-links": "6.3.10",
"@saithodev/semantic-release-backmerge": "2.1.0",
"@storybook/addon-essentials": "6.3.12",
"@storybook/addon-links": "6.3.12",
"@storybook/addon-postcss": "2.0.0",
"@storybook/react": "6.3.10",
"@testing-library/jest-dom": "5.14.1",
"@storybook/react": "6.3.12",
"@testing-library/jest-dom": "5.15.0",
"@testing-library/react": "12.1.2",
"@types/date-and-time": "0.13.0",
"@types/jest": "27.0.2",
"@types/node": "16.10.3",
"@types/react": "17.0.27",
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"@types/react-responsive": "8.0.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"autoprefixer": "10.3.7",
"babel-jest": "27.2.5",
"babel-loader": "8.2.2",
"autoprefixer": "10.4.0",
"babel-jest": "27.3.1",
"babel-loader": "8.2.3",
"babel-register": "6.26.0",
"cypress": "8.5.0",
"cypress": "9.0.0",
"dockerfilelint": "1.8.0",
"editorconfig-checker": "4.0.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard-with-typescript": "21.0.1",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-unicorn": "36.0.0",
"husky": "7.0.2",
"jest": "27.2.5",
"lint-staged": "11.2.1",
"eslint-plugin-promise": "5.1.1",
"eslint-plugin-unicorn": "38.0.1",
"husky": "7.0.4",
"jest": "27.3.1",
"lint-staged": "11.2.6",
"markdownlint-cli": "0.29.0",
"mockttp": "2.3.1",
"plop": "2.7.4",
"postcss": "8.3.9",
"mockttp": "2.4.0",
"plop": "2.7.6",
"postcss": "8.3.11",
"prettier": "2.4.1",
"semantic-release": "18.0.0",
"serve": "12.0.1",
"serve": "13.0.2",
"start-server-and-test": "1.14.0",
"storybook-tailwind-dark-mode": "1.0.11",
"tailwindcss": "2.2.16",
"typescript": "4.4.3",
"tailwindcss": "2.2.19",
"typescript": "4.4.4",
"vercel": "23.1.2"
}
}