This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
175 lines (175 loc) · 5.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "metronome-desktop-wallet",
"version": "1.4.3",
"author": {
"name": "Autonomous Software",
"email": "[email protected]",
"url": "https://autonomous.sh"
},
"description": "Metronome Wallet for desktop devices",
"repository": "autonomoussoftware/metronome-wallet-desktop",
"license": "MIT",
"homepage": "./",
"main": "public/electron.js",
"copyright": "Copyright © 2019 ${author}",
"scripts": {
"debug": "concurrently \"BROWSER=none react-scripts start\" \"wait-on $npm_package_config_cra_dev_serv && ELECTRON_START_URL=$npm_package_config_cra_dev_serv electron . --inspect\"",
"dev": "concurrently \"BROWSER=none react-scripts start\" \"wait-on $npm_package_config_cra_dev_serv && ELECTRON_START_URL=$npm_package_config_cra_dev_serv electron .\"",
"dist": "react-scripts build && electron-builder --c.extraMetadata.main=build/electron.js",
"env": "run-script-os",
"env:win32": ".\\scripts\\env.bat",
"env:darwin:linux": "./scripts/env.sh",
"ppa": "./scripts/ppa.sh",
"postinstall": "electron-builder install-app-deps",
"prepare": "patch-package && husky install",
"release": "npm run dist -- --publish always"
},
"dependencies": {
"@electron/remote": "1.2.0",
"@reach/menu-button": "0.1.7",
"bignumber.js": "7.2.1",
"bip39": "2.5.0",
"chalk": "2.4.2",
"credential-plus": "2.0.7",
"credential-plus-pbkdf2": "2.0.4",
"cuid": "2.1.6",
"dotenv": "5.0.1",
"electron-context-menu": "3.1.1",
"electron-debug": "3.2.0",
"electron-is-dev": "2.0.0",
"electron-log": "4.3.0",
"electron-settings": "4.0.2",
"electron-unhandled": "3.0.2",
"electron-updater": "4.3.0",
"electron-window-state": "5.0.3",
"fast-password-entropy": "1.1.1",
"json-stringify-safe": "5.0.1",
"lodash": "4.17.21",
"metronome-contracts": "2.5.0",
"metronome-wallet-core": "3.0.0",
"metronome-wallet-ui-logic": "3.5.2",
"nedb": "1.8.0",
"p-timeout": "4.1.0",
"patch-package": "5.1.1",
"qrcode.react": "0.7.2",
"raven": "2.6.4",
"raven-js": "3.27.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hint": "3.2.1",
"react-modal": "3.5.1",
"react-motion": "0.5.2",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-scripts": "4.0.3",
"react-virtualized": "9.20.1",
"smart-round": "1.0.0",
"styled-components": "4.1.2",
"universal-analytics": "0.4.20",
"web3-utils": "1.3.6"
},
"devDependencies": {
"concurrently": "6.2.0",
"electron": "13.1.4",
"electron-builder": "22.11.7",
"electron-devtools-installer": "3.2.0",
"electron-notarize": "1.0.0",
"eslint-config-bloq": "2.4.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "35.4.1",
"eslint-plugin-mocha": "9.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-require-path-exists": "1.1.9",
"eslint-plugin-standard": "4.0.0",
"expect": "22.4.3",
"husky": "7.0.0",
"lint-staged": "11.0.0",
"prettier": "1.19.1",
"proxyquire": "2.1.3",
"react-testing-library": "1.10.0",
"run-script-os": "1.1.6",
"wait-on": "6.0.0"
},
"build": {
"appId": "sh.autonomous.metronome.wallet.desktop",
"productName": "Metronome Wallet",
"files": [
".env",
"build/**/*",
"node_modules/**/*"
],
"publish": {
"provider": "github"
},
"directories": {
"buildResources": "assets"
},
"afterSign": "scripts/notarize.js",
"mac": {
"artifactName": "${name}_v${version}.${ext}",
"category": "public.app-category.finance",
"icon": "./assets/icon.icns",
"extendInfo": {
"NSUserNotificationAlertStyle": "alert"
},
"electronUpdaterCompatibility": ">= 2.16",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "./entitlements.mac.plist",
"entitlementsInherit": "./entitlements.mac.plist"
},
"dmg": {
"backgroundColor": "#7e61f8",
"contents": [
{
"x": 110,
"y": 150
},
{
"x": 240,
"y": 150,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"artifactName": "${name}_v${version}.${ext}",
"category": "Office;Finance",
"target": [
"deb"
],
"icon": "./assets/icon.png"
},
"win": {
"artifactName": "${name}_v${version}.${ext}",
"target": "nsis",
"icon": "./assets/icon",
"legalTrademarks": ""
}
},
"config": {
"cra_dev_serv": "http://localhost:3000"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"lint-staged": {
"src/**/*.js": [
"eslint --config src/.eslintrc.json --cache"
],
"public/**/*.js": [
"eslint --config public/.eslintrc.json --cache"
],
"src/**/*.{js,json,css,md}": [
"prettier --write --config src/.prettierrc.json"
]
}
}