@dimina-kit/devtools 0.2.0-dev.20260424081801 → 0.2.0-dev.20260424083719
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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dimina-kit/devtools",
|
|
3
|
-
"version": "0.2.0-dev.
|
|
3
|
+
"version": "0.2.0-dev.20260424083719",
|
|
4
4
|
"description": "Dimina DevTools - modular developer tools for mini app debugging",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dimina",
|
|
@@ -129,6 +129,13 @@
|
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
131
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
132
|
+
"chrome-remote-interface": "^0.34.0",
|
|
133
|
+
"ws": "^8.20.0",
|
|
134
|
+
"zod": "^4.3.6",
|
|
135
|
+
"@dimina-kit/devkit": "0.1.0-dev.20260424083719"
|
|
136
|
+
},
|
|
137
|
+
"devDependencies": {
|
|
138
|
+
"@playwright/test": "^1.59.1",
|
|
132
139
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
133
140
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
134
141
|
"@radix-ui/react-select": "^2.2.6",
|
|
@@ -137,22 +144,6 @@
|
|
|
137
144
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
138
145
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
139
146
|
"@tanstack/react-virtual": "^3.13.24",
|
|
140
|
-
"@uiw/react-json-view": "2.0.0-alpha.41",
|
|
141
|
-
"class-variance-authority": "^0.7.1",
|
|
142
|
-
"clsx": "^2.1.1",
|
|
143
|
-
"chrome-remote-interface": "^0.34.0",
|
|
144
|
-
"cmdk": "^1.1.1",
|
|
145
|
-
"lucide-react": "^1.8.0",
|
|
146
|
-
"react": "^18.3.1",
|
|
147
|
-
"react-dom": "^18.3.1",
|
|
148
|
-
"react-resizable-panels": "^4.10.0",
|
|
149
|
-
"tailwind-merge": "^2.6.0",
|
|
150
|
-
"ws": "^8.20.0",
|
|
151
|
-
"zod": "^4.3.6",
|
|
152
|
-
"@dimina-kit/devkit": "0.1.0-dev.20260424081801"
|
|
153
|
-
},
|
|
154
|
-
"devDependencies": {
|
|
155
|
-
"@playwright/test": "^1.59.1",
|
|
156
147
|
"@testing-library/jest-dom": "^6.9.1",
|
|
157
148
|
"@testing-library/react": "^16.3.2",
|
|
158
149
|
"@types/chrome-remote-interface": "^0.33.0",
|
|
@@ -160,20 +151,29 @@
|
|
|
160
151
|
"@types/react": "^18.3.12",
|
|
161
152
|
"@types/react-dom": "^18.3.1",
|
|
162
153
|
"@types/ws": "^8.18.1",
|
|
154
|
+
"@uiw/react-json-view": "2.0.0-alpha.41",
|
|
163
155
|
"@vitejs/plugin-react": "^6.0.1",
|
|
164
156
|
"autoprefixer": "^10.5.0",
|
|
157
|
+
"class-variance-authority": "^0.7.1",
|
|
158
|
+
"clsx": "^2.1.1",
|
|
159
|
+
"cmdk": "^1.1.1",
|
|
165
160
|
"concurrently": "^9.2.1",
|
|
166
161
|
"electron": "^41.2.1",
|
|
167
162
|
"electron-builder": "^26.8.1",
|
|
163
|
+
"esbuild": "^0.28.0",
|
|
168
164
|
"eslint": "^10.2.1",
|
|
169
165
|
"globals": "^17.5.0",
|
|
170
166
|
"jsdom": "^29.0.2",
|
|
167
|
+
"lucide-react": "^1.8.0",
|
|
171
168
|
"miniprogram-automator": "^0.12.1",
|
|
172
169
|
"postcss": "^8.5.10",
|
|
170
|
+
"react": "^18.3.1",
|
|
171
|
+
"react-dom": "^18.3.1",
|
|
172
|
+
"react-resizable-panels": "^4.10.0",
|
|
173
|
+
"tailwind-merge": "^2.6.0",
|
|
173
174
|
"tailwindcss": "^3.4.17",
|
|
174
175
|
"typescript": "5.9.2",
|
|
175
176
|
"vite": "^8.0.8",
|
|
176
|
-
"esbuild": "^0.28.0",
|
|
177
177
|
"vitest": "^4.1.4",
|
|
178
178
|
"@dimina-kit/eslint-config": "0.1.0",
|
|
179
179
|
"@dimina-kit/typescript-config": "0.1.0"
|