eslint-rules/package.json
2023-12-20 12:23:05 -05:00

52 lines
1.5 KiB
JSON

{
"name": "@aet/eslint-configs",
"scripts": {
"build": "./build.sh",
"check-import": "./src/check-imports.ts"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.6",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.56.0",
"@types/estree": "^1.0.5",
"@types/estree-jsx": "^1.0.3",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/type-utils": "^6.15.0",
"@typescript-eslint/types": "^6.15.0",
"@typescript-eslint/typescript-estree": "^6.15.0",
"@typescript-eslint/utils": "^6.15.0",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^9.0.0",
"esbin": "0.0.4",
"esbuild": "0.19.10",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.2",
"find-cache-dir": "^5.0.0",
"json-schema-to-ts": "^2.9.2",
"lodash": "^4.17.21",
"minimatch": "^9.0.3",
"patch-package": "^8.0.0",
"picocolors": "^1.0.0",
"prettier": "^3.1.1",
"prop-types": "^15.8.1",
"typescript": "5.3.3"
},
"prettier": {
"arrowParens": "avoid",
"tabWidth": 2,
"printWidth": 90,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}
}