-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.45 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "com.foxdebug.acode",
"displayName": "Acode",
"version": "1.11.8",
"description": "Acode is a code editor for android",
"scripts": {
"lang": "node ./utils/lang.js",
"build": "sh utils/scripts/build.sh",
"start": "sh utils/scripts/start.sh",
"clean": "sh utils/scripts/clean.sh android android",
"plugin": "sh utils/scripts/plugin.sh",
"setup": "node ./utils/setup.js",
"lint": "biome lint --write",
"format": "biome format --write",
"check": "biome check --write",
"updateAce": "node ./utils/updateAce.js"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Foxdebug (Ajit Kumar)",
"license": "MIT",
"cordova": {
"plugins": {
"cordova-clipboard": {},
"cordova-plugin-device": {},
"cordova-plugin-file": {},
"cordova-plugin-server": {},
"cordova-plugin-ftp": {},
"cordova-plugin-sdcard": {},
"cordova-plugin-iap": {},
"cordova-plugin-advanced-http": {
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
},
"cordova-plugin-websocket": {},
"cordova-plugin-buildinfo": {},
"cordova-plugin-browser": {},
"cordova-plugin-sftp": {},
"cordova-plugin-system": {},
"com.foxdebug.acode.rk.exec.proot": {},
"com.foxdebug.acode.rk.exec.terminal": {},
"com.foxdebug.acode.rk.customtabs": {},
"com.foxdebug.acode.rk.auth": {}
},
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/deadlyjack/acode.git"
},
"bugs": {
"url": "https://github.com/deadlyjack/acode/issues"
},
"homepage": "https://github.com/deadlyjack/acode#readme",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/runtime": "^7.28.2",
"@babel/runtime-corejs3": "^7.28.2",
"@biomejs/biome": "2.1.4",
"@types/ace": "^0.0.52",
"@types/url-parse": "^1.4.11",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"com.foxdebug.acode.rk.auth": "file:src/plugins/auth",
"com.foxdebug.acode.rk.customtabs": "file:src/plugins/custom-tabs",
"com.foxdebug.acode.rk.exec.proot": "file:src/plugins/proot",
"com.foxdebug.acode.rk.exec.terminal": "file:src/plugins/terminal",
"cordova-android": "^14.0.1",
"cordova-clipboard": "^1.3.0",
"cordova-plugin-advanced-http": "^3.3.1",
"cordova-plugin-browser": "file:src/plugins/browser",
"cordova-plugin-buildinfo": "file:src/plugins/cordova-plugin-buildinfo",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-file": "^8.0.1",
"cordova-plugin-ftp": "file:src/plugins/ftp",
"cordova-plugin-iap": "file:src/plugins/iap",
"cordova-plugin-sdcard": "file:src/plugins/sdcard",
"cordova-plugin-server": "file:src/plugins/server",
"cordova-plugin-sftp": "file:src/plugins/sftp",
"cordova-plugin-system": "file:src/plugins/system",
"cordova-plugin-websocket": "file:src/plugins/websocket",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.3",
"path-browserify": "^1.0.1",
"postcss-loader": "^8.1.1",
"prettier": "^3.6.2",
"prettier-plugin-java": "^2.7.4",
"raw-loader": "^4.0.2",
"sass": "^1.90.0",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"terminal": "^0.1.4",
"webpack": "^5.105.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@deadlyjack/ajax": "^1.2.6",
"@ungap/custom-elements": "^1.3.0",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-image": "^0.8.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"acorn": "^8.15.0",
"autosize": "^6.0.1",
"cordova": "13.0.0",
"core-js": "^3.45.0",
"crypto-js": "^4.2.0",
"dompurify": "^3.2.6",
"escape-string-regexp": "^5.0.0",
"filesize": "^11.0.2",
"html-tag-js": "^2.4.15",
"js-base64": "^3.7.7",
"jszip": "^3.10.1",
"markdown-it": "^14.1.1",
"markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-github-alerts": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"mime-types": "^3.0.1",
"moment": "^2.30.1",
"mustache": "^4.2.0",
"picomatch": "^4.0.3",
"url-parse": "^1.5.10",
"vanilla-picker": "^2.12.3",
"yargs": "^18.0.0"
},
"browserslist": "cover 100%,not android < 5"
}