|
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@changesets/cli": "^2.27.11", |
55 | | - "@effect/platform-bun": "^0.52.1", |
56 | | - "@effect/platform-node": "^0.68.1", |
57 | | - "@effect/platform": "^0.72.1", |
58 | | - "@effect/schema": "^0.75.5", |
59 | 55 | "@eslint/config-inspector": "^0.7.1", |
60 | 56 | "@eslint/js": "^9.17.0", |
61 | 57 | "@eslint/markdown": "^6.2.1", |
|
65 | 61 | "@tsconfig/node22": "^22.0.0", |
66 | 62 | "@tsconfig/strictest": "^2.0.5", |
67 | 63 | "@types/node": "^22.10.5", |
68 | | - "@types/react-dom": "^19.0.2", |
69 | 64 | "@types/react": "^19.0.4", |
| 65 | + "@types/react-dom": "^19.0.2", |
70 | 66 | "@typescript-eslint/parser": "^8.19.1", |
71 | 67 | "@typescript-eslint/rule-tester": "^8.19.1", |
72 | 68 | "@typescript-eslint/types": "^8.19.1", |
73 | 69 | "@vitest/ui": "^2.1.8", |
74 | 70 | "@workspace/configs": "workspace:*", |
75 | | - "eslint-plugin-eslint-plugin": "^6.4.0", |
76 | | - "eslint-plugin-import-x": "^4.6.1", |
77 | | - "eslint-plugin-jsdoc": "^50.6.1", |
78 | | - "eslint-plugin-perfectionist": "^4.6.0", |
79 | | - "eslint-plugin-regexp": "^2.7.0", |
80 | | - "eslint-plugin-simple-import-sort": "^12.1.1", |
81 | | - "eslint-plugin-unicorn": "^56.0.1", |
82 | | - "eslint-plugin-vitest": "^0.5.4", |
83 | 71 | "@workspace/eslint-plugin-local": "workspace:*", |
84 | 72 | "concurrently": "^9.1.2", |
85 | 73 | "cspell": "^8.17.1", |
86 | 74 | "dedent": "^1.5.3", |
87 | 75 | "dprint": "^0.48.0", |
88 | | - "effect": "^3.12.1", |
89 | 76 | "esbuild": "^0.24.2", |
90 | 77 | "eslint": "^9.17.0", |
91 | 78 | "eslint-config-flat-gitignore": "^0.3.0", |
92 | 79 | "eslint-import-resolver-oxc": "^0.8.0", |
| 80 | + "eslint-plugin-eslint-plugin": "^6.4.0", |
| 81 | + "eslint-plugin-import-x": "^4.6.1", |
| 82 | + "eslint-plugin-jsdoc": "^50.6.1", |
| 83 | + "eslint-plugin-perfectionist": "^4.6.0", |
| 84 | + "eslint-plugin-regexp": "^2.7.0", |
| 85 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 86 | + "eslint-plugin-unicorn": "^56.0.1", |
| 87 | + "eslint-plugin-vitest": "^0.5.4", |
93 | 88 | "fixpkg": "^1.0.2", |
94 | 89 | "importx": "^0.5.1", |
95 | 90 | "lefthook": "^1.10.1", |
96 | 91 | "markdownlint": "^0.37.3", |
| 92 | + "picocolors": "^1.1.1", |
97 | 93 | "publint": "^0.3.0", |
98 | 94 | "react": "^19.0.0", |
99 | 95 | "react-dom": "^19.0.0", |
100 | 96 | "skott": "^0.35.4", |
| 97 | + "tinyexec": "^0.3.2", |
101 | 98 | "tinyglobby": "^0.2.10", |
102 | 99 | "ts-pattern": "^5.6.0", |
103 | 100 | "tsup": "^8.3.5", |
|
117 | 114 | "packageManager": "[email protected]", |
118 | 115 | "pnpm": { |
119 | 116 | "overrides": { |
120 | | - "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
121 | | - "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
122 | | - "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
123 | | - "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
124 | 117 | "@types/react": "^19.0.4", |
125 | 118 | "@types/react-dom": "^19.0.2", |
126 | 119 | "cross-spawn": "^7.0.6", |
| 120 | + "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
127 | 121 | "next": "^15.1.4", |
128 | 122 | "react": "^19.0.0", |
129 | 123 | "react-dom": "^19.0.0", |
| 124 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
| 125 | + "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
130 | 126 | "ts-api-utils": "^2.0.0", |
| 127 | + "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
131 | 128 | "typescript": "^5.7.3" |
132 | 129 | } |
133 | 130 | } |
|
0 commit comments