2020-07-02 16:53:48 -05:00
|
|
|
{
|
|
|
|
"name": "super-linter",
|
|
|
|
"dependencies": {
|
2022-11-21 00:28:01 -05:00
|
|
|
"@coffeelint/cli": "^5.2.11",
|
2023-04-10 14:53:35 -04:00
|
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
|
|
"@react-native-community/eslint-plugin": "^1.3.0",
|
2023-08-03 11:05:08 -04:00
|
|
|
"@stoplight/spectral": "^6.1.0",
|
2023-06-19 21:07:21 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
2023-07-10 17:07:10 +00:00
|
|
|
"@typescript-eslint/parser": "^5.61.0",
|
2023-05-24 00:38:36 +00:00
|
|
|
"asl-validator": "^3.6.1",
|
2023-05-24 17:19:56 +00:00
|
|
|
"axios": "^1.4.0",
|
2020-07-02 16:53:48 -05:00
|
|
|
"babel-eslint": "^10.1.0",
|
2023-08-10 18:47:51 +00:00
|
|
|
"eslint": "^8.46.0",
|
2022-01-03 11:28:24 -06:00
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
2022-11-21 00:28:01 -05:00
|
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
2023-04-10 14:53:35 -04:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2023-06-27 13:42:52 -07:00
|
|
|
"eslint-plugin-jest": "^27.2.2",
|
2021-08-09 08:47:57 -05:00
|
|
|
"eslint-plugin-json": "^3.1.0",
|
2023-06-19 16:52:17 +00:00
|
|
|
"eslint-plugin-jsonc": "^2.9.0",
|
2023-01-16 13:16:51 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
2023-08-10 14:49:40 -07:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
2023-04-10 14:53:35 -04:00
|
|
|
"eslint-plugin-react": "^7.32.2",
|
2022-06-22 08:49:52 -05:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-06-26 14:59:26 -07:00
|
|
|
"eslint-plugin-vue": "^9.15.1",
|
2021-06-01 11:09:44 -05:00
|
|
|
"gherkin-lint": "^4.2.2",
|
2022-04-11 14:52:35 -05:00
|
|
|
"htmlhint": "^1.1.4",
|
2023-07-10 03:27:00 +00:00
|
|
|
"immer": "^10.0.2",
|
2023-07-10 04:03:21 +00:00
|
|
|
"ini": "^4.1.1",
|
2023-05-23 15:44:57 -07:00
|
|
|
"jscpd": "^3.5.9",
|
2021-02-22 08:19:31 -06:00
|
|
|
"lodash": "^4.17.21",
|
2023-07-10 01:40:50 +00:00
|
|
|
"markdownlint-cli": "^0.35.0",
|
2023-08-03 11:05:08 -04:00
|
|
|
"next": "^13.4.12",
|
|
|
|
"next-pwa": "^5.6.0",
|
2023-08-09 19:17:30 +00:00
|
|
|
"node-fetch": "^3.3.2",
|
2022-11-21 00:28:01 -05:00
|
|
|
"npm-groovy-lint": "^11.1.1",
|
2023-04-10 14:53:35 -04:00
|
|
|
"postcss-less": "^6.0.0",
|
2023-07-10 14:22:44 -07:00
|
|
|
"prettier": "^3.0.0",
|
2022-01-11 12:01:26 -06:00
|
|
|
"prettyjson": "^1.2.5",
|
2021-11-09 15:35:36 -05:00
|
|
|
"pug": "^3.0.2",
|
2023-08-03 11:05:08 -04:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-intl": "^6.4.4",
|
|
|
|
"react-redux": "^8.1.2",
|
|
|
|
"react-router-dom": "^6.14.2",
|
2022-06-22 08:49:43 -05:00
|
|
|
"sql-lint": "1.0.0",
|
2023-06-22 00:20:09 +00:00
|
|
|
"standard": "^17.1.0",
|
2023-07-10 19:07:57 +00:00
|
|
|
"stylelint": "^15.10.1",
|
2023-04-26 03:07:41 +00:00
|
|
|
"stylelint-config-recommended-scss": "^11.0.0",
|
2023-04-10 14:53:35 -04:00
|
|
|
"stylelint-config-sass-guidelines": "^10.0.0",
|
2023-07-10 09:42:24 -07:00
|
|
|
"stylelint-config-standard": "^34.0.0",
|
2023-04-26 03:07:41 +00:00
|
|
|
"stylelint-config-standard-scss": "^9.0.0",
|
2023-04-10 14:53:35 -04:00
|
|
|
"stylelint-prettier": "^3.0.0",
|
2023-06-27 18:32:44 +00:00
|
|
|
"stylelint-scss": "^5.0.1",
|
2021-11-09 15:35:36 -05:00
|
|
|
"tekton-lint": "^0.6.0",
|
2023-04-10 14:53:35 -04:00
|
|
|
"textlint": "^13.3.2",
|
2022-01-04 17:34:15 +01:00
|
|
|
"textlint-filter-rule-allowlist": "^4.0.0",
|
2021-10-05 22:29:05 +09:00
|
|
|
"textlint-filter-rule-comments": "^1.2.2",
|
2023-07-09 17:46:09 -07:00
|
|
|
"textlint-rule-terminology": "^3.0.5",
|
2022-12-20 09:58:55 -05:00
|
|
|
"ts-standard": "^12.0.2",
|
2023-07-09 21:49:07 +00:00
|
|
|
"typescript": "^5.1.6"
|
2020-07-02 16:53:48 -05:00
|
|
|
}
|
|
|
|
}
|