|
13 | 13 | "lint": "biome lint --write", |
14 | 14 | "format": "biome format --write", |
15 | 15 | "check": "biome check --write", |
| 16 | + "typecheck": "tsc --noEmit", |
16 | 17 | "updateAce": "node ./utils/updateAce.js" |
17 | 18 | }, |
18 | 19 | "keywords": [ |
|
36 | 37 | "cordova-plugin-buildinfo": {}, |
37 | 38 | "cordova-plugin-browser": {}, |
38 | 39 | "cordova-plugin-sftp": {}, |
39 | | - "cordova-plugin-system": {}, |
40 | 40 | "com.foxdebug.acode.rk.exec.proot": {}, |
41 | 41 | "com.foxdebug.acode.rk.exec.terminal": {}, |
42 | 42 | "com.foxdebug.acode.rk.customtabs": {}, |
43 | 43 | "com.foxdebug.acode.rk.plugin.plugincontext": {}, |
44 | | - "com.foxdebug.acode.rk.auth": {} |
| 44 | + "com.foxdebug.acode.rk.auth": {}, |
| 45 | + "cordova-plugin-system": {} |
45 | 46 | }, |
46 | 47 | "platforms": [ |
47 | 48 | "android" |
|
56 | 57 | }, |
57 | 58 | "homepage": "https://github.com/deadlyjack/acode#readme", |
58 | 59 | "devDependencies": { |
59 | | - "@babel/core": "^7.28.0", |
60 | | - "@babel/plugin-transform-runtime": "^7.28.0", |
61 | | - "@babel/preset-env": "^7.28.0", |
62 | | - "@babel/runtime": "^7.28.2", |
63 | | - "@babel/runtime-corejs3": "^7.28.2", |
| 60 | + "@babel/core": "^7.28.5", |
| 61 | + "@babel/plugin-transform-runtime": "^7.28.5", |
| 62 | + "@babel/preset-env": "^7.28.5", |
| 63 | + "@babel/preset-typescript": "^7.28.5", |
| 64 | + "@babel/runtime": "^7.28.4", |
| 65 | + "@babel/runtime-corejs3": "^7.28.4", |
64 | 66 | "@biomejs/biome": "2.1.4", |
| 67 | + "@rspack/cli": "^1.7.0", |
| 68 | + "@rspack/core": "^1.7.0", |
65 | 69 | "@types/ace": "^0.0.52", |
66 | 70 | "@types/url-parse": "^1.4.11", |
67 | | - "autoprefixer": "^10.4.21", |
| 71 | + "autoprefixer": "^10.4.22", |
68 | 72 | "babel-loader": "^10.0.0", |
69 | 73 | "com.foxdebug.acode.rk.auth": "file:src/plugins/auth", |
70 | 74 | "com.foxdebug.acode.rk.customtabs": "file:src/plugins/custom-tabs", |
|
76 | 80 | "cordova-plugin-advanced-http": "^3.3.1", |
77 | 81 | "cordova-plugin-browser": "file:src/plugins/browser", |
78 | 82 | "cordova-plugin-buildinfo": "file:src/plugins/cordova-plugin-buildinfo", |
79 | | - "cordova-plugin-device": "^2.0.3", |
80 | | - "cordova-plugin-file": "^8.0.1", |
| 83 | + "cordova-plugin-device": "^2.1.0", |
| 84 | + "cordova-plugin-file": "^8.1.3", |
81 | 85 | "cordova-plugin-ftp": "file:src/plugins/ftp", |
82 | 86 | "cordova-plugin-iap": "file:src/plugins/iap", |
83 | 87 | "cordova-plugin-sdcard": "file:src/plugins/sdcard", |
|
86 | 90 | "cordova-plugin-system": "file:src/plugins/system", |
87 | 91 | "cordova-plugin-websocket": "file:src/plugins/websocket", |
88 | 92 | "css-loader": "^7.1.2", |
89 | | - "mini-css-extract-plugin": "^2.9.3", |
| 93 | + "mini-css-extract-plugin": "^2.9.4", |
90 | 94 | "path-browserify": "^1.0.1", |
91 | | - "postcss-loader": "^8.1.1", |
92 | | - "prettier": "^3.6.2", |
93 | | - "prettier-plugin-java": "^2.7.4", |
| 95 | + "postcss-loader": "^8.2.0", |
| 96 | + "prettier": "^3.7.4", |
| 97 | + "prettier-plugin-java": "^2.7.7", |
94 | 98 | "raw-loader": "^4.0.2", |
95 | | - "sass": "^1.90.0", |
96 | | - "sass-loader": "^16.0.5", |
| 99 | + "sass": "^1.94.2", |
| 100 | + "sass-loader": "^16.0.6", |
97 | 101 | "style-loader": "^4.0.0", |
98 | 102 | "terminal": "^0.1.4", |
| 103 | + "ts-loader": "^9.5.4", |
| 104 | + "typescript": "^5.9.3", |
| 105 | + "vscode-languageserver-types": "^3.17.5", |
99 | 106 | "webpack": "^5.105.0", |
100 | 107 | "webpack-cli": "^6.0.1" |
101 | 108 | }, |
102 | 109 | "dependencies": { |
| 110 | + "@codemirror/autocomplete": "^6.20.0", |
| 111 | + "@codemirror/commands": "^6.10.0", |
| 112 | + "@codemirror/lang-cpp": "^6.0.3", |
| 113 | + "@codemirror/lang-css": "^6.3.1", |
| 114 | + "@codemirror/lang-go": "^6.0.1", |
| 115 | + "@codemirror/lang-html": "^6.4.11", |
| 116 | + "@codemirror/lang-java": "^6.0.2", |
| 117 | + "@codemirror/lang-javascript": "^6.2.4", |
| 118 | + "@codemirror/lang-json": "^6.0.2", |
| 119 | + "@codemirror/lang-markdown": "^6.5.0", |
| 120 | + "@codemirror/lang-php": "^6.0.2", |
| 121 | + "@codemirror/lang-python": "^6.2.1", |
| 122 | + "@codemirror/lang-rust": "^6.0.2", |
| 123 | + "@codemirror/lang-sass": "^6.0.2", |
| 124 | + "@codemirror/lang-vue": "^0.1.3", |
| 125 | + "@codemirror/lang-xml": "^6.1.0", |
| 126 | + "@codemirror/lang-yaml": "^6.1.2", |
| 127 | + "@codemirror/language": "^6.11.3", |
| 128 | + "@codemirror/language-data": "^6.5.2", |
| 129 | + "@codemirror/legacy-modes": "^6.5.2", |
| 130 | + "@codemirror/lint": "^6.9.2", |
| 131 | + "@codemirror/lsp-client": "^6.2.1", |
| 132 | + "@codemirror/search": "^6.5.11", |
| 133 | + "@codemirror/state": "^6.5.2", |
| 134 | + "@codemirror/theme-one-dark": "^6.1.3", |
| 135 | + "@codemirror/view": "^6.38.8", |
103 | 136 | "@deadlyjack/ajax": "^1.2.6", |
| 137 | + "@emmetio/codemirror6-plugin": "^0.4.0", |
| 138 | + "@lezer/highlight": "^1.2.3", |
104 | 139 | "@ungap/custom-elements": "^1.3.0", |
105 | 140 | "@xterm/addon-attach": "^0.11.0", |
106 | 141 | "@xterm/addon-fit": "^0.10.0", |
|
112 | 147 | "@xterm/xterm": "^5.5.0", |
113 | 148 | "acorn": "^8.15.0", |
114 | 149 | "autosize": "^6.0.1", |
| 150 | + "codemirror": "^6.0.2", |
115 | 151 | "cordova": "13.0.0", |
116 | | - "core-js": "^3.45.0", |
| 152 | + "core-js": "^3.47.0", |
117 | 153 | "crypto-js": "^4.2.0", |
118 | 154 | "dayjs": "^1.11.19", |
119 | | - "dompurify": "^3.2.6", |
| 155 | + "dompurify": "^3.3.0", |
120 | 156 | "escape-string-regexp": "^5.0.0", |
121 | | - "filesize": "^11.0.2", |
122 | | - "html-tag-js": "^2.4.15", |
123 | | - "js-base64": "^3.7.7", |
| 157 | + "esprima": "^4.0.1", |
| 158 | + "filesize": "^11.0.13", |
| 159 | + "html-tag-js": "^2.4.16", |
| 160 | + "js-base64": "^3.7.8", |
124 | 161 | "jszip": "^3.10.1", |
125 | 162 | "markdown-it": "^14.1.1", |
126 | 163 | "markdown-it-anchor": "^9.2.0", |
|
0 commit comments