From: Marnanel Thurman Date: Mon, 29 Nov 2021 22:47:12 +0000 (+0000) Subject: set some fields in package.json correctly; removed cordova-plugin-webpack because... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~tthurman/git?a=commitdiff_plain;h=071e8838f4ee90e14b5693ea6fdd57a486c0a718;p=dwim.git set some fields in package.json correctly; removed cordova-plugin-webpack because it was causing trouble --- diff --git a/package.json b/package.json index dfa33db..ab37cf6 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "com.cordova.react", - "displayName": "HelloCordova", + "displayName": "dwim", "version": "1.0.0", - "description": "A sample Apache Cordova application that responds to the deviceready event.", + "description": "Dreamwidth client", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -10,8 +10,8 @@ "keywords": [ "ecosystem:cordova" ], - "author": "Apache Cordova Team", - "license": "Apache-2.0", + "author": "Marnanel", + "license": "gpl-2.0", "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", @@ -21,16 +21,14 @@ "cordova-browser": "^6.0.0", "cordova-plugin-advanced-http": "^3.2.2", "cordova-plugin-file": "^6.0.2", - "cordova-plugin-webpack": "^1.0.5", "cordova-plugin-whitelist": "^1.3.4", - "webpack": "^4.46.0", - "webpack-cli": "^3.3.12", - "webpack-dev-server": "^3.11.3" + "webpack": "^5.64.4", + "webpack-cli": "^4.9.1", + "webpack-dev-server": "^4.6.0" }, "cordova": { "plugins": { "cordova-plugin-whitelist": {}, - "cordova-plugin-webpack": {}, "cordova-plugin-advanced-http": { "ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1" } @@ -41,9 +39,14 @@ ] }, "dependencies": { + "cordova-jquery": "^0.1.6", "jssoup": "^0.0.15", + "process": "^0.11.10", "react": "^17.0.2", "react-dom": "^17.0.2", - "tough-cookie": "^4.0.0" + "tough-cookie": "^4.0.0", + "util": "^0.12.4", + "yargs": "^17.2.1", + "yargs-unparser": "^2.0.0" } }