88 lines
2.9 KiB
JSON
88 lines
2.9 KiB
JSON
{
|
|
"name": "io.cordova.hellocordova",
|
|
"displayName": "cordova",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"ad": "cordova platform rm android && cordova platform add android && cordova build android",
|
|
"clean": "rm -rf node_modules && rm -rf plugins && rm -rf platforms",
|
|
"initial": "tsx src/init.ts",
|
|
"build": "cordova build android",
|
|
"dev": "node scripts/dev.js",
|
|
"logo": "tsx scripts/logo.ts",
|
|
"allInOne": "npm run clean && npm i && npm run ad",
|
|
"platform": "tsx scripts/platform.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "taolin taolin@taoya.art",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@clack/prompts": "^0.8.2",
|
|
"@types/node": "^22.10.2",
|
|
"axios": "^1.7.9",
|
|
"chalk": "^5.3.0",
|
|
"consola": "^3.2.3",
|
|
"cordova": "^12.0.0",
|
|
"cordova-android": "^13.0.0",
|
|
"cordova-plugin-androidx-adapter": "^1.1.3",
|
|
"cordova-plugin-app-version": "^0.1.14",
|
|
"cordova-plugin-background-mode": "^0.7.3",
|
|
"cordova-plugin-battery-status": "^2.0.3",
|
|
"cordova-plugin-camera": "^2.4.1",
|
|
"cordova-plugin-compat": "^1.2.0",
|
|
"cordova-plugin-device": "^2.1.0",
|
|
"cordova-plugin-dialogs": "^2.0.2",
|
|
"cordova-plugin-file": "^4.3.3",
|
|
"cordova-plugin-file-opener2": "^4.0.0",
|
|
"cordova-plugin-file-transfer-jsg": "^2.0.0",
|
|
"cordova-plugin-geolocation": "^2.4.3",
|
|
"cordova-plugin-inappbrowser": "^4.1.0",
|
|
"cordova-plugin-jbprint-jsg": "^1.0.3",
|
|
"cordova-plugin-media": "^2.4.1",
|
|
"cordova-plugin-media-capture": "^1.4.3",
|
|
"cordova-plugin-nativeaudio": "^3.0.9",
|
|
"cordova-plugin-network-information": "^3.0.0",
|
|
"cordova-plugin-screen-orientation": "^3.0.4",
|
|
"cordova-plugin-statusbar": "^3.0.0",
|
|
"cordova-plugin-vibration": "^3.1.1",
|
|
"es6-promise-plugin": "^4.2.2",
|
|
"eslint": "^9.17.0",
|
|
"fast-xml-parser": "^4.5.1",
|
|
"phonegap-plugin-barcodescanner-fix": "^8.1.1",
|
|
"phonegap-plugin-barcodescanner-jsg": "^8.1.2",
|
|
"picocolors": "^1.1.1",
|
|
"tsx": "^4.19.2",
|
|
"typeorm": "^0.3.20",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"cordova": {
|
|
"platforms": [
|
|
"browser",
|
|
"android"
|
|
],
|
|
"plugins": {
|
|
"cordova-plugin-app-version": {},
|
|
"cordova-plugin-battery-status": {},
|
|
"cordova-plugin-device": {},
|
|
"cordova-plugin-geolocation": {},
|
|
"cordova-plugin-media": {},
|
|
"cordova-plugin-vibration": {},
|
|
"cordova-plugin-statusbar": {},
|
|
"cordova-plugin-screen-orientation": {},
|
|
"cordova-plugin-dialogs": {},
|
|
"cordova-plugin-jbprint-jsg": {},
|
|
"cordova-plugin-media-capture": {},
|
|
"cordova-plugin-network-information": {},
|
|
"cordova-plugin-androidx-adapter": {},
|
|
"cordova-plugin-inappbrowser": {},
|
|
"cordova-plugin-background-mode": {},
|
|
"cordova-plugin-nativeaudio": {}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"commander": "^12.1.0"
|
|
},
|
|
"packageManager": "pnpm@8.10.2+sha1.e0b68270e89c817ff88b7be62466a2128c53af02"
|
|
} |