|
4 | 4 | "description": "An extension for Theia building the Arduino IDE",
|
5 | 5 | "license": "AGPL-3.0-or-later",
|
6 | 6 | "scripts": {
|
7 |
| - "prepare": "yarn download-cli && yarn download-fwuploader && yarn download-ls && yarn copy-i18n && yarn clean && yarn download-examples && yarn build && yarn test", |
| 7 | + "prepare": "yarn download-cli && yarn download-fwuploader && yarn download-ls && yarn copy-i18n && yarn download-examples", |
8 | 8 | "clean": "rimraf lib",
|
9 | 9 | "compose-changelog": "node ./scripts/compose-changelog.js",
|
10 | 10 | "download-cli": "node ./scripts/download-cli.js",
|
11 | 11 | "download-fwuploader": "node ./scripts/download-fwuploader.js",
|
12 |
| - "copy-i18n": "ncp ../i18n ./build/i18n", |
| 12 | + "copy-i18n": "ncp ../i18n ./src/node/resources/i18n", |
13 | 13 | "download-ls": "node ./scripts/download-ls.js",
|
14 | 14 | "download-examples": "node ./scripts/download-examples.js",
|
15 | 15 | "generate-protocol": "node ./scripts/generate-protocol.js",
|
16 | 16 | "lint": "eslint",
|
17 |
| - "build": "tsc && ncp ./src/node/cli-protocol/ ./lib/node/cli-protocol/ && yarn lint", |
| 17 | + "prebuild": "rimraf lib", |
| 18 | + "build": "tsc", |
| 19 | + "build:dev": "yarn build", |
| 20 | + "postbuild": "ncp ./src/node/cli-protocol/ ./lib/node/cli-protocol/", |
18 | 21 | "watch": "tsc -w",
|
19 |
| - "test": "mocha \"./lib/test/**/*.test.js\"", |
20 |
| - "test:slow": "mocha \"./lib/test/**/*.slow-test.js\" --slow 5000", |
21 |
| - "test:watch": "mocha --watch --watch-files lib \"./lib/test/**/*.test.js\"" |
| 22 | + "test": "cross-env IDE2_TEST=true mocha \"./lib/test/**/*.test.js\"", |
| 23 | + "test:slow": "cross-env IDE2_TEST=true mocha \"./lib/test/**/*.slow-test.js\" --slow 5000" |
22 | 24 | },
|
23 | 25 | "dependencies": {
|
24 | 26 | "@grpc/grpc-js": "^1.8.14",
|
25 |
| - "@theia/application-package": "1.37.0", |
26 |
| - "@theia/core": "1.37.0", |
27 |
| - "@theia/debug": "1.37.0", |
28 |
| - "@theia/editor": "1.37.0", |
29 |
| - "@theia/electron": "1.37.0", |
30 |
| - "@theia/filesystem": "1.37.0", |
31 |
| - "@theia/keymaps": "1.37.0", |
32 |
| - "@theia/markers": "1.37.0", |
33 |
| - "@theia/messages": "1.37.0", |
34 |
| - "@theia/monaco": "1.37.0", |
| 27 | + "@theia/application-package": "1.39.0", |
| 28 | + "@theia/core": "1.39.0", |
| 29 | + "@theia/debug": "1.39.0", |
| 30 | + "@theia/editor": "1.39.0", |
| 31 | + "@theia/electron": "1.39.0", |
| 32 | + "@theia/filesystem": "1.39.0", |
| 33 | + "@theia/keymaps": "1.39.0", |
| 34 | + "@theia/markers": "1.39.0", |
| 35 | + "@theia/messages": "1.39.0", |
| 36 | + "@theia/monaco": "1.39.0", |
35 | 37 | "@theia/monaco-editor-core": "1.72.3",
|
36 |
| - "@theia/navigator": "1.37.0", |
37 |
| - "@theia/outline-view": "1.37.0", |
38 |
| - "@theia/output": "1.37.0", |
39 |
| - "@theia/plugin-ext": "1.37.0", |
40 |
| - "@theia/preferences": "1.37.0", |
41 |
| - "@theia/scm": "1.37.0", |
42 |
| - "@theia/search-in-workspace": "1.37.0", |
43 |
| - "@theia/terminal": "1.37.0", |
44 |
| - "@theia/typehierarchy": "1.37.0", |
45 |
| - "@theia/workspace": "1.37.0", |
| 38 | + "@theia/navigator": "1.39.0", |
| 39 | + "@theia/outline-view": "1.39.0", |
| 40 | + "@theia/output": "1.39.0", |
| 41 | + "@theia/plugin-ext": "1.39.0", |
| 42 | + "@theia/preferences": "1.39.0", |
| 43 | + "@theia/scm": "1.39.0", |
| 44 | + "@theia/search-in-workspace": "1.39.0", |
| 45 | + "@theia/terminal": "1.39.0", |
| 46 | + "@theia/typehierarchy": "1.39.0", |
| 47 | + "@theia/workspace": "1.39.0", |
46 | 48 | "@tippyjs/react": "^4.2.5",
|
47 | 49 | "@types/auth0-js": "^9.14.0",
|
48 | 50 | "@types/btoa": "^1.2.3",
|
49 | 51 | "@types/dateformat": "^3.0.1",
|
50 |
| - "@types/deepmerge": "^2.2.0", |
51 |
| - "@types/glob": "^7.2.0", |
52 | 52 | "@types/google-protobuf": "^3.7.2",
|
53 | 53 | "@types/js-yaml": "^3.12.2",
|
54 | 54 | "@types/jsdom": "^21.1.1",
|
55 |
| - "@types/keytar": "^4.4.0", |
56 | 55 | "@types/lodash.debounce": "^4.0.6",
|
57 | 56 | "@types/node-fetch": "^2.5.7",
|
58 | 57 | "@types/p-queue": "^2.3.1",
|
59 | 58 | "@types/ps-tree": "^1.1.0",
|
60 | 59 | "@types/react-tabs": "^2.3.2",
|
61 | 60 | "@types/temp": "^0.8.34",
|
62 |
| - "@types/which": "^1.3.1", |
63 |
| - "@vscode/debugprotocol": "^1.51.0", |
64 | 61 | "arduino-serial-plotter-webapp": "0.2.0",
|
65 | 62 | "async-mutex": "^0.3.0",
|
66 | 63 | "auth0-js": "^9.14.0",
|
|
70 | 67 | "cross-fetch": "^3.1.5",
|
71 | 68 | "dateformat": "^3.0.3",
|
72 | 69 | "deepmerge": "^4.2.2",
|
| 70 | + "drivelist": "^9.2.4", |
73 | 71 | "electron-updater": "^4.6.5",
|
74 | 72 | "fast-json-stable-stringify": "^2.1.0",
|
75 | 73 | "fast-safe-stringify": "^2.1.1",
|
|
87 | 85 | "lodash.debounce": "^4.0.8",
|
88 | 86 | "minimatch": "^3.1.2",
|
89 | 87 | "node-fetch": "^2.6.1",
|
| 88 | + "node-log-rotate": "^0.1.5", |
90 | 89 | "open": "^8.0.6",
|
91 | 90 | "p-debounce": "^2.1.0",
|
92 | 91 | "p-queue": "^2.4.2",
|
|
112 | 111 | "@types/chai": "^4.2.7",
|
113 | 112 | "@types/mocha": "^5.2.7",
|
114 | 113 | "@types/react-window": "^1.8.5",
|
| 114 | + "@xhmikosr/downloader": "^13.0.1", |
115 | 115 | "chai": "^4.2.0",
|
| 116 | + "cross-env": "^7.0.3", |
116 | 117 | "decompress": "^4.2.0",
|
117 | 118 | "decompress-tarbz2": "^4.1.1",
|
118 | 119 | "decompress-targz": "^4.1.1",
|
119 | 120 | "decompress-unzip": "^4.0.1",
|
120 |
| - "download": "^7.1.0", |
121 | 121 | "grpc_tools_node_protoc_ts": "^4.1.0",
|
122 | 122 | "mocha": "^7.0.0",
|
123 | 123 | "mockdate": "^3.0.5",
|
124 | 124 | "moment": "^2.24.0",
|
125 | 125 | "ncp": "^2.0.0",
|
126 | 126 | "protoc": "^1.0.4",
|
| 127 | + "rimraf": "^2.6.1", |
127 | 128 | "shelljs": "^0.8.3",
|
128 | 129 | "uuid": "^3.2.1",
|
129 | 130 | "yargs": "^11.1.0"
|
|
170 | 171 | }
|
171 | 172 | ],
|
172 | 173 | "arduino": {
|
173 |
| - "cli": { |
| 174 | + "arduino-cli": { |
174 | 175 | "version": "0.33.1"
|
175 | 176 | },
|
176 |
| - "fwuploader": { |
| 177 | + "arduino-fwuploader": { |
177 | 178 | "version": "2.2.2"
|
178 | 179 | },
|
| 180 | + "arduino-language-server": { |
| 181 | + "version": "0.7.4" |
| 182 | + }, |
179 | 183 | "clangd": {
|
180 | 184 | "version": "14.0.0"
|
181 |
| - }, |
182 |
| - "languageServer": { |
183 |
| - "version": "0.7.4" |
184 | 185 | }
|
185 | 186 | }
|
186 | 187 | }
|
0 commit comments