summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-23 08:59:31 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-23 08:59:31 -0500
commit148b852d6ee1cfd60959fbd4ae0391eeb66f88f5 (patch)
tree4f9b493a2a7c30ab3247ec41b954dd8d94e30030 /package.json
parentUpdate node modules (#31) (diff)
downloadferdium-app-148b852d6ee1cfd60959fbd4ae0391eeb66f88f5.tar.gz
ferdium-app-148b852d6ee1cfd60959fbd4ae0391eeb66f88f5.tar.zst
ferdium-app-148b852d6ee1cfd60959fbd4ae0391eeb66f88f5.zip
Upgrade 'sqlite3'
Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 79f192876..9ce0e34cb 100644
--- a/package.json
+++ b/package.json
@@ -31,8 +31,7 @@
31 "extract": "formatjs extract 'src/**/*.{js,ts,tsx}' --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace", 31 "extract": "formatjs extract 'src/**/*.{js,ts,tsx}' --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace",
32 "compile": "formatjs compile 'temp.json' --out-file src/i18n/locales/en-US.json", 32 "compile": "formatjs compile 'temp.json' --out-file src/i18n/locales/en-US.json",
33 "manage-translations": "npm run extract && npm run compile && rimraf temp.json", 33 "manage-translations": "npm run extract && npm run compile && rimraf temp.json",
34 "prebuild": "preval-build-info-cli && gulp build", 34 "build": "preval-build-info-cli && gulp build && electron-builder",
35 "build": "electron-builder",
36 "contributors": "all-contributors", 35 "contributors": "all-contributors",
37 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", 36 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
38 "update-submodules": "git submodule update --init --recursive --remote --rebase --force", 37 "update-submodules": "git submodule update --init --recursive --remote --rebase --force",
@@ -110,7 +109,7 @@
110 "react-tooltip": "^4.2.21", 109 "react-tooltip": "^4.2.21",
111 "route-parser": "^0.0.5", 110 "route-parser": "^0.0.5",
112 "semver": "^7.3.5", 111 "semver": "^7.3.5",
113 "sqlite3": "5.0.2", 112 "sqlite3": "5.0.5",
114 "tar": "^6.1.11", 113 "tar": "^6.1.11",
115 "tslib": "^2.3.1", 114 "tslib": "^2.3.1",
116 "useragent-generator": "^1.1.1-amkt-22079-finish.0", 115 "useragent-generator": "^1.1.1-amkt-22079-finish.0",
@@ -119,6 +118,7 @@
119 "ws": "^8.4.0" 118 "ws": "^8.4.0"
120 }, 119 },
121 "devDependencies": { 120 "devDependencies": {
121 "@babel/core": "^7.17.9",
122 "@babel/eslint-parser": "^7.16.3", 122 "@babel/eslint-parser": "^7.16.3",
123 "@babel/plugin-proposal-class-properties": "^7.16.7", 123 "@babel/plugin-proposal-class-properties": "^7.16.7",
124 "@babel/plugin-proposal-decorators": "^7.16.7", 124 "@babel/plugin-proposal-decorators": "^7.16.7",