2020-07-02 16:53:48 -05:00
|
|
|
{
|
|
|
|
"name": "super-linter",
|
|
|
|
"dependencies": {
|
2023-09-19 21:13:50 +02:00
|
|
|
"@babel/eslint-parser": "^7.22.15",
|
|
|
|
"@babel/preset-react": "^7.22.15",
|
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-15 10:32:52 -07:00
|
|
|
"@stoplight/spectral": "^6.5.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-09-14 21:56:49 +00:00
|
|
|
"axios": "^1.5.0",
|
2023-09-18 18:59:01 +00:00
|
|
|
"eslint": "^8.49.0",
|
2022-01-03 11:28:24 -06:00
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
2023-08-17 08:14:14 -07:00
|
|
|
"eslint-config-airbnb-typescript": "^17.1.0",
|
2023-09-14 21:57:55 +00:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2023-09-18 11:52:45 -07:00
|
|
|
"eslint-plugin-jest": "^27.4.0",
|
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-08-25 11:26:35 -07:00
|
|
|
"eslint-plugin-react": "^7.33.2",
|
2022-06-22 08:49:52 -05:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-08-25 18:30:04 +00:00
|
|
|
"eslint-plugin-vue": "^9.17.0",
|
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-09-21 09:55:30 +03:00
|
|
|
"jscpd": "^3.5.10",
|
2021-02-22 08:19:31 -06:00
|
|
|
"lodash": "^4.17.21",
|
2023-09-11 15:42:03 -07:00
|
|
|
"markdownlint-cli": "^0.36.0",
|
2023-08-25 18:26:05 +00:00
|
|
|
"next": "^13.4.19",
|
2023-08-03 11:05:08 -04:00
|
|
|
"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-09-11 22:43:14 +00:00
|
|
|
"prettier": "^3.0.3",
|
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",
|
2023-09-19 16:00:03 -07:00
|
|
|
"react-intl": "^6.4.7",
|
2023-08-03 11:05:08 -04:00
|
|
|
"react-redux": "^8.1.2",
|
2023-09-19 16:00:34 -07:00
|
|
|
"react-router-dom": "^6.16.0",
|
2023-09-18 11:52:24 -07:00
|
|
|
"renovate": "^36.96.8",
|
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-08-25 11:25:31 -07:00
|
|
|
"stylelint": "^15.10.3",
|
2023-09-15 14:39:52 -07:00
|
|
|
"stylelint-config-recommended-scss": "^13.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-09-17 14:34:34 +02:00
|
|
|
"stylelint-config-standard-scss": "^11.0.0",
|
2023-09-15 14:38:47 -07:00
|
|
|
"stylelint-prettier": "^4.0.2",
|
2023-09-18 11:53:38 -07:00
|
|
|
"stylelint-scss": "^5.2.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-09-15 14:53:39 -07:00
|
|
|
"textlint-rule-terminology": "^4.0.0",
|
2022-12-20 09:58:55 -05:00
|
|
|
"ts-standard": "^12.0.2",
|
2023-09-01 00:17:25 -07:00
|
|
|
"typescript": "^5.2.2"
|
2020-07-02 16:53:48 -05:00
|
|
|
}
|
|
|
|
}
|