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-10-10 17:59:24 +02:00
|
|
|
"version": "1.6.0",
|
2019-05-06 01:04:17 +02:00
|
|
|
"description": "🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.",
|
2020-10-10 15:37:05 +02:00
|
|
|
"main": "app/background.js",
|
2019-05-05 13:34:21 +02:00
|
|
|
"scripts": {
|
2020-10-10 15:37:05 +02:00
|
|
|
"start": "nextron",
|
|
|
|
"build": "nextron build --all",
|
|
|
|
"postinstall": "electron-builder install-app-deps",
|
2020-02-09 17:16:10 +01:00
|
|
|
"test": "npm run lint && npm run jest",
|
|
|
|
"test:watch": "npm run jest -- --watch",
|
|
|
|
"jest": "NODE_ENV=test jest -c tests/jest.config.js",
|
2020-10-10 15:37:05 +02:00
|
|
|
"lint": "eslint --ignore-path .gitignore ./src/**/*.{js,jsx}",
|
|
|
|
"format": "prettier --write --ignore-path .gitignore 'src/**/*.{js,jsx,json,css,scss}'",
|
|
|
|
"release": "release-it",
|
|
|
|
"changelog": "auto-changelog -p"
|
2019-05-05 13:34:21 +02:00
|
|
|
},
|
2019-05-19 15:24:25 +02:00
|
|
|
"repository": "https://github.com/kremalicious/blowfish.git",
|
2020-10-10 15:37:05 +02:00
|
|
|
"homepage": "https://getblow.fish",
|
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-10-10 15:37:05 +02:00
|
|
|
"@coingecko/cryptoformat": "^0.4.2",
|
2020-10-18 04:16:00 +02:00
|
|
|
"@oceanprotocol/contracts": "^0.5.6",
|
2020-08-22 00:58:08 +02:00
|
|
|
"axios": "^0.20.0",
|
2020-10-18 04:16:00 +02:00
|
|
|
"electron": "^10.1.3",
|
2020-10-10 15:37:05 +02:00
|
|
|
"electron-store": "^6.0.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",
|
2020-10-18 04:16:00 +02:00
|
|
|
"next": "9.5.1",
|
|
|
|
"nextron": "^5.15.3",
|
|
|
|
"react": "^16.14.0",
|
|
|
|
"react-dom": "^16.14.0",
|
|
|
|
"react-pose": "^4.0.10",
|
2020-03-22 23:51:54 +01:00
|
|
|
"shortid": "^2.2.15",
|
2020-09-28 11:58:40 +02:00
|
|
|
"swr": "^0.3.5"
|
2019-05-05 13:34:21 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-05-04 19:53:10 +02:00
|
|
|
"@jest-runner/electron": "^3.0.0",
|
2019-09-24 01:13:02 +02:00
|
|
|
"@react-mock/state": "^0.1.8",
|
2020-05-19 07:29:40 +02:00
|
|
|
"@svgr/webpack": "^5.4.0",
|
2020-08-24 12:07:40 +02:00
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
2020-10-18 04:16:00 +02:00
|
|
|
"@testing-library/react": "^11.1.0",
|
2020-09-28 11:58:40 +02:00
|
|
|
"auto-changelog": "^2.2.1",
|
2020-10-10 15:37:05 +02:00
|
|
|
"babel-jest": "^26.5.2",
|
2020-02-25 15:16:44 +01:00
|
|
|
"dotenv": "^8.2.0",
|
2020-10-18 04:16:00 +02:00
|
|
|
"electron-builder": "^22.9.1",
|
2020-10-10 15:37:05 +02:00
|
|
|
"electron-serve": "^1.0.0",
|
|
|
|
"eslint": "^7.11.0",
|
2020-10-18 04:16:00 +02:00
|
|
|
"eslint-config-prettier": "^6.13.0",
|
2020-10-10 15:37:05 +02:00
|
|
|
"eslint-plugin-react": "^7.21.4",
|
2019-09-24 01:13:02 +02:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2020-10-12 06:08:33 +02:00
|
|
|
"jest": "^26.5.3",
|
2020-09-28 11:58:40 +02:00
|
|
|
"prettier": "^2.1.2",
|
2020-10-18 04:16:00 +02:00
|
|
|
"release-it": "^14.2.0"
|
2019-05-17 00:19:00 +02:00
|
|
|
},
|
2020-10-18 04:16:00 +02:00
|
|
|
"browserslist": "electron >= 10.0",
|
2019-05-27 00:46:13 +02:00
|
|
|
"release-it": {
|
2019-06-11 23:12:47 +02:00
|
|
|
"hooks": {
|
|
|
|
"after:init": "npm test",
|
|
|
|
"after:bump": "npm run changelog",
|
2020-10-10 17:57:09 +02:00
|
|
|
"before:release": "npm run build"
|
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
|
|
|
}
|
|
|
|
}
|