|
2 | 2 | "name": "integrationworkbench", |
3 | 3 | "displayName": "Integration Workbench", |
4 | 4 | "description": "A workbench tool to work with API integrations.", |
5 | | - "version": "0.9.1", |
| 5 | + "version": "0.9.3", |
6 | 6 | "license": "GPL-3.0", |
7 | 7 | "publisher": "norasoderlund", |
8 | 8 | "engines": { |
|
20 | 20 | "type": "git", |
21 | 21 | "url": "https://github.com/nora-soderlund/IntegrationWorkbench" |
22 | 22 | }, |
23 | | - "activationEvents": [], |
| 23 | + "activationEvents": ["onStartupFinished"], |
24 | 24 | "main": "./build/app/extension.js", |
25 | 25 | "contributes": { |
26 | 26 | "configuration": { |
|
467 | 467 | "@types/vscode-webview": "^1.57.3", |
468 | 468 | "@typescript-eslint/eslint-plugin": "^6.9.0", |
469 | 469 | "@typescript-eslint/parser": "^6.9.0", |
470 | | - "@vscode/codicons": "^0.0.35", |
471 | 470 | "@vscode/test-electron": "^2.3.6", |
472 | 471 | "@vscode/vsce": "^2.22.0", |
473 | | - "@vscode/webview-ui-toolkit": "^1.2.2", |
474 | | - "esbuild": "^0.19.8", |
475 | 472 | "eslint": "^8.52.0", |
476 | 473 | "glob": "^10.3.10", |
477 | 474 | "mocha": "^10.2.0", |
478 | 475 | "monaco-editor": "^0.44.0", |
479 | 476 | "monaco-editor-webpack-plugin": "^7.1.0", |
480 | 477 | "react-scripts": "^5.0.1", |
481 | 478 | "rewire": "^7.0.0", |
482 | | - "tsc-alias": "^1.8.8", |
483 | | - "typescript": "^5.2.2" |
| 479 | + "tsc-alias": "^1.8.8" |
484 | 480 | }, |
485 | 481 | "dependencies": { |
486 | 482 | "@monaco-editor/react": "^4.6.0", |
| 483 | + "@vscode/codicons": "^0.0.35", |
| 484 | + "@vscode/webview-ui-toolkit": "^1.2.2", |
487 | 485 | "dotenv": "^16.3.1", |
| 486 | + "esbuild": "^0.19.8", |
488 | 487 | "react": "^18.2.0", |
489 | 488 | "react-dom": "^18.2.0", |
| 489 | + "typescript": "^5.2.2", |
490 | 490 | "typescript-bundle": "^1.0.18" |
491 | 491 | }, |
492 | 492 | "browserslist": { |
|
0 commit comments