|
38 | 38 | "com.foxdebug.acode.rk.exec.terminal": {}, |
39 | 39 | "com.foxdebug.acode.rk.exec.proot": {}, |
40 | 40 | "cordova-plugin-sftp": {}, |
41 | | - "com.foxdebug.acode.rk.nativeFile": {}, |
42 | | - "cordova-plugin-system": {} |
| 41 | + "cordova-plugin-system": {}, |
| 42 | + "com.foxdebug.acode.rk.file": {} |
43 | 43 | }, |
44 | 44 | "platforms": [ |
45 | 45 | "android" |
|
64 | 64 | "@types/url-parse": "^1.4.11", |
65 | 65 | "autoprefixer": "^10.4.21", |
66 | 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 | 69 | "cordova-android": "^14.0.1", |
69 | 70 | "cordova-clipboard": "^1.3.0", |
|
80 | 81 | "cordova-plugin-system": "file:src/plugins/system", |
81 | 82 | "cordova-plugin-websocket": "file:src/plugins/websocket", |
82 | 83 | "css-loader": "^7.1.2", |
| 84 | + "file": "file:src/plugins/file", |
83 | 85 | "mini-css-extract-plugin": "^2.9.3", |
84 | 86 | "native_file": "file:src/plugins/nativeFile", |
85 | 87 | "path-browserify": "^1.0.1", |
|
91 | 93 | "sass-loader": "^16.0.5", |
92 | 94 | "style-loader": "^4.0.0", |
93 | 95 | "terminal": "^0.1.4", |
| 96 | + "ts-loader": "^9.5.4", |
| 97 | + "typescript": "^5.9.3", |
94 | 98 | "webpack": "^5.101.0", |
95 | 99 | "webpack-cli": "^6.0.1" |
96 | 100 | }, |
|
0 commit comments