blowfish/package.json

126 lines
3.7 KiB
JSON
Raw Normal View History

2019-05-05 13:34:21 +02:00
{
2019-05-25 03:25:00 +02:00
"name": "@kremalicious/blowfish",
2019-05-19 15:24:25 +02:00
"productName": "Blowfish",
2020-03-04 12:59:25 +01:00
"version": "1.4.2",
2019-05-06 01:04:17 +02:00
"description": "🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.",
2019-05-25 03:16:53 +02:00
"main": "./src/main/index.js",
2019-05-05 13:34:21 +02:00
"scripts": {
2020-02-09 03:36:19 +01:00
"start": "electron .",
"test": "npm run lint && npm run jest",
"test:watch": "npm run jest -- --watch",
"jest": "NODE_ENV=test jest -c tests/jest.config.js",
2019-09-24 01:13:02 +02:00
"lint": "eslint --ignore-path .gitignore ./src/**/*.{js,jsx} && stylelint --ignore-path .gitignore ./src/**/*.{css,scss}",
2020-02-09 19:39:38 +01:00
"copy:icons": "copy 'src/renderer/images/icon*' build/",
"build:react": "cross-env NODE_ENV=production next build src/renderer && next export src/renderer && npm run copy:icons",
2020-02-09 03:36:19 +01:00
"build:electron": "electron-builder build -ml -p never",
"build:electron:win": "electron-builder build -w -p never",
2019-11-10 16:49:57 +01:00
"dist": "./scripts/release-prepare.sh",
"release": "release-it --non-interactive",
2019-09-08 21:47:57 +02:00
"changelog": "auto-changelog -p",
2020-03-22 00:49:10 +01:00
"format": "prettier --write --ignore-path .gitignore 'src/**/*.{js,jsx,json,css,scss}'"
2019-05-05 13:34:21 +02:00
},
2019-05-19 15:24:25 +02:00
"repository": "https://github.com/kremalicious/blowfish.git",
"homepage": "https://github.com/kremalicious/blowfish",
2019-05-17 00:19:00 +02:00
"author": {
"name": "Matthias Kretschmann",
"email": "m@kretschmann.io",
"url": "https://matthiaskretschmann.com"
},
2019-05-05 13:34:21 +02:00
"license": "MIT",
"dependencies": {
2020-02-09 17:24:45 +01:00
"@coingecko/cryptoformat": "^0.3.4",
2020-02-26 21:04:40 +01:00
"@oceanprotocol/keeper-contracts": "^0.13.2",
2020-02-25 04:10:06 +01:00
"axios": "^0.19.2",
"electron-is-dev": "^1.1.0",
"electron-next": "^3.1.5",
2020-02-25 04:10:06 +01:00
"electron-store": "^5.1.1",
2019-11-10 16:49:57 +01:00
"ethereum-address": "^0.0.4",
2019-06-05 01:29:11 +02:00
"ethereum-blockies": "github:MyEtherWallet/blockies",
2020-02-26 21:04:40 +01:00
"ethjs": "^0.4.0",
2020-02-09 03:36:19 +01:00
"ms": "^2.1.2",
"shortid": "^2.2.15"
2019-05-05 13:34:21 +02:00
},
"devDependencies": {
2020-03-22 00:49:10 +01:00
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
2020-02-05 19:12:45 +01:00
"@jest-runner/electron": "^2.0.3",
2019-09-24 01:13:02 +02:00
"@react-mock/state": "^0.1.8",
2020-02-25 04:10:06 +01:00
"@svgr/webpack": "^5.2.0",
2020-02-09 17:24:45 +01:00
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^10.0.0",
2019-11-10 16:49:57 +01:00
"auto-changelog": "^1.16.2",
2020-03-04 02:00:59 +01:00
"babel-eslint": "^10.1.0",
2020-02-05 19:12:45 +01:00
"babel-jest": "^25.1.0",
2020-02-09 19:39:38 +01:00
"copy": "^0.3.2",
2020-03-10 03:19:20 +01:00
"cross-env": "^7.0.2",
2020-02-25 15:16:44 +01:00
"dotenv": "^8.2.0",
2020-03-10 03:19:20 +01:00
"electron": "^8.1.1",
2020-03-22 00:49:10 +01:00
"electron-builder": "^22.4.1",
2019-05-05 13:34:21 +02:00
"electron-devtools-installer": "^2.2.4",
2020-02-05 19:12:45 +01:00
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
2020-03-10 03:19:20 +01:00
"eslint-plugin-react": "^7.19.0",
2019-09-24 01:13:02 +02:00
"identity-obj-proxy": "^3.0.0",
2020-02-05 19:12:45 +01:00
"jest": "^25.1.0",
2020-03-22 00:49:10 +01:00
"next": "^9.3.1",
"prettier": "^2.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
2020-02-05 19:12:45 +01:00
"react-pose": "^4.0.10",
2020-03-22 00:49:10 +01:00
"release-it": "^13.1.2",
2020-03-10 03:19:20 +01:00
"stylelint": "^13.2.1",
2020-03-22 00:49:10 +01:00
"stylelint-prettier": "^1.1.2"
2019-05-17 00:19:00 +02:00
},
2020-02-09 03:36:19 +01:00
"browserslist": "electron >= 8.0",
2019-05-17 00:19:00 +02:00
"build": {
2019-05-19 15:24:25 +02:00
"appId": "com.kremalicious.blowfish",
2019-05-17 00:19:00 +02:00
"files": [
2019-05-25 03:16:53 +02:00
"./src/main/**/*",
2020-02-09 03:36:19 +01:00
"./src/renderer/out/**/*",
2019-05-17 00:19:00 +02:00
"./src/*.js",
"package.json"
],
"mac": {
2019-06-05 01:29:11 +02:00
"category": "public.app-category.finance",
2019-11-10 16:49:57 +01:00
"identity": null,
"darkModeSupport": true
2019-05-17 00:19:00 +02:00
},
"linux": {
"target": [
"deb",
"snap",
"AppImage"
],
2019-05-28 02:22:50 +02:00
"category": "Office",
"executableName": "Blowfish",
2019-05-28 02:22:50 +02:00
"artifactName": "${productName}-${version}.${ext}"
2019-05-17 00:19:00 +02:00
}
2019-05-27 00:46:13 +02:00
},
"release-it": {
"hooks": {
"after:init": "npm test",
"after:bump": "npm run changelog",
"before:release": "npm run dist"
2019-05-27 00:46:13 +02:00
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"assets": [
2019-05-28 02:43:53 +02:00
"dist/*.exe",
"dist/*.zip",
"dist/*.dmg",
"dist/*.AppImage",
"dist/*.deb",
2019-06-05 00:35:07 +02:00
"dist/*.snap",
"dist/latest*.yml",
"dist/*.blockmap"
2019-05-27 00:46:13 +02:00
]
},
"npm": {
"publish": false
}
2019-05-05 13:34:21 +02:00
}
}