-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
{
"name": "react-doctor",
"private": true,
"homepage": "https://github.com/aidenybai/react-doctor#readme",
"bugs": {
"url": "https://github.com/aidenybai/react-doctor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aidenybai/react-doctor.git"
},
"scripts": {
"dev": "pnpm --filter react-doctor run dev",
"build": "pnpm --filter react-doctor run build",
"test": "pnpm --filter react-doctor run test",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt",
"format:check": "oxfmt --check",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm build && changeset publish"
},
"dependencies": {
"commander": "^14.0.3",
"knip": "^5.83.1",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.0",
"eslint-plugin-react-hooks": "^7.0.1",
"oxfmt": "^0.32.0",
"oxlint": "^1.47.0",
"tsdown": "^0.20.3",
"typescript": "^5.7.0",
"vitest": "^4.0.18"
},
"packageManager": "pnpm@10.29.1"
}