mirror of
https://github.com/millionco/react-doctor.git
synced 2026-09-14 20:00:24 +08:00
97 lines
2.4 KiB
JSON
97 lines
2.4 KiB
JSON
{
|
|
"name": "react-doctor",
|
|
"version": "0.9.13",
|
|
"description": "Your agent writes bad React. This catches it",
|
|
"keywords": [
|
|
"accessibility",
|
|
"diagnostics",
|
|
"linter",
|
|
"nextjs",
|
|
"oxlint",
|
|
"performance",
|
|
"react",
|
|
"react-compiler",
|
|
"react-native",
|
|
"security",
|
|
"tanstack",
|
|
"typescript"
|
|
],
|
|
"homepage": "https://github.com/millionco/react-doctor#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/millionco/react-doctor/issues"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": "Million Software, Inc",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/millionco/react-doctor.git",
|
|
"directory": "packages/react-doctor"
|
|
},
|
|
"bin": {
|
|
"react-doctor": "./bin/react-doctor.js"
|
|
},
|
|
"files": [
|
|
"bin/**",
|
|
"dist/**/*.js",
|
|
"dist/**/*.d.ts",
|
|
"dist/skills/**",
|
|
"LICENSE"
|
|
],
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/cli.d.ts",
|
|
"default": "./dist/cli.js"
|
|
},
|
|
"./api": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "vp pack --watch",
|
|
"build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && cross-env NODE_ENV=production vp pack",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vp test run"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/compiler": "^4.0.0",
|
|
"@sentry/node": "^10.54.0",
|
|
"agent-install": "0.0.5",
|
|
"bippy": "^0.6.1",
|
|
"conf": "^15.1.0",
|
|
"confbox": "^0.2.4",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"is-unicode-supported": "^2.1.0",
|
|
"jiti": "^2.7.0",
|
|
"magicast": "^0.5.3",
|
|
"oxc-parser": "^0.146.0",
|
|
"oxc-resolver": "^11.24.2",
|
|
"oxlint": ">=1.79.0 <1.80.0",
|
|
"oxlint-plugin-react-doctor": "workspace:*",
|
|
"playwright-core": "^1.62.1",
|
|
"prompts": "^2.4.2",
|
|
"typescript": ">=5.0.4 <6",
|
|
"yaml": "^2.9.0",
|
|
"yoga-layout": "~3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@react-doctor/api": "workspace:*",
|
|
"@react-doctor/core": "workspace:*",
|
|
"@types/babel__code-frame": "^7.27.0",
|
|
"@types/prompts": "^2.4.9",
|
|
"@types/react": "^19.2.14",
|
|
"commander": "^14.0.3",
|
|
"ink": "^7.1.0",
|
|
"ink-spinner": "^5.0.0",
|
|
"ink-testing-library": "^4.0.0",
|
|
"ora": "^9.4.0",
|
|
"react": "19.2.5",
|
|
"react-devtools-core": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.13.0"
|
|
}
|
|
}
|