2021-12-25 14:39:47 +01:00
{
2022-11-15 14:37:52 +01:00
"name" : "qortal-ui" ,
2023-03-25 17:58:33 +01:00
"version" : "3.1.4" ,
2022-11-15 14:37:52 +01:00
"description" : "Qortal Project - decentralize the world - Data storage, communications, web hosting, decentralized trading, complete infrastructure for the future blockchain-based Internet" ,
"keywords" : [
"QORT" ,
"QORTAL" ,
"DECENTRALIZED"
] ,
"main" : "electron.js" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/Qortal/qortal-ui.git"
} ,
"homepage" : "https://qortal.org" ,
"author" : "QORTAL <admin@qortal.org>" ,
"license" : "GPL-3.0" ,
"scripts" : {
2022-12-07 11:01:24 +01:00
"install_link:all" : "(cd qortal-ui-core && yarn install && yarn link) && (cd qortal-ui-plugins && yarn install && yarn link) && (cd qortal-ui-crypto && yarn install && yarn link) && (yarn link qortal-ui-core && yarn link qortal-ui-plugins && yarn link qortal-ui-crypto)" ,
2022-11-15 14:37:52 +01:00
"dev" : "node server.js" ,
"prebuild" : "node -p \"'export const UI_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > qortal-ui-core/src/redux/app/version.js" ,
2023-01-10 15:40:20 -05:00
"build-dev" : "node --max-old-space-size=8192 build.js" ,
"build" : "NODE_ENV=production node --max-old-space-size=8192 build.js" ,
"server" : "NODE_ENV=production node --max-old-space-size=8192 server.js" ,
"watch" : "node --max-old-space-size=8192 watch.js" ,
"watch-inline" : "node --max-old-space-size=8192 watch-inline.js" ,
"start-electron" : "NODE_ENV=production electron --js-flags=--max-old-space-size=8192 ." ,
2022-11-15 14:37:52 +01:00
"build-electron" : "electron-builder build --publish never" ,
"deploy-electron" : "electron-builder build --win --publish never" ,
"release" : "NODE_ENV=production electron-builder build --publish never" ,
"update-package-json" : "node update-package-json.js" ,
"publish" : "electron-builder -p always"
} ,
"dependencies" : {
"electron-log" : "4.4.8" ,
2022-12-07 11:01:24 +01:00
"electron-updater" : "5.3.0" ,
2023-02-19 07:27:32 -05:00
"os-locale" : "3.0.0"
2022-11-15 14:37:52 +01:00
} ,
"devDependencies" : {
2023-03-23 19:06:55 +01:00
"electron" : "23.2.0" ,
2022-11-15 14:37:52 +01:00
"electron-builder" : "23.6.0" ,
"electron-packager" : "17.1.1" ,
2022-11-19 22:00:23 +01:00
"shelljs" : "0.8.5"
2022-11-15 14:37:52 +01:00
} ,
"engines" : {
2023-02-15 17:17:16 +01:00
"node" : ">=18.12.1"
2022-11-15 14:37:52 +01:00
}
2023-03-25 17:58:33 +01:00
}