UNPKG

@kaspersky/dev-tools

Version:

Development tools and configs for Babel, ESLint and TypeScript

69 lines (68 loc) 1.96 kB
{ "name": "@kaspersky/dev-tools", "version": "3.4.4", "description": "Development tools and configs for Babel, ESLint and TypeScript", "main": "lib/index.js", "types": "lib/index.d.ts", "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" }, "scripts": { "test": "jest", "lint": "eslint", "lint:fix": "eslint --fix", "prepublishOnly": "tsc" }, "exports": { ".": { "import": { "types": "./lib/index.d.mts", "default": "./lib/index.mjs" }, "require": { "types": "./lib/index.d.ts", "default": "./lib/index.js" } } }, "dependencies": { "@babel/core": "7.26.10", "@babel/eslint-parser": "7.27.0", "@babel/plugin-proposal-decorators": "7.25.9", "@babel/plugin-transform-runtime": "7.26.10", "@babel/preset-env": "7.26.9", "@babel/runtime": "7.27.0", "@stylistic/eslint-plugin": "5.6.1", "@typescript-eslint/eslint-plugin": "8.31.0", "@typescript-eslint/parser": "8.31.0", "env-cmd": "10.1.0", "eslint-config-prettier": "10.1.2", "eslint-plugin-import": "2.31.0", "eslint-plugin-jest": "28.11.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.2.6", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-security": "3.0.1", "eslint-plugin-storybook": "0.12.0", "globals": "16.0.0", "gulp-babel": "8.0.0", "typescript-eslint": "8.41.0" }, "devDependencies": { "dotenv": "16.5.0", "eslint": "9.39.4", "jest": "29.7.0", "prettier": "3.5.3", "typescript": "5.8.2" }, "peerDependencies": { "eslint": "^9.0.0", "prettier": "^3.0.0", "typescript": "^5.0.0" } }