forked from reactjs/react-docgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"private": true,
"engines": {
"node": ">=16.13.0",
"pnpm": ">=8.7.5"
},
"scripts": {
"build": "nx run-many --target=build --exclude='@react-docgen-internal/*'",
"lint": "eslint . --ext .js,.cjs,.mjs,.ts,.tsx --report-unused-disable-directives --max-warnings=0",
"fix": "eslint . --ext .js,.cjs,.mjs,.ts,.tsx --fix --report-unused-disable-directives --max-warnings=0",
"test": "nx run-many --target=test --exclude='@react-docgen-internal/*' --output-style=stream",
"copy:changelog:react-docgen": "cp ./packages/react-docgen/CHANGELOG.md ./packages/website/src/pages/docs/release-notes/react-docgen.mdx",
"copy:changelog:cli": "cp ./packages/react-docgen-cli/CHANGELOG.md ./packages/website/src/pages/docs/release-notes/cli.mdx",
"changesets-release": "pnpm build && changeset publish",
"changesets-version": "changeset version && pnpm install --lockfile-only && pnpm copy:changelog:react-docgen && pnpm copy:changelog:cli"
},
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.3",
"@types/node": "14.18.63",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@vitest/coverage-v8": "0.34.6",
"cpy": "10.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"execa": "7.2.0",
"nx": "18.3.5",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"rimraf": "5.0.7",
"tempy": "3.1.0",
"typescript": "5.4.5",
"vitest": "0.34.6"
},
"packageManager": "[email protected]"
}