mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 11:39:25 +00:00
120 lines
3.8 KiB
JSON
120 lines
3.8 KiB
JSON
{
|
|
"name": "monerod-gui",
|
|
"version": "0.1.0",
|
|
"description": "Monero daemon GUI",
|
|
"icon": "./assets/icons/favicon.ico",
|
|
"homepage": "https://github.com/everoddandeven/monerod-gui",
|
|
"author": {
|
|
"name": "everoddandeven",
|
|
"email": "everoddandeven@protonmail.com"
|
|
},
|
|
"keywords": [
|
|
"angular",
|
|
"angular 17",
|
|
"electron",
|
|
"electron 30",
|
|
"nodejs",
|
|
"typescript",
|
|
"jest",
|
|
"playwright",
|
|
"eslint",
|
|
"sass",
|
|
"windows",
|
|
"mac",
|
|
"linux"
|
|
],
|
|
"main": "app/main.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"ng": "ng",
|
|
"start": "npm-run-all -p electron:serve ng:serve",
|
|
"ng:serve": "ng serve -c web -o",
|
|
"build": "npm run electron:serve-tsc && ng build --base-href ./",
|
|
"build:dev": "npm run build -- -c dev",
|
|
"build:prod": "npm run build -- -c production",
|
|
"web:build": "npm run build -- -c web-production",
|
|
"electron": "electron",
|
|
"electron:serve-tsc": "tsc -p tsconfig.serve.json",
|
|
"electron:serve": "wait-on tcp:4200 && npm run electron:serve-tsc && electron . --serve",
|
|
"electron:local": "npm run build:prod && electron .",
|
|
"electron:local:dev": "npm run build:dev && electron .",
|
|
"electron:build": "npm run build:prod && electron-builder build --publish=never",
|
|
"test": "ng test --watch=false",
|
|
"test:watch": "ng test",
|
|
"e2e": "npm run build:prod && playwright test -c e2e/playwright.config.ts e2e/",
|
|
"e2e:show-trace": "playwright show-trace e2e/tracing/trace.zip",
|
|
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
|
|
"lint": "ng lint"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "17.3.6",
|
|
"@angular/compiler": "17.3.6",
|
|
"@angular/core": "17.3.6",
|
|
"@angular/forms": "17.3.6",
|
|
"@angular/language-service": "17.3.6",
|
|
"@angular/platform-browser": "17.3.6",
|
|
"@angular/platform-browser-dynamic": "17.3.6",
|
|
"@angular/router": "17.3.6",
|
|
"bootstrap": "5.3.3",
|
|
"bootstrap-icons": "1.11.3",
|
|
"bootstrap-table": "1.23.5",
|
|
"chart.js": "4.4.5",
|
|
"crypto": "1.0.1",
|
|
"idb": "8.0.0",
|
|
"jquery": "3.7.1",
|
|
"os": "0.1.2",
|
|
"rxjs": "7.8.1",
|
|
"tar": "7.4.3",
|
|
"tslib": "2.6.2",
|
|
"unbzip2-stream": "1.4.3",
|
|
"zone.js": "0.14.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-builders/custom-webpack": "17.0.2",
|
|
"@angular-builders/jest": "17.0.3",
|
|
"@angular-devkit/build-angular": "17.3.10",
|
|
"@angular-eslint/builder": "17.3.0",
|
|
"@angular-eslint/eslint-plugin": "17.3.0",
|
|
"@angular-eslint/eslint-plugin-template": "17.3.0",
|
|
"@angular-eslint/schematics": "17.3.0",
|
|
"@angular-eslint/template-parser": "17.3.0",
|
|
"@angular/cli": "17.3.10",
|
|
"@angular/compiler-cli": "17.3.6",
|
|
"@ngx-translate/core": "15.0.0",
|
|
"@ngx-translate/http-loader": "8.0.0",
|
|
"@playwright/test": "1.43.1",
|
|
"@types/bootstrap": "5.2.10",
|
|
"@types/chart.js": "2.9.41",
|
|
"@types/jest": "29.5.13",
|
|
"@types/jquery": "3.5.31",
|
|
"@types/node": "20.12.7",
|
|
"@types/pidusage": "2.0.5",
|
|
"@types/unbzip2-stream": "1.4.3",
|
|
"@typescript-eslint/eslint-plugin": "7.7.1",
|
|
"@typescript-eslint/parser": "7.7.1",
|
|
"conventional-changelog-cli": "4.1.0",
|
|
"electron": "33.0.1",
|
|
"electron-builder": "25.1.8",
|
|
"electron-debug": "4.1.0",
|
|
"electron-reloader": "1.2.3",
|
|
"eslint": "8.57.0",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-jsdoc": "48.2.3",
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
"jest": "29.7.0",
|
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
"npm-run-all": "4.1.5",
|
|
"playwright": "1.48.0",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.4.5",
|
|
"wait-on": "7.2.0",
|
|
"webdriver-manager": "12.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16.14.0 || >= 18.10.0"
|
|
},
|
|
"browserslist": [
|
|
"chrome 114"
|
|
]
|
|
}
|