-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"packageManager": "pnpm@10.8.1",
"type": "module",
"license": "MIT",
"author": "Triumph-light",
"homepage": "https://github.com/Triumph-light/unplugin-react-inspector/README.md",
"bugs": {
"url": "https://github.com/Triumph-light/unplugin-react-inspector/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Triumph-light/unplugin-react-inspector.git",
"directory": "inspector"
},
"scripts": {
"play:demo": "pnpm --filter=./examples dev",
"lint": "eslint --fix --ext .js,.ts,.tsx,.jsx .",
"dev": "pnpm run -r --filter=./inspector dev",
"build": "pnpm run -r --filter=./inspector build",
"release": "pnpm build && changeset && changeset version && changeset publish"
},
"dependencies": {
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"unplugin": "^2.3.2",
"unplugin-utils": "^0.2.4"
},
"devDependencies": {
"@sxzz/eslint-config": "^6.1.2",
"@sxzz/prettier-config": "^2.2.1",
"@sxzz/test-utils": "^0.5.5",
"@types/node": "^22.14.1",
"bumpp": "^10.1.0",
"eslint": "^9.25.0",
"prettier": "^3.5.3",
"tsdown": "^0.11.0",
"tsx": "^4.19.3",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vitest": "^3.1.1"
},
"engines": {
"node": ">=18.12.0"
},
"prettier": "@sxzz/prettier-config",
"volta": {
"node": "20.19.1"
}
}