superlint/dependencies/package.json
ChrisPage-AT 6dca1f678f
Add dependencies for Next (node), React (node), and Standard (ruby) (#4446)
* update_deps

* Revert

* Adding "standard" gem to gemfile

* Adding "Next" and "React" to package.json

* Revert

* Missed package.json changes

* Resolving conflicts, standard requires rubocop 1.48.1

* update packages

Signed-off-by: Zack Koppert <zkoppert@github.com>

* Updating the gemfile dependencies

* Updating yarn.lock file

* Fix react-intl dependency

* Fix spacing of Gemfile.lock for linting

---------

Signed-off-by: Zack Koppert <zkoppert@github.com>
Co-authored-by: Zack Koppert <zkoppert@github.com>
2023-08-03 08:05:08 -07:00

62 lines
2 KiB
JSON

{
"name": "super-linter",
"dependencies": {
"@coffeelint/cli": "^5.2.11",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/eslint-plugin": "^1.3.0",
"@stoplight/spectral": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.61.0",
"asl-validator": "^3.6.1",
"axios": "^1.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vue": "^9.15.1",
"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.35.0",
"next": "^13.4.12",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.1",
"npm-groovy-lint": "^11.1.1",
"postcss-less": "^6.0.0",
"prettier": "^3.0.0",
"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.14.2",
"sql-lint": "1.0.0",
"standard": "^17.1.0",
"stylelint": "^15.10.1",
"stylelint-config-recommended-scss": "^11.0.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-prettier": "^3.0.0",
"stylelint-scss": "^5.0.1",
"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.1.6"
}
}