forked from Acode-Foundation/Acode
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
161 lines (161 loc) · 5.31 KB
/
package.json
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "com.foxdebug.acodenode",
"displayName": "Acode Node",
"version": "1.10.0",
"description": "Acode is a code editor for android",
"main": "index.js",
"scripts": {
"lang": "node ./utils/lang.js",
"compile": "cordova build android -- --jvmargs='-Xmx1536M --add-opens=java.base/java.io=ALL-UNNAMED'",
"build": "node utils/build.js",
"start": "node utils/start.js",
"clean": "node utils/clean.js android android",
"plugin": "node utils/plugin.js",
"watch": "node ./utils/watch.js",
"setup": "node ./utils/setup.js",
"esbuild": "node ./utils/esbuild.js",
"esbuild:watch": "node ./utils/esbuild.js watch"
},
"keywords": [
"ecosystem:cordova"
],
"author": "7HR4IZ3",
"license": "MIT",
"cordova": {
"plugins": {
"cordova-clipboard": {},
"cordova-plugin-vibration": {},
"cordova-plugin-buildinfo": {},
"cordova-plugin-device": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-plugin-sftp": {},
"cordova-plugin-server": {},
"cordova-plugin-iap": {},
"cordova-plugin-ftp": {},
"cordova-plugin-sdcard": {},
"cordova-plugin-consent": {},
"@parrino/cordova-plugin-local-notifications": {},
"cordova-plugin-advanced-http": {
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
},
"cordova-plugin-system": {},
"@red-mobile/nodejs-mobile-cordova": {},
"cordova-plugin-browser": {}
},
"platforms": []
},
"repository": {
"type": "git",
"url": "git+https://github.com/7HR4IZ3/acode.git"
},
"bugs": {
"url": "https://github.com/7HR4IZ3/acode/issues"
},
"homepage": "https://github.com/7HR4IZ3/acode#readme",
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@babel/runtime-corejs3": "^7.23.9",
"@parrino/cordova-plugin-local-notifications": "^1.0.1",
"@types/ace": "^0.0.52",
"@types/url-parse": "^1.4.11",
"@xml-tools/ast": "^5.0.5",
"@xml-tools/constraints": "^1.1.1",
"@xml-tools/parser": "^1.0.11",
"@xml-tools/simple-schema": "^3.0.5",
"ace-code": "^1.32.3",
"autoprefixer": "^10.4.18",
"babel-loader": "^9.1.3",
"cordova-android": "^12.0.1",
"cordova-clipboard": "^1.3.0",
"cordova-plugin-advanced-http": "^3.3.1",
"cordova-plugin-badge": "^0.8.9",
"cordova-plugin-browser": "file:packages/plugins/browser",
"cordova-plugin-buildinfo": "^4.0.0",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-file": "^7.0.0",
"cordova-plugin-ftp": "file:packages/plugins/ftp",
"cordova-plugin-iap": "file:packages/plugins/iap",
"cordova-plugin-local-notifications": "^1.0.0",
"cordova-plugin-sdcard": "file:packages/plugins/sdcard",
"cordova-plugin-server": "file:packages/plugins/server",
"cordova-plugin-sftp": "file:packages/plugins/sftp",
"cordova-plugin-system": "file:packages/plugins/system",
"cordova-plugin-vibration": "^3.1.1",
"css-loader": "^6.10.0",
"htmlhint": "^1.1.4",
"luaparse": "latest",
"mini-css-extract-plugin": "^2.7.7",
"nodejs-mobile-cordova": "file:packages/plugins/nodejs-mobile-cordova",
"path-browserify": "^1.0.1",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"prettier": "^3.2.4",
"prettier-plugin-java": "^2.5.0",
"raw-loader": "^4.0.2",
"sass": "^1.70.0",
"sass-loader": "^14.1.0",
"showdown": "latest",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"vscode-css-languageservice": "^6.2.6",
"vscode-html-languageservice": "^5.0.6",
"vscode-json-languageservice": "^5.3.5",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-protocol": "^3.17.3",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-languageserver-types": "^3.17.3",
"vscode-ws-jsonrpc": "^2.0.1",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
"dependencies": {
"@deadlyjack/ajax": "^1.2.6",
"@ungap/custom-elements": "^1.3.0",
"admob-plus-cordova": "1.28.0",
"autosize": "^6.0.1",
"awesome-notifications": "^3.1.3",
"browser-bridge": "./packages/browser-bridge",
"cheerio": "^1.0.0-rc.12",
"cordova": "12.0.0",
"core-js": "^3.35.1",
"crypto-js": "^4.2.0",
"esbuild": "^0.21.3",
"esbuild-sass-plugin": "^3.2.0",
"escape-string-regexp": "^5.0.0",
"esprima": "^4.0.1",
"events": "^3.3.0",
"filesize": "^10.1.0",
"html-tag-js": "^1.4.3",
"html-tag-jsx": "./packages/html-tag-jsx/",
"js-base64": "^3.7.6",
"js-bridge": "./packages/browser-bridge",
"jszip": "^3.10.1",
"lossless-json": "^4.0.1",
"markdown-it": "^14.1.0",
"marked": "5.0.5",
"marked-mangle": "^1.1.4",
"mime-types": "^2.1.35",
"minimatch": "^9.0.3",
"mustache": "^4.2.0",
"npm": "^10.5.0",
"sass-embedded": "^1.77.2",
"url-parse": "^1.5.10",
"vanilla-picker": "^2.12.2",
"vite": "^5.2.12",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-search": "^0.13.0",
"xterm-addon-serialize": "^0.11.0",
"xterm-addon-web-links": "^0.9.0",
"xterm-addon-webgl": "^0.16.0",
"yargs": "^17.7.2"
},
"browserslist": "cover 100%,not android < 5"
}