@rockpack/codestyle
Version:
The best practice for ESLint and TSLint
59 lines (58 loc) • 1.85 kB
JSON
{
"name": "@rockpack/codestyle",
"version": "6.0.5",
"private": false,
"description": "The best practice for ESLint and TSLint",
"keywords": [
"eslint",
"ts-lint"
],
"homepage": "https://alexsergey.github.io/rockpack/",
"bugs": {
"url": "https://github.com/AlexSergey/rockpack/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexSergey/rockpack.git"
},
"license": "MIT",
"author": "Aleksandrov Sergey <gooddev.sergey@gmail.com> (https://github.com/AlexSergey/rockpack)",
"main": "index.js",
"scripts": {
"format": "npm run format:eslint",
"format:eslint": "eslint . --fix",
"lint": "eslint .",
"production": "npm run lint && npm publish --access public"
},
"dependencies": {
"@babel/eslint-parser": "7.27.5",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@rockpack/babel": "6.0.5",
"@rockpack/utils": "6.0.5",
"@typescript-eslint/eslint-plugin": "8.34.0",
"@typescript-eslint/parser": "8.34.0",
"deep-extend": "0.6.0",
"eslint": "9.28.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-check-file": "3.3.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-package-json": "0.33.2",
"eslint-plugin-perfectionist": "4.14.0",
"eslint-plugin-prettier": "5.4.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-regexp": "2.9.0",
"globals": "16.2.0",
"prettier": "3.5.3",
"stylelint": "16.20.0",
"stylelint-config-clean-order": "7.0.0",
"stylelint-config-prettier-scss": "1.0.0",
"stylelint-config-recommended-scss": "15.0.1",
"stylelint-config-standard-scss": "15.0.1",
"stylelint-scss": "6.12.0",
"typescript": "5.8.3",
"typescript-eslint": "8.34.0",
"yargs": "18.0.0"
}
}