|
1 | 1 | { |
2 | 2 | "name": "com.foxdebug.acode", |
3 | 3 | "displayName": "Acode", |
4 | | - "version": "1.11.4", |
| 4 | + "version": "1.11.5", |
5 | 5 | "description": "Acode is a code editor for android", |
6 | 6 | "scripts": { |
7 | 7 | "lang": "node ./utils/lang.js", |
|
29 | 29 | "cordova-plugin-server": {}, |
30 | 30 | "cordova-plugin-ftp": {}, |
31 | 31 | "cordova-plugin-sdcard": {}, |
32 | | - "cordova-plugin-browser": {}, |
33 | 32 | "cordova-plugin-iap": {}, |
34 | | - "cordova-plugin-system": {}, |
35 | 33 | "cordova-plugin-advanced-http": { |
36 | 34 | "ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1" |
37 | 35 | }, |
38 | 36 | "cordova-sqlite-storage": {}, |
39 | 37 | "cordova-plugin-websocket": {}, |
| 38 | + "cordova-plugin-buildinfo": {}, |
40 | 39 | "com.foxdebug.acode.rk.exec.terminal": {}, |
41 | | - "cordova-plugin-buildinfo": {} |
| 40 | + "com.foxdebug.acode.rk.exec.proot": {}, |
| 41 | + "cordova-plugin-browser": {}, |
| 42 | + "cordova-plugin-system": {} |
42 | 43 | }, |
43 | 44 | "platforms": [ |
44 | 45 | "android" |
|
53 | 54 | }, |
54 | 55 | "homepage": "https://github.com/deadlyjack/acode#readme", |
55 | 56 | "devDependencies": { |
56 | | - "@babel/cli": "^7.24.6", |
57 | | - "@babel/core": "^7.24.6", |
58 | | - "@babel/plugin-transform-runtime": "^7.24.6", |
59 | | - "@babel/preset-env": "^7.24.6", |
60 | | - "@babel/runtime": "^7.24.6", |
61 | | - "@babel/runtime-corejs3": "^7.24.6", |
62 | | - "@biomejs/biome": "1.8.3", |
| 57 | + "@babel/core": "^7.28.0", |
| 58 | + "@babel/plugin-transform-runtime": "^7.28.0", |
| 59 | + "@babel/preset-env": "^7.28.0", |
| 60 | + "@babel/runtime": "^7.28.2", |
| 61 | + "@babel/runtime-corejs3": "^7.28.2", |
| 62 | + "@biomejs/biome": "2.1.4", |
63 | 63 | "@types/ace": "^0.0.52", |
64 | 64 | "@types/url-parse": "^1.4.11", |
65 | | - "autoprefixer": "^10.4.19", |
66 | | - "babel-loader": "^9.1.3", |
| 65 | + "autoprefixer": "^10.4.21", |
| 66 | + "babel-loader": "^10.0.0", |
| 67 | + "com.foxdebug.acode.rk.exec.proot": "file:src/plugins/proot", |
67 | 68 | "com.foxdebug.acode.rk.exec.terminal": "file:src/plugins/terminal", |
68 | | - "cordova-android": "^13.0.0", |
| 69 | + "cordova-android": "^14.0.1", |
69 | 70 | "cordova-clipboard": "^1.3.0", |
70 | 71 | "cordova-plugin-advanced-http": "^3.3.1", |
71 | 72 | "cordova-plugin-browser": "file:src/plugins/browser", |
|
81 | 82 | "cordova-plugin-websocket": "file:src/plugins/websocket", |
82 | 83 | "cordova-sqlite-storage": "^7.0.0", |
83 | 84 | "css-loader": "^7.1.2", |
84 | | - "mini-css-extract-plugin": "^2.9.0", |
| 85 | + "mini-css-extract-plugin": "^2.9.3", |
85 | 86 | "path-browserify": "^1.0.1", |
86 | 87 | "postcss-loader": "^8.1.1", |
87 | | - "prettier": "^3.2.5", |
88 | | - "prettier-plugin-java": "^2.6.0", |
| 88 | + "prettier": "^3.6.2", |
| 89 | + "prettier-plugin-java": "^2.7.4", |
89 | 90 | "raw-loader": "^4.0.2", |
90 | | - "sass": "^1.77.2", |
91 | | - "sass-loader": "^14.2.1", |
| 91 | + "sass": "^1.90.0", |
| 92 | + "sass-loader": "^16.0.5", |
92 | 93 | "style-loader": "^4.0.0", |
93 | | - "webpack": "^5.94.0", |
94 | | - "webpack-cli": "^5.1.4" |
| 94 | + "terminal": "^0.1.4", |
| 95 | + "webpack": "^5.101.0", |
| 96 | + "webpack-cli": "^6.0.1" |
95 | 97 | }, |
96 | 98 | "dependencies": { |
97 | 99 | "@deadlyjack/ajax": "^1.2.6", |
|
101 | 103 | "@langchain/langgraph-checkpoint": "^0.0.18", |
102 | 104 | "@langchain/langgraph-swarm": "^0.0.3", |
103 | 105 | "@ungap/custom-elements": "^1.3.0", |
| 106 | + "@xterm/addon-attach": "^0.11.0", |
| 107 | + "@xterm/addon-fit": "^0.10.0", |
| 108 | + "@xterm/addon-image": "^0.8.0", |
| 109 | + "@xterm/addon-search": "^0.15.0", |
| 110 | + "@xterm/addon-unicode11": "^0.8.0", |
| 111 | + "@xterm/addon-web-links": "^0.11.0", |
| 112 | + "@xterm/addon-webgl": "^0.18.0", |
| 113 | + "@xterm/xterm": "^5.5.0", |
104 | 114 | "autosize": "^6.0.1", |
105 | 115 | "cordova": "12.0.0", |
106 | | - "core-js": "^3.37.1", |
| 116 | + "core-js": "^3.45.0", |
107 | 117 | "crypto-js": "^4.2.0", |
108 | | - "dompurify": "^3.2.4", |
| 118 | + "dompurify": "^3.2.6", |
109 | 119 | "escape-string-regexp": "^5.0.0", |
110 | 120 | "esprima": "^4.0.1", |
111 | 121 | "filesize": "^11.0.2", |
|
117 | 127 | "markdown-it": "^14.1.0", |
118 | 128 | "markdown-it-anchor": "^9.2.0", |
119 | 129 | "markdown-it-footnote": "^4.0.0", |
120 | | - "markdown-it-github-alerts": "^0.3.0", |
| 130 | + "markdown-it-github-alerts": "^1.0.0", |
121 | 131 | "markdown-it-task-lists": "^2.1.1", |
122 | | - "mime-types": "^2.1.35", |
123 | | - "minimatch": "^9.0.4", |
| 132 | + "mime-types": "^3.0.1", |
| 133 | + "minimatch": "^10.0.3", |
| 134 | + "moment": "^2.30.1", |
124 | 135 | "mustache": "^4.2.0", |
125 | 136 | "turndown": "^7.2.0", |
126 | 137 | "url-parse": "^1.5.10", |
|
0 commit comments