UNPKG

@kaspersky/dev-tools

Version:

Development tools and configs for Babel, ESLint and TypeScript

139 lines (138 loc) 4.09 kB
{ "name": "@kaspersky/dev-tools", "version": "2.32.2", "description": "Development tools and configs for Babel, ESLint and TypeScript", "author": "AO Kaspersky Lab", "license": "Apache-2.0", "homepage": "https://github.com/KasperskyLab/uif#readme", "repository": "KasperskyLab/uif", "bugs": { "url": "https://github.com/KasperskyLab/uif/issues" }, "main": "src/index.js", "scripts": { "test": "jest --config jest.config.json --colors", "lint": "eslint ./src", "lint:fix": "eslint ./src --fix" }, "dependencies": { "@babel/core": "7.23.2", "@babel/eslint-parser": "7.22.15", "@babel/helper-validator-identifier": "7.22.20", "@babel/plugin-proposal-decorators": "7.23.2", "@babel/plugin-transform-runtime": "7.23.2", "@babel/preset-env": "7.23.2", "@babel/runtime": "7.23.2", "@rushstack/eslint-patch": "1.1.0", "@typescript-eslint/eslint-plugin": "4.8.2", "@typescript-eslint/parser": "4.8.2", "babel-plugin-istanbul": "6.1.1", "core-js": "3.2.1", "env-cmd": "10.1.0", "eslint-config-standard": "16.0.2", "eslint-plugin-deprecation": "1.3.2", "eslint-plugin-flowtype": "4.3.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jest": "24.1.3", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.28.0", "eslint-plugin-react-hooks": "4.3.0", "eslint-plugin-security": "1.7.1", "eslint-plugin-standard": "5.0.0", "eslint-plugin-storybook": "0.5.6", "gulp-babel": "8.0.0", "gulp-if": "3.0.0", "react-test-renderer": "16.13.1" }, "devDependencies": { "@commitlint/config-conventional": "8.3.4", "commitlint": "8.3.5", "dotenv": "8.2.0", "eslint": "7.14.0", "gulp": "^4.0.2", "husky": "4.2.3", "jest": "26.1.0", "lint-staged": "7.1.2", "typescript": "4.5.5" }, "lint-staged": { "*.{ts,js,tsx,jsx}": "eslint --fix" }, "keywords": [ "ksc", "kl", "dev-tool", "babel", "jest", "webpack", "config", "development", "tool" ], "standard": { "env": [ "jest" ], "globals": [ "runtime", "Router", "_" ] }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0", "typescript": ">=4.0.0" }, "overrides": { "ansi-colors": "4.1.1", "array-includes": "3.1.4", "array.prototype.flat": "1.2.5", "debug": "4.3.3", "define-properties": "1.1.3", "es-abstract": "1.23.3", "eslint-module-utils": "2.12.0", "fast-glob": "3.2.11", "fastq": "1.13.0", "functions-have-names": "1.2.2", "get-intrinsic": "1.1.1", "has-bigints": "1.0.1", "has-symbols": "1.0.2", "ignore": "5.2.0", "internal-slot": "1.0.3", "is-callable": "1.2.4", "is-core-module": "2.8.1", "is-number-object": "1.0.6", "is-shared-array-buffer": "1.0.1", "micromatch": "4.0.4", "minimist": "1.2.5", "object-inspect": "1.12.0", "object.assign": "4.1.2", "object.values": "1.1.4", "regexp.prototype.flags": "1.4.1", "resolve": "1.22.0", "semver": "7.3.5", "string.prototype.trimend": "1.0.4", "string.prototype.trimstart": "1.0.4", "tsconfig-paths": "3.12.0", "unbox-primitive": "1.0.1", "@types/semver": "7.3.9", "@typescript-eslint/experimental-utils": "5.11.0", "@typescript-eslint/scope-manager": "5.11.0", "@typescript-eslint/types": "5.11.0", "@typescript-eslint/typescript-estree": "5.11.0", "@typescript-eslint/utils": "5.11.0", "@typescript-eslint/visitor-keys": "5.11.0", "array.prototype.flatmap": "1.2.5", "jsx-ast-utils": "3.2.1", "object.entries": "1.1.5", "object.fromentries": "2.0.5", "object.hasown": "1.1.0", "string.prototype.matchall": "4.0.6", "tslib": "2.3.1", "graceful-fs": "4.2.9", "fsevents": "2.3.2", "glob-watcher": "5.0.5", "chokidar": "3.5.3" } }