superlint/dependencies/package.json

64 lines
2 KiB
JSON
Raw Normal View History

2020-07-02 17:53:48 -04:00
{
"name": "super-linter",
"dependencies": {
2022-11-21 00:28:01 -05:00
"@coffeelint/cli": "^5.2.11",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/eslint-plugin": "^1.3.0",
"@stoplight/spectral": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.61.0",
"asl-validator": "^3.6.1",
"axios": "^1.5.0",
2020-07-02 17:53:48 -04:00
"babel-eslint": "^10.1.0",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsonc": "^2.9.0",
2023-01-16 08:16:51 -05:00
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vue": "^9.17.0",
"gherkin-lint": "^4.2.2",
"htmlhint": "^1.1.4",
"immer": "^10.0.2",
"ini": "^4.1.1",
"jscpd": "^3.5.9",
"lodash": "^4.17.21",
"markdownlint-cli": "^0.36.0",
"next": "^13.4.19",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.2",
2022-11-21 00:28:01 -05:00
"npm-groovy-lint": "^11.1.1",
"postcss-less": "^6.0.0",
"prettier": "^3.0.3",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0",
2023-09-12 12:58:09 -04:00
"renovate": "^36.92.0",
"sql-lint": "1.0.0",
"standard": "^17.1.0",
"stylelint": "^15.10.3",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0",
2023-04-25 23:07:41 -04:00
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-prettier": "^4.0.2",
"stylelint-scss": "^5.1.0",
"tekton-lint": "^0.6.0",
"textlint": "^13.3.2",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^3.0.5",
"ts-standard": "^12.0.2",
"typescript": "^5.2.2"
2020-07-02 17:53:48 -04:00
}
}