127 lines
4.2 KiB
JSON
127 lines
4.2 KiB
JSON
{
|
|
"name": "@aet/eslint-configs",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "./scripts/build.ts",
|
|
"check-import": "./scripts/check-imports.ts",
|
|
"define": "/usr/local/bin/codium ./packages/eslint-define-config",
|
|
"sync": "./scripts/sync-deps.ts",
|
|
"do": "(cd dist && ver bump && npm publish && ver unpub)"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@aet/eslint-define-config": "^0.1.5",
|
|
"@antfu/install-pkg": "^1.0.0",
|
|
"@eslint-community/eslint-utils": "^4.4.1",
|
|
"@eslint-react/eslint-plugin": "1.24.1",
|
|
"@eslint/js": "^9.19.0",
|
|
"@nolyfill/is-core-module": "^1.0.39",
|
|
"@stylistic/eslint-plugin": "^3.0.0",
|
|
"@types/eslint": "^9.6.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.21.0",
|
|
"@typescript-eslint/parser": "^8.21.0",
|
|
"@typescript-eslint/type-utils": "^8.21.0",
|
|
"@typescript-eslint/utils": "^8.21.0",
|
|
"aria-query": "^5.3.2",
|
|
"axe-core": "^4.10.2",
|
|
"axobject-query": "4.1.0",
|
|
"damerau-levenshtein": "1.0.8",
|
|
"debug": "^4.4.0",
|
|
"doctrine": "^3.0.0",
|
|
"emoji-regex": "^10.4.0",
|
|
"enhanced-resolve": "^5.18.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-import-resolver-node": "^0.3.9",
|
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
"eslint-module-utils": "^2.12.0",
|
|
"eslint-plugin-import-x": "^4.6.1",
|
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
"esprima": "^4.0.1",
|
|
"esquery": "^1.6.0",
|
|
"estraverse": "^5.3.0",
|
|
"fast-glob": "^3.3.3",
|
|
"get-tsconfig": "^4.10.0",
|
|
"globals": "^15.14.0",
|
|
"ignore": "^7.0.3",
|
|
"is-bun-module": "^1.3.0",
|
|
"is-glob": "^4.0.3",
|
|
"language-tags": "^2.0.1",
|
|
"lodash-es": "^4.17.21",
|
|
"minimatch": "^10.0.1",
|
|
"semver": "^7.6.3",
|
|
"typescript-eslint": "^8.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.7",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
|
|
"@babel/preset-env": "^7.26.7",
|
|
"@graphql-eslint/eslint-plugin": "^4.3.0",
|
|
"@swc-node/register": "^1.10.9",
|
|
"@tanstack/eslint-plugin-query": "^5.64.2",
|
|
"@types/babel-plugin-macros": "^3.1.3",
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/esprima": "^4.0.6",
|
|
"@types/esquery": "^1.5.4",
|
|
"@types/estree": "^1.0.6",
|
|
"@types/estree-jsx": "^1.0.5",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.10.10",
|
|
"@types/react-refresh": "^0.14.6",
|
|
"@typescript-eslint/types": "^8.21.0",
|
|
"@typescript-eslint/typescript-estree": "^8.21.0",
|
|
"@vitest/eslint-plugin": "^1.1.25",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"dts-bundle-generator": "9.5.1",
|
|
"esbuild": "0.24.2",
|
|
"esbuild-plugin-alias": "^0.2.1",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
"eslint-plugin-storybook": "^0.11.2",
|
|
"eslint-plugin-testing-library": "^7.1.1",
|
|
"find-cache-dir": "^5.0.0",
|
|
"graphql": "^16.10.0",
|
|
"json-schema-to-ts": "^3.1.1",
|
|
"nolyfill": "^1.0.43",
|
|
"patch-package": "^8.0.0",
|
|
"picocolors": "^1.1.1",
|
|
"prettier": "^3.4.2",
|
|
"prop-types": "^15.8.1",
|
|
"terser": "^5.37.0",
|
|
"type-fest": "^4.33.0",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"prettier": {
|
|
"arrowParens": "avoid",
|
|
"tabWidth": 2,
|
|
"printWidth": 90,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@typescript-eslint/utils": "8.0.0",
|
|
"function-bind": "npm:@nolyfill/function-bind@^1",
|
|
"has-proto": "npm:@nolyfill/has-proto@^1",
|
|
"has-symbols": "npm:@nolyfill/has-symbols@^1",
|
|
"hasown": "npm:@nolyfill/hasown@^1",
|
|
"isarray": "npm:@nolyfill/isarray@^1",
|
|
"jsonify": "npm:@nolyfill/jsonify@^1",
|
|
"object-keys": "npm:@nolyfill/object-keys@^1",
|
|
"set-function-length": "npm:@nolyfill/set-function-length@^1",
|
|
"@babel/types": "7.25.2",
|
|
"is-core-module": "npm:@nolyfill/is-core-module@^1",
|
|
"json-stable-stringify": "npm:@nolyfill/json-stable-stringify@^1"
|
|
},
|
|
"patchedDependencies": {
|
|
"@typescript-eslint/typescript-estree@8.0.0": "patches/@typescript-eslint__typescript-estree@8.0.0.patch",
|
|
"dts-bundle-generator": "patches/dts-bundle-generator.patch"
|
|
}
|
|
}
|
|
}
|