This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
version.tribalwarshelp.com/package.json

97 lines
2.6 KiB
JSON
Raw Normal View History

2020-11-01 14:19:49 +00:00
{
"name": "lang.tribalwarshelp.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.2.5",
2021-05-29 10:07:53 +00:00
"@date-io/date-fns": "^1.3.13",
2021-01-04 16:46:40 +00:00
"@kichiyaki/roboto": "^1.0.0",
2020-11-01 14:19:49 +00:00
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.57",
2021-05-29 10:07:53 +00:00
"@material-ui/pickers": "3.3.10",
"@nivo/bar": "^0.70.1",
"@nivo/core": "^0.70.1",
"@nivo/line": "^0.70.1",
2021-11-06 09:21:09 +00:00
"@sentry/react": "^6.14.1",
"@sentry/tracing": "^6.14.1",
2020-11-01 14:19:49 +00:00
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^14.0.0",
2021-05-29 10:07:53 +00:00
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
2020-11-11 11:47:19 +00:00
"clsx": "^1.1.1",
2020-11-01 14:19:49 +00:00
"date-fns": "^2.16.1",
"date-fns-tz": "^1.0.12",
"date-time-format-timezone": "^1.0.22",
2020-11-01 14:19:49 +00:00
"graphql": "^15.4.0",
"i18next": "^19.8.3",
"i18next-browser-languagedetector": "^6.0.1",
"lodash": "^4.17.20",
2021-05-29 10:07:53 +00:00
"prop-types": "^15.7.2",
"query-string": "^7.0.0",
2020-11-01 14:19:49 +00:00
"react": "^17.0.1",
2020-12-25 14:14:57 +00:00
"react-color": "^2.19.3",
2020-11-01 14:19:49 +00:00
"react-dom": "^17.0.1",
"react-i18next": "^11.7.3",
"react-router-dom": "^5.2.0",
2021-05-29 10:07:53 +00:00
"react-scripts": "4.0.3",
"typescript": "4.3.5",
2020-11-01 14:19:49 +00:00
"use-debounce": "^5.0.1",
"use-query-params": "^1.1.8",
2020-12-20 18:31:04 +00:00
"uuid": "^8.3.2",
"web-vitals": "^2.0.0"
2020-11-01 14:19:49 +00:00
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
2021-11-06 09:21:09 +00:00
"postbuild": "node ./bin/uploadSourceMapsToSentry.js",
2020-11-01 14:19:49 +00:00
"test": "react-app-rewired test --env=jest-environment-jsdom-sixteen",
2021-03-21 10:36:37 +00:00
"eject": "react-scripts eject",
2021-04-24 17:56:58 +00:00
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
2021-03-21 10:36:37 +00:00
"codegen": "graphql-codegen"
2020-11-01 14:19:49 +00:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
2021-04-24 17:56:58 +00:00
],
"rules": {
"react/jsx-pascal-case": [
"warn",
{
"ignore": []
}
]
}
2020-11-01 14:19:49 +00:00
},
"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": "^2.0.0",
"@graphql-codegen/typescript": "^2.0.0",
"@graphql-codegen/typescript-operations": "^2.0.0",
2021-11-06 09:21:09 +00:00
"@sentry/cli": "^1.71.0",
2020-11-13 13:21:28 +00:00
"@types/lodash": "^4.14.165",
2020-12-25 14:14:57 +00:00
"@types/react-color": "^3.0.4",
2020-11-01 14:19:49 +00:00
"@types/react-router-dom": "^5.1.6",
2020-12-20 18:31:04 +00:00
"@types/uuid": "^8.3.0",
2020-11-01 14:19:49 +00:00
"babel-plugin-transform-imports": "^2.0.0",
"customize-cra": "^1.0.0",
"prettier": "^2.1.2",
"react-app-rewired": "^2.1.6"
}
}