|
1 | 1 | {
|
2 | 2 | "name": "redis-for-vscode",
|
3 |
| - "productName": "Redis for VS Code", |
4 | 3 | "version": "0.0.3",
|
5 |
| - "private": true, |
6 |
| - "description": "Redis for VS Code", |
| 4 | + "displayName": "Redis for VS Code", |
| 5 | + "description": "Redis for Visual Studio Code", |
| 6 | + "license": "SEE LICENSE IN LICENSE", |
7 | 7 | "main": "dist/extension.js",
|
8 | 8 | "l10n": "./l10n",
|
9 | 9 | "publisher": "redis",
|
| 10 | + "pricing": "Free", |
| 11 | + "categories": ["Visualization", "Programming Languages"], |
| 12 | + "icon": "dist/webviews/resources/256x256.png", |
| 13 | + "author": { |
| 14 | + "name": "Redis Ltd.", |
| 15 | + "email": "support@redis.com", |
| 16 | + "url": "https://redis.com/redis-enterprise/redis-insight" |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "https://github.com/RedisInsight/Redis-for-VS-Code.git" |
| 21 | + }, |
| 22 | + "bugs": { |
| 23 | + "url": "https://github.com/RedisInsight/Redis-for-VS-Code/issues" |
| 24 | + }, |
| 25 | + "qna": "https://github.com/RedisInsight/Redis-for-VS-Code/issues", |
| 26 | + "homepage": "https://github.com/RedisInsight/Redis-for-VS-Code#readme", |
| 27 | + "keywords": [ |
| 28 | + "Redis for VS Code", |
| 29 | + "redis", |
| 30 | + "redis insight", |
| 31 | + "vsc", |
| 32 | + "visual studio code", |
| 33 | + "plugin", |
| 34 | + "react", |
| 35 | + "node", |
| 36 | + "nest", |
| 37 | + "typescript", |
| 38 | + "vite" |
| 39 | + ], |
10 | 40 | "engines": {
|
11 | 41 | "vscode": "^1.87.0"
|
12 | 42 | },
|
|
19 | 49 | {
|
20 | 50 | "id": "ri-sidebar-view",
|
21 | 51 | "title": "Redis for VS Code",
|
22 |
| - "icon": "dist/webviews/resources/redisinsight.svg" |
| 52 | + "icon": "dist/webviews/resources/redis_for_vscode.svg" |
23 | 53 | }
|
24 | 54 | ],
|
25 | 55 | "panel": [
|
26 | 56 | {
|
27 | 57 | "id": "ri-panel-view",
|
28 | 58 | "title": "Redis CLI",
|
29 |
| - "icon": "dist/webviews/resources/redisinsight.svg" |
| 59 | + "icon": "dist/webviews/resources/redis_for_vscode.svg" |
30 | 60 | }
|
31 | 61 | ]
|
32 | 62 | },
|
|
36 | 66 | "type": "webview",
|
37 | 67 | "id": "ri-sidebar",
|
38 | 68 | "name": "Redis for VS Code",
|
39 |
| - "icon": "dist/webviews/resources/redisinsight.svg", |
| 69 | + "icon": "dist/webviews/resources/redis_for_vscode.svg", |
40 | 70 | "contextualTitle": "Redis for VS Code"
|
41 | 71 | }
|
42 | 72 | ],
|
|
134 | 164 | "lint-staged": {
|
135 | 165 | "*.{js,jsx,ts,tsx}": "eslint --fix"
|
136 | 166 | },
|
137 |
| - "author": { |
138 |
| - "name": "Redis Ltd.", |
139 |
| - "email": "support@redis.com", |
140 |
| - "url": "https://redis.com/redis-enterprise/redis-insight" |
141 |
| - }, |
142 |
| - "repository": { |
143 |
| - "type": "git", |
144 |
| - "url": "git+https://github.com/RedisInsight/Redis-for-VS-Code.git" |
145 |
| - }, |
146 |
| - "bugs": { |
147 |
| - "url": "https://github.com/RedisInsight/Redis-for-VS-Code/issues" |
148 |
| - }, |
149 |
| - "keywords": [ |
150 |
| - "Redis for VS Code", |
151 |
| - "redis", |
152 |
| - "redis insight", |
153 |
| - "vsc", |
154 |
| - "visual studio code", |
155 |
| - "plugin", |
156 |
| - "react", |
157 |
| - "nest", |
158 |
| - "typescript", |
159 |
| - "vite" |
160 |
| - ], |
161 |
| - "homepage": "https://github.com/RedisInsight/Redis-for-VS-Code#readme", |
162 | 167 | "devDependencies": {
|
163 | 168 | "@bithero/monaco-editor-vite-plugin": "^1.0.2",
|
164 | 169 | "@githubocto/tailwind-vscode": "^1.0.5",
|
|
201 | 206 | "@vitest/coverage-v8": "^1.3.1",
|
202 | 207 | "@vitest/ui": "^1.3.1",
|
203 | 208 | "@vscode/l10n-dev": "^0.0.35",
|
204 |
| - "@vscode/vsce": "^2.31.1", |
| 209 | + "@vscode/vsce": "^2.32.0", |
205 | 210 | "autoprefixer": "^10.4.16",
|
206 | 211 | "cross-env": "^7.0.3",
|
207 | 212 | "esbuild": "^0.19.5",
|
|
257 | 262 | "whatwg-fetch": "^3.6.19"
|
258 | 263 | },
|
259 | 264 | "dependencies": {
|
260 |
| - "@hediet/node-reload": "^0.8.0", |
261 |
| - "@vscode/codicons": "^0.0.36", |
262 | 265 | "@vscode/l10n": "^0.0.18",
|
263 | 266 | "@vscode/webview-ui-toolkit": "^1.4.0",
|
264 | 267 | "axios": "^1.5.1",
|
|
271 | 274 | "dotenv": "^16.4.5",
|
272 | 275 | "file-saver": "^2.0.5",
|
273 | 276 | "formik": "^2.4.5",
|
274 |
| - "helmet": "^7.0.0", |
275 | 277 | "history": "^5.3.0",
|
276 | 278 | "html-react-parser": "^5.0.6",
|
277 | 279 | "immer": "^9.0.21",
|
|
303 | 305 | "react-vtree": "^3.0.0-beta.3",
|
304 | 306 | "react-window": "^1.8.6",
|
305 | 307 | "reactjs-popup": "^2.0.6",
|
306 |
| - "reflect-metadata": "^0.1.13", |
307 |
| - "rxjs": "^7.8.1", |
308 | 308 | "ws": "^8.17.1",
|
309 | 309 | "zustand": "^4.5.4"
|
310 | 310 | }
|
|
0 commit comments