forked from floating/frame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 5.15 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
{
"name": "frame",
"version": "0.4.4",
"description": "System-wide web3",
"main": "main",
"build": {
"appId": "sh.frame.app",
"afterSign": "./build/notarize.js",
"productName": "Frame",
"linux": {
"target": [
"AppImage",
"deb",
"snap",
"tar.gz"
]
},
"mac": {
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "build/entitlements.mac.plist"
},
"win": {},
"files": [
"main",
"bundle"
]
},
"scripts": {
"start": "npm run launch",
"bundle": "parcel build app/tray.html --public-url . -d bundle --target browser && parcel build app/bridge/index.js --public-url . -d bundle -o bridge.js --target electron",
"watch": "parcel watch app/bridge/index.js --public-url . -d bundle -o bridge.js --target electron --no-hmr & parcel watch app/tray.html --public-url . -d bundle --target browser --no-hmr",
"dev": "npm run bundle && npm run launch:dev",
"dev:traffic": "npm run bundle && npm run launch:dev:traffic",
"inspect": "npm run bundle && npm run launch:inspect",
"launch": "cross-env NODE_ENV=production electron ./main",
"launch:hot": "cross-env NODE_ENV=production WITH_HOT=true electron ./main",
"launch:dev": "cross-env NODE_ENV=development electron ./main",
"launch:dev:traffic": "cross-env NODE_ENV=development LOG_TRAFFIC=true electron ./main",
"launch:inspect": "cross-env NODE_ENV=production electron --inspect ./main",
"prod": "npm run bundle && npm run launch",
"hot": "npm run bundle && npm run launch:hot",
"clean": "rimraf dist bundle .cache package-lock.json \"node_modules/!(rimraf|.bin)\" && npm cache clean --force && npm install && npm audit fix && npm run bundle",
"scrub": "rimraf dist bundle .cache \"node_modules/!(rimraf|.bin)\" && npm install",
"build": "npm run bundle && sleep 4 && electron-builder",
"release": "npm run bundle && sleep 4 && electron-builder -c.snap.publish=github",
"postinstall": "electron-builder install-app-deps",
"test": "standardx --fix && jest --env=node --detectOpenHandles --runInBand",
"standard": "standardx --fix --verbose",
"test:clients": "mocha test/clients/*.test.js",
"local:rpc": "ganache-cli --account=\"0x2d6945dbddb8dcf5492004e6f720f8e971196ff61a61c4be99714ebc71e06c00, 5000000000000000000000\" --account=\"0xaef6a68a47c1628081e4e6df195f5f712ae4eb7da332a6d74dca06ae32a3e7ae,5000\""
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/build/",
"/bundle/",
"/dist/"
]
},
"author": {
"name": "Jordan Muir",
"email": "[email protected]",
"url": "https://frame.sh"
},
"license": "GPL-3.0",
"dependencies": {
"@aragon/wrapper": "5.0.0",
"@ethersproject/abi": "5.0.12",
"@ethersproject/hash": "5.0.11",
"@githubprimer/octicons-react": "8.5.0",
"@ledgerhq/hw-app-eth": "5.41.0",
"@ledgerhq/hw-transport-node-hid": "5.41.0",
"@ledgerhq/hw-transport-web-ble": "5.41.0",
"@mycrypto/eth-scan": "3.2.1",
"abi-codec": "0.0.9",
"auto-launch": "5.0.5",
"axios": "0.21.1",
"babel-polyfill": "6.26.0",
"bip39": "3.0.3",
"conf": "9.0.0",
"content-hash": "2.5.2",
"cross-env": "7.0.3",
"electron-log": "4.3.1",
"electron-positioner": "4.1.0",
"electron-updater": "4.3.5",
"eth-ens-namehash": "2.0.8",
"eth-provider": "0.6.1",
"eth-sig-util": "3.0.0",
"ethereum-public-key-to-address": "0.0.5",
"ethereumjs-abi": "0.6.8",
"ethereumjs-tx": "1.3.7",
"ethereumjs-util": "7.0.7",
"ethereumjs-wallet": "1.0.1",
"extract-zip": "2.0.1",
"fs-extra": "9.1.0",
"hdkey": "2.0.1",
"node-fetch": "2.6.1",
"node-hid": "2.1.1",
"query-string": "6.13.8",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-restore": "0.4.0",
"react-transition-group": "4.4.1",
"semver": "7.3.4",
"tar": "6.1.0",
"trezor-connect": "8.1.19",
"usb": "1.6.3",
"uuid": "8.3.2",
"web3-utils": "1.3.3",
"ws": "7.4.2",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-proposal-decorators": "7.12.12",
"@babel/plugin-proposal-do-expressions": "7.12.1",
"@babel/plugin-proposal-export-default-from": "7.12.1",
"@babel/plugin-proposal-function-bind": "7.12.1",
"@babel/plugin-proposal-function-sent": "7.12.1",
"@babel/plugin-proposal-pipeline-operator": "7.12.1",
"@babel/plugin-proposal-throw-expressions": "7.12.1",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"babel-eslint": "10.1.0",
"cli-sleep": "1.0.1",
"electron": "9.4.2",
"electron-builder": "22.9.1",
"electron-notarize": "1.0.0",
"ganache-cli": "6.12.2",
"jest": "26.6.3",
"node-watch": "0.7.1",
"parcel-bundler": "1.12.4",
"standardx": "7.0.0",
"stylus": "0.54.8"
},
"standard": {
"parser": "babel-eslint",
"env": [
"jest"
]
},
"eslintConfig": {
"rules": {
"multiline-ternary": 0,
"react/no-direct-mutation-state": 0,
"react/no-find-dom-node": 0
}
},
"repository": "github:floating/frame"
}