eb0727ddcb
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
125 lines
3.8 KiB
JSON
125 lines
3.8 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/client": "^3.0.0-rc.8",
|
|
"@apollo/react-common": "^3.1.4",
|
|
"@apollo/react-hooks": "^3.1.3",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/color": "^3.0.1",
|
|
"@types/date-fns": "^2.6.0",
|
|
"@types/dompurify": "^2.0.4",
|
|
"@types/emoji-mart": "^3.0.4",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/jwt-decode": "^2.2.1",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/node": "^12.0.0",
|
|
"@types/query-string": "^6.3.0",
|
|
"@types/react": "^16.9.21",
|
|
"@types/react-beautiful-dnd": "^12.1.1",
|
|
"@types/react-datepicker": "^2.11.0",
|
|
"@types/react-dom": "^16.9.5",
|
|
"@types/react-router": "^5.1.4",
|
|
"@types/react-router-dom": "^5.1.3",
|
|
"@types/react-select": "^3.0.13",
|
|
"@types/react-timeago": "^4.1.1",
|
|
"@types/styled-components": "^5.0.0",
|
|
"apollo-cache-inmemory": "^1.6.5",
|
|
"apollo-client": "^2.6.8",
|
|
"apollo-link": "^1.2.13",
|
|
"apollo-link-error": "^1.1.12",
|
|
"apollo-link-http": "^1.5.16",
|
|
"apollo-link-state": "^0.4.2",
|
|
"apollo-utilities": "^1.3.3",
|
|
"axios": "^0.21.1",
|
|
"axios-auth-refresh": "^2.2.7",
|
|
"color": "^3.1.2",
|
|
"date-fns": "^2.14.0",
|
|
"dayjs": "^1.9.1",
|
|
"dompurify": "^2.2.6",
|
|
"emoji-mart": "^3.0.0",
|
|
"emoticon": "^3.2.0",
|
|
"graphql": "^15.0.0",
|
|
"graphql-tag": "^2.10.3",
|
|
"history": "^4.10.1",
|
|
"immer": "^6.0.3",
|
|
"jwt-decode": "^2.2.0",
|
|
"lodash": "^4.17.20",
|
|
"node-emoji": "^1.10.0",
|
|
"prop-types": "^15.7.2",
|
|
"query-string": "^6.13.7",
|
|
"react": "^16.12.0",
|
|
"react-autosize-textarea": "^7.0.0",
|
|
"react-beautiful-dnd": "^13.0.0",
|
|
"react-datepicker": "^2.14.1",
|
|
"react-dom": "^16.12.0",
|
|
"react-emoji-render": "^1.2.4",
|
|
"react-hook-form": "^6.0.6",
|
|
"react-markdown": "^4.3.1",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.4.0",
|
|
"react-select": "^3.1.0",
|
|
"react-timeago": "^4.4.0",
|
|
"react-toastify": "^6.0.8",
|
|
"rich-markdown-editor": "^10.6.5",
|
|
"styled-components": "^5.0.1",
|
|
"typescript": "~3.7.2"
|
|
},
|
|
"proxy": "http://localhost:3333",
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"build-storybook": "build-storybook -s public",
|
|
"generate": "graphql-codegen",
|
|
"lint": "eslint --ext js,ts,tsx src",
|
|
"tsc": "tsc"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^1.13.2",
|
|
"@graphql-codegen/typescript": "^1.13.2",
|
|
"@graphql-codegen/typescript-operations": "^1.13.2",
|
|
"@graphql-codegen/typescript-react-apollo": "^1.13.2",
|
|
"@storybook/addon-actions": "^5.3.13",
|
|
"@storybook/addon-backgrounds": "^5.3.17",
|
|
"@storybook/addon-docs": "^5.3.17",
|
|
"@storybook/addon-knobs": "^5.3.17",
|
|
"@storybook/addon-links": "^5.3.13",
|
|
"@storybook/addon-storysource": "^5.3.17",
|
|
"@storybook/addon-viewport": "^5.3.17",
|
|
"@storybook/addons": "^5.3.13",
|
|
"@storybook/preset-create-react-app": "^1.5.2",
|
|
"@storybook/react": "^5.3.13",
|
|
"@typescript-eslint/eslint-plugin": "^2.20.0",
|
|
"@typescript-eslint/parser": "^2.20.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.0.1",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-react": "^7.18.3",
|
|
"eslint-plugin-react-hooks": "^1.7.0",
|
|
"prettier": "^1.19.1"
|
|
}
|
|
}
|