|
28 | 28 | "TradingView" , |
29 | 29 | "TradingView.com" |
30 | 30 | ], |
31 | | - "maintainers": [ |
32 | | - { "name": "kai gouthro" } |
| 31 | + "activationEvents": [ |
33 | 32 | ], |
34 | 33 | "icon": "media/PineLogo.png", |
35 | 34 | "capabilities": { |
|
52 | 51 | "themes": [ |
53 | 52 | { "label": "Pine-*Preferred" , "id": "Dark Theme (*Preferred)" , "uiTheme": "vs-dark", "path": "themes/Pine-Preferred.json" }, |
54 | 53 | { "label": "Pine-Original-Dark", "id": "Dark Theme (Original)" , "uiTheme": "vs-dark", "path": "themes/Pine-Original.json" }, |
55 | | - { "label": "Pine-V4-Classic" , "id": "Dark V4 Theme (Deep Coverage)", "uiTheme": "vs-dark", "path": "themes/Pine-classic-v4.json" }, |
| 54 | + { "label": "Pine-V4-Classic" , "id": "Dark V4 Theme (Deep Coverage)" , "uiTheme": "vs-dark", "path": "themes/Pine-classic-v4.json" }, |
56 | 55 | { "label": "Pine-Cadbury" , "id": "Dark Bunny Theme (Deep Coverage)", "uiTheme": "vs-dark", "path": "themes/Pine-Cadbury.json" }, |
57 | | - { "label": "Pine-1980" , "id": "Dark TMNT Theme (Deep Coverage)", "uiTheme": "vs-dark", "path": "themes/Pine-1980.json" }, |
| 56 | + { "label": "Pine-1980" , "id": "Dark TMNT Theme (Deep Coverage)" , "uiTheme": "vs-dark", "path": "themes/Pine-1980.json" }, |
58 | 57 | { "label": "Pine-Basic" , "id": "Dark Theme (Basic)" , "uiTheme": "vs-dark", "path": "themes/Pine-Basic.json" }, |
59 | 58 | { "label": "Pine-Universal" , "id": "Dark Theme (Universal)" , "uiTheme": "vs-dark", "path": "themes/Pine-Universal.json" }, |
60 | 59 | { "label": "Pine-Cold" , "id": "Dark Theme (Cold)" , "uiTheme": "vs-dark", "path": "themes/Pine-Cold.json" }, |
|
92 | 91 | "dependencies": { |
93 | 92 | "debounce" : "^2.1.1" , |
94 | 93 | "lodash" : "^4.17.21", |
95 | | - "node-fetch": "^3.3.2" , |
96 | | - "vscode" : "^1.1.37" |
| 94 | + "node-fetch": "^3.3.2" |
97 | 95 | }, |
98 | 96 | "devDependencies": { |
99 | | - "@types/debounce" : "^1.2.4" , |
100 | | - "@types/lodash" : "^4.17.15", |
101 | | - "@types/node" : "^22.5.4" , |
102 | | - "@types/source-map-support" : "^0.5.10" , |
103 | | - "@types/vscode" : "^1.93.0" , |
104 | | - "@typescript-eslint/eslint-plugin": "^7.0.0" , |
105 | | - "@typescript-eslint/parser" : "^7.0.0" , |
106 | | - "@vscode/vsce" : "^3.1.0" , |
107 | | - "eslint" : "^8.0.0" , |
108 | | - "eslint-config-airbnb" : "^19.0.4" , |
109 | | - "eslint-config-airbnb-typescript" : "^18.0.0" , |
110 | | - "eslint-plugin-import" : "^2.30.0" , |
111 | | - "eslint-plugin-jsx-a11y" : "^6.10.0" , |
112 | | - "eslint-plugin-react" : "^7.35.2" , |
113 | | - "eslint-plugin-react-hooks" : "^4.6.2" , |
114 | | - "nodemon" : "^3.1.4" , |
115 | | - "remark-preset-wooorm" : "^9.0.0" , |
116 | | - "source-map-support" : "^0.5.21" , |
117 | | - "ts-loader" : "^9.5.1" , |
118 | | - "type-coverage" : "^2.0.0" , |
119 | | - "typedoc" : "^0.27.7" , |
120 | | - "typescript" : "^5.7.3" , |
121 | | - "webpack" : "^5.94.0" , |
122 | | - "webpack-cli" : "^5.1.4" , |
| 97 | + "@types/debounce" : "^1.2.4" , |
| 98 | + "@types/lodash" : "^4.17.7", |
| 99 | + "@types/node" : "^22.5.4", |
| 100 | + "@types/source-map-support" : "^0.5.10", |
| 101 | + "@types/vscode" : "^1.93.0", |
| 102 | + "@typescript-eslint/eslint-plugin": "^7.0.0" , |
| 103 | + "@typescript-eslint/parser" : "^7.0.0" , |
| 104 | + "@vscode/vsce" : "^3.1.0" , |
| 105 | + "eslint" : "^8.56.0", |
| 106 | + "eslint-config-airbnb" : "^19.0.4", |
| 107 | + "eslint-config-airbnb-typescript" : "^18.0.0", |
| 108 | + "eslint-plugin-import" : "^2.30.0", |
| 109 | + "eslint-plugin-jsx-a11y" : "^6.10.0", |
| 110 | + "eslint-plugin-react" : "^7.35.2", |
| 111 | + "eslint-plugin-react-hooks" : "^4.6.2" , |
| 112 | + "nodemon" : "^3.1.4" , |
| 113 | + "remark-preset-wooorm" : "^9.0.0" , |
| 114 | + "source-map-support" : "^0.5.21", |
| 115 | + "ts-loader" : "^9.5.1" , |
| 116 | + "type-coverage" : "^2.0.0" , |
| 117 | + "typedoc" : "^0.26.7", |
| 118 | + "typescript" : "^5.7.3" , |
| 119 | + "webpack" : "^5.94.0", |
| 120 | + "webpack-cli" : "^5.1.4" , |
123 | 121 | "xo" : "^0.54.0" |
124 | | - }, |
125 | | - "packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af" |
| 122 | + } |
126 | 123 | } |
0 commit comments