@mcpc-tech/unplugin-dev-inspector-mcp 0.0.2-beta.12 → 0.0.2-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcpc-tech/unplugin-dev-inspector-mcp",
|
|
3
|
-
"version": "0.0.2-beta.
|
|
3
|
+
"version": "0.0.2-beta.15",
|
|
4
4
|
"description": "Universal dev inspector plugin for React - inspect component sources and API calls in any bundler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,32 +32,16 @@
|
|
|
32
32
|
"prepublishOnly": "pnpm build"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@babel/parser": "^7.0.0",
|
|
36
|
-
"@babel/traverse": "^7.0.0",
|
|
37
|
-
"@babel/types": "^7.0.0",
|
|
38
35
|
"@vue/compiler-sfc": "^3.0.0",
|
|
39
36
|
"esbuild": ">=0.17.0",
|
|
40
|
-
"magic-string": "^0.30.0",
|
|
41
37
|
"rollup": ">=3.0.0",
|
|
42
38
|
"vite": ">=4.0.0",
|
|
43
39
|
"webpack": ">=5.0.0"
|
|
44
40
|
},
|
|
45
41
|
"peerDependenciesMeta": {
|
|
46
|
-
"@babel/parser": {
|
|
47
|
-
"optional": true
|
|
48
|
-
},
|
|
49
|
-
"@babel/traverse": {
|
|
50
|
-
"optional": true
|
|
51
|
-
},
|
|
52
|
-
"@babel/types": {
|
|
53
|
-
"optional": true
|
|
54
|
-
},
|
|
55
42
|
"@vue/compiler-sfc": {
|
|
56
43
|
"optional": true
|
|
57
44
|
},
|
|
58
|
-
"magic-string": {
|
|
59
|
-
"optional": true
|
|
60
|
-
},
|
|
61
45
|
"vite": {
|
|
62
46
|
"optional": true
|
|
63
47
|
},
|
|
@@ -123,20 +107,20 @@
|
|
|
123
107
|
"tokenlens": "^1.3.1",
|
|
124
108
|
"unplugin": "^2.3.10",
|
|
125
109
|
"use-stick-to-bottom": "^1.1.1",
|
|
126
|
-
"zod": "^3.24.1"
|
|
127
|
-
},
|
|
128
|
-
"devDependencies": {
|
|
110
|
+
"zod": "^3.24.1",
|
|
129
111
|
"@babel/parser": "^7.28.5",
|
|
130
112
|
"@babel/traverse": "^7.28.5",
|
|
113
|
+
"@vue/compiler-sfc": "^3.5.24",
|
|
114
|
+
"magic-string": "^0.30.21"
|
|
115
|
+
},
|
|
116
|
+
"devDependencies": {
|
|
131
117
|
"@babel/types": "^7.28.5",
|
|
132
118
|
"@tailwindcss/postcss": "^4.1.14",
|
|
133
119
|
"@types/babel__traverse": "^7.28.0",
|
|
134
120
|
"@types/node": "^24.7.2",
|
|
135
121
|
"@types/react": "^19.2.2",
|
|
136
122
|
"@types/react-dom": "^19.2.2",
|
|
137
|
-
"@vue/compiler-sfc": "^3.5.24",
|
|
138
123
|
"esbuild": "^0.25.11",
|
|
139
|
-
"magic-string": "^0.30.21",
|
|
140
124
|
"postcss": "^8.5.6",
|
|
141
125
|
"tailwindcss": "^4.1.14",
|
|
142
126
|
"tsdown": "^0.15.6",
|
|
@@ -145,4 +129,4 @@
|
|
|
145
129
|
"publishConfig": {
|
|
146
130
|
"access": "public"
|
|
147
131
|
}
|
|
148
|
-
}
|
|
132
|
+
}
|