2021-12-25 14:39:47 +01:00
{
"name" : "qortal-ui" ,
2022-07-29 12:53:54 +02:00
"version" : "1.9.4" ,
2021-12-25 14:39:47 +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>" ,
2022-01-02 19:33:23 +01:00
"license" : "GPL-3.0" ,
2021-12-25 14:39:47 +01:00
"scripts" : {
2022-08-08 11:49:41 +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)" ,
2021-12-25 14:39:47 +01:00
"dev" : "node server.js" ,
2022-02-04 05:21:31 -08:00
"prebuild" : "node -p \"'export const UI_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > qortal-ui-core/src/redux/app/version.js" ,
2021-12-25 14:39:47 +01:00
"build-dev" : "node build.js" ,
"build" : "NODE_ENV=production node build.js" ,
"server" : "NODE_ENV=production node server.js" ,
"watch" : "node watch.js" ,
"watch-inline" : "node watch-inline.js" ,
"start-electron" : "NODE_ENV=production electron ." ,
"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" : {
2022-08-07 20:24:07 +02:00
"electron-updater" : "5.2.1" ,
2022-06-23 17:40:12 +02:00
"electron-log" : "4.4.8"
2021-12-25 14:39:47 +01:00
} ,
"devDependencies" : {
2022-08-18 12:44:40 +02:00
"electron" : "19.0.13" ,
2022-08-07 20:24:07 +02:00
"electron-builder" : "23.3.3" ,
2022-03-24 10:36:31 +01:00
"electron-notarize" : "1.2.1" ,
2022-05-21 21:13:26 +02:00
"electron-packager" : "15.5.1" ,
2022-03-24 10:36:31 +01:00
"shelljs" : "0.8.5"
2021-12-25 14:39:47 +01:00
} ,
"engines" : {
"node" : ">=14.17.0"
}
2022-07-29 12:53:54 +02:00
}