|
| 1 | +{ |
| 2 | + "name": "@pixiv/eslint-config", |
| 3 | + "version": "0.0.0-experimental.5", |
| 4 | + "description": "pixiv's base eslint config", |
| 5 | + "author": "pixiv", |
| 6 | + "publishConfig": { |
| 7 | + "provenance": true |
| 8 | + }, |
| 9 | + "type": "module", |
| 10 | + "main": "dist/index.js", |
| 11 | + "types": "dist/index.d.ts", |
| 12 | + "scripts": { |
| 13 | + "build": "tsup src/index.ts --clean --dts --format esm", |
| 14 | + "prepublish": "pnpm build" |
| 15 | + }, |
| 16 | + "exports": { |
| 17 | + ".": { |
| 18 | + "default": "./dist/index.js" |
| 19 | + } |
| 20 | + }, |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "https://github.com/pixiv/frontend-config.git", |
| 24 | + "directory": "packages/eslint-config" |
| 25 | + }, |
| 26 | + "files": [ |
| 27 | + "README.md", |
| 28 | + "CHANGELOG.md", |
| 29 | + "src", |
| 30 | + "dist" |
| 31 | + ], |
| 32 | + "peerDependencies": { |
| 33 | + "eslint": "^9.0.0" |
| 34 | + }, |
| 35 | + "dependencies": { |
| 36 | + "@eslint/compat": "1.2.0", |
| 37 | + "@eslint/eslintrc": "3.1.0", |
| 38 | + "@eslint/js": "9.12.0", |
| 39 | + "@next/eslint-plugin-next": "14.2.14", |
| 40 | + "@typescript-eslint/eslint-plugin": "8.8.1", |
| 41 | + "@typescript-eslint/parser": "8.8.1", |
| 42 | + "eslint-config-prettier": "9.1.0", |
| 43 | + "eslint-plugin-import": "2.31.0", |
| 44 | + "eslint-plugin-jsx-a11y": "6.10.0", |
| 45 | + "eslint-plugin-react": "7.37.1", |
| 46 | + "eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014", |
| 47 | + "eslint-plugin-react-hooks": "5.0.0", |
| 48 | + "eslint-plugin-storybook": "0.9.0", |
| 49 | + "globals": "15.10.0", |
| 50 | + "typescript-eslint": "8.8.1" |
| 51 | + }, |
| 52 | + "devDependencies": { |
| 53 | + "tsup": "8.3.0" |
| 54 | + } |
| 55 | +} |
0 commit comments