mirror of
https://github.com/millionco/react-doctor.git
synced 2026-09-14 20:00:24 +08:00
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "@react-doctor/core",
|
|
"version": "0.9.13",
|
|
"private": true,
|
|
"description": "Diagnostic engine for React Doctor.",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./schemas": {
|
|
"types": "./dist/schemas.d.ts",
|
|
"default": "./dist/schemas.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && cross-env NODE_ENV=production vp pack",
|
|
"test": "vp test run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/compiler": "^4.0.0",
|
|
"@effect/platform-node-shared": "4.0.0-beta.102",
|
|
"@jridgewell/trace-mapping": "^0.3.31",
|
|
"acorn": "^8.18.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"browserslist": "^4.28.1",
|
|
"confbox": "^0.2.4",
|
|
"effect": "4.0.0-beta.102",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"fast-glob": "^3.3.3",
|
|
"jiti": "^2.7.0",
|
|
"mdast-util-from-markdown": "^2.0.3",
|
|
"mdast-util-mdx-expression": "^2.0.1",
|
|
"mdast-util-mdx-jsx": "^3.2.0",
|
|
"mdast-util-mdxjs-esm": "^2.0.1",
|
|
"micromark-extension-mdx-expression": "^3.0.1",
|
|
"micromark-extension-mdx-jsx": "^3.0.2",
|
|
"micromark-extension-mdxjs-esm": "^3.0.0",
|
|
"oxc-parser": "^0.146.0",
|
|
"oxc-resolver": "^11.24.2",
|
|
"oxlint": ">=1.79.0 <1.80.0",
|
|
"oxlint-plugin-react-doctor": "workspace:*",
|
|
"parse5": "^8.0.1",
|
|
"picocolors": "^1.1.1",
|
|
"picomatch": "^4.0.4",
|
|
"semver": "^7.7.4",
|
|
"typescript": ">=5.0.4 <7"
|
|
},
|
|
"devDependencies": {
|
|
"@effect/vitest": "4.0.0-beta.102",
|
|
"@types/mdast": "^4.0.4",
|
|
"@types/node": "^25.6.0",
|
|
"@types/picomatch": "^4.0.3",
|
|
"@types/semver": "^7.7.1"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.13.0"
|
|
}
|
|
}
|