|
13 | 13 | "doc": "docs" |
14 | 14 | }, |
15 | 15 | "devDependencies": { |
| 16 | + "@arethetypeswrong/cli": "^0.17.3", |
16 | 17 | "@babel/core": "^7.20.12", |
| 18 | + "@babel/eslint-parser": "^7.27.0", |
17 | 19 | "@babel/preset-env": "^7.20.2", |
18 | 20 | "@babel/preset-react": "^7.26.3", |
19 | 21 | "@babel/preset-typescript": "^7.27.1", |
| 22 | + "@eslint/compat": "^1.2.8", |
20 | 23 | "@jest/globals": "^29.7.0", |
21 | 24 | "@swc/core": "^1.15.0", |
| 25 | + "@testing-library/dom": "^10.4.0", |
| 26 | + "@testing-library/jest-dom": "^6.6.3", |
| 27 | + "@testing-library/react": "^16.2.0", |
22 | 28 | "@tsconfig/node14": "^14.1.2", |
23 | 29 | "@types/jest": "^29.5.14", |
24 | 30 | "@types/node": "^20.17.16", |
25 | 31 | "@types/react": "^18.3.18", |
26 | 32 | "@types/react-dom": "^18.3.5", |
27 | 33 | "@types/turbolinks": "^5.2.2", |
| 34 | + "concurrently": "^9.0.1", |
28 | 35 | "create-react-class": "^15.7.0", |
| 36 | + "eslint": "^9.24.0", |
| 37 | + "eslint-config-prettier": "^10.1.1", |
| 38 | + "eslint-config-shakacode": "^19.0.0", |
| 39 | + "eslint-import-resolver-alias": "^1.1.2", |
| 40 | + "eslint-import-resolver-typescript": "^4.3.2", |
| 41 | + "eslint-plugin-import": "^2.31.0", |
| 42 | + "eslint-plugin-jest": "^28.11.0", |
| 43 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 44 | + "eslint-plugin-prettier": "^5.2.6", |
| 45 | + "eslint-plugin-react": "^7.37.5", |
| 46 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 47 | + "eslint-plugin-testing-library": "^7.1.1", |
29 | 48 | "jest": "^29.7.0", |
30 | 49 | "jest-environment-jsdom": "^29.7.0", |
31 | 50 | "jest-fetch-mock": "^3.0.3", |
32 | 51 | "jest-junit": "^16.0.0", |
33 | 52 | "jsdom": "^22.1.0", |
| 53 | + "knip": "^5.46.0", |
34 | 54 | "nps": "^5.9.3", |
35 | 55 | "prettier": "^3.5.2", |
36 | 56 | "prop-types": "^15.8.1", |
| 57 | + "publint": "^0.3.4", |
37 | 58 | "react": "18.0.0", |
38 | 59 | "react-dom": "18.0.0", |
39 | 60 | "react-on-rails-rsc": "19.0.2", |
|
42 | 63 | "stylelint-config-standard-scss": "^13.1.0", |
43 | 64 | "swc-loader": "^0.2.6", |
44 | 65 | "ts-jest": "^29.2.5", |
45 | | - "typescript": "^5.8.3" |
| 66 | + "typescript": "^5.8.3", |
| 67 | + "typescript-eslint": "^8.29.1" |
46 | 68 | }, |
47 | 69 | "scripts": { |
48 | 70 | "test": "yarn workspaces run test", |
|
57 | 79 | "yalc:publish": "yarn workspaces run yalc:publish", |
58 | 80 | "yalc": "yarn workspaces run yalc", |
59 | 81 | "publish": "yarn workspaces run publish", |
| 82 | + "knip": "knip", |
| 83 | + "eslint": "eslint", |
| 84 | + "attw": "attw", |
| 85 | + "publint": "publint", |
60 | 86 | "postinstall": "test -f .lefthook.yml && test -d .git && command -v bundle >/dev/null 2>&1 && bundle exec lefthook install || true" |
61 | 87 | }, |
62 | 88 | "repository": { |
|
0 commit comments