|
|
@@ -33,7 +33,7 @@
|
|
|
"predev:ci": "run-p resources:*",
|
|
|
"lint:typecheck": "npx tsc",
|
|
|
"lint:eslint": "eslint --quiet \"**/*.{js,jsx,ts,tsx}\"",
|
|
|
- "lint:styles": "stylelint src/**/*.scss --custom-syntax postcss-scss",
|
|
|
+ "lint:styles": "stylelint src/**/*.scss",
|
|
|
"lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
|
|
|
"lint": "run-p lint:*",
|
|
|
"test": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
|
@@ -123,6 +123,7 @@
|
|
|
"nodemailer": "^6.6.2",
|
|
|
"nodemailer-ses-transport": "~1.5.0",
|
|
|
"openid-client": "=2.5.0",
|
|
|
+ "p-retry": "^4.0.0",
|
|
|
"passport": "^0.5.0",
|
|
|
"passport-github": "^1.1.0",
|
|
|
"passport-google-oauth20": "^2.0.0",
|
|
|
@@ -131,7 +132,6 @@
|
|
|
"passport-local": "^1.0.0",
|
|
|
"passport-saml": "^3.2.0",
|
|
|
"passport-twitter": "^1.0.4",
|
|
|
- "p-retry": "^4.0.0",
|
|
|
"prom-client": "^13.0.0",
|
|
|
"re2": "^1.17.2",
|
|
|
"react-card-flip": "^1.0.10",
|
|
|
@@ -233,8 +233,6 @@
|
|
|
"sticky-events": "^3.4.11",
|
|
|
"style-loader": "^1.0.0",
|
|
|
"styled-components": "^5.0.1",
|
|
|
- "stylelint": "^14.0.1",
|
|
|
- "stylelint-config-recess-order": "^2.0.1",
|
|
|
"swagger2openapi": "^5.3.1",
|
|
|
"swr": "^1.0.1",
|
|
|
"terser-webpack-plugin": "^4.1.0",
|