forked from urbit/bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
155 lines (155 loc) · 5.82 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
{
"name": "bridge",
"version": "3.1.0",
"description": "An application for interacting with Azimuth",
"repository": {
"type": "git",
"url": "git+https://github.com/urbit/bridge.git"
},
"main": "src/index.js",
"private": true,
"author": "Tlon",
"license": "MIT",
"engines": {
"node": "16.14.0"
},
"proxy": "http://localhost:4000",
"dependencies": {
"@ethereumjs/tx": "^3.3.0",
"@ledgerhq/hw-app-eth": "^6.5.0",
"@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated",
"@metamask/detect-provider": "^1.2.0",
"@reach/disclosure": "^0.15.0",
"@reach/menu-button": "^0.15.1",
"@reach/tabs": "^0.15.0",
"@tlon/indigo-dark": "^1.0.6",
"@tlon/indigo-light": "^1.0.7",
"@tlon/indigo-react": "^1.2.27",
"@tlon/sigil-js": "^1.4.1",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/styled-components": "^5.1.10",
"@types/styled-system": "^5.1.11",
"@types/styled-system__css": "^5.0.15",
"@urbit/roller-api": "^0.1.15",
"@walletconnect/client": "^1.7.1",
"@walletconnect/qrcode-modal": "^1.7.1",
"@welldone-software/why-did-you-render": "^3.2.3",
"async-retry": "^1.2.3",
"azimuth-js": "^0.22.1",
"azimuth-solidity": "^1.2.3",
"bip32": "^1.0.2",
"bip39": "^3.0.4",
"bitcoinjs-lib": "^5.2.0",
"bn.js": "^4.11.8",
"bs58check": "^2.1.2",
"buffer": "^5.6.1",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.2.0",
"date-fns": "^2.25.0",
"ethereum-blockies-base64": "^1.0.2",
"ethereumjs-util": "^7.1.4",
"file-saver": "^2.0.0",
"final-form": "^4.18.4",
"final-form-arrays": "^3.0.1",
"final-form-set-field-data": "^1.0.2",
"folktale": "^2.3.1",
"formik": "^2.2.9",
"indigo-tokens": "^1.2.3",
"jszip": "^3.7.1",
"keccak": "^3.0.1",
"keythereum": "^1.2.0",
"lodash": "^4.17.14",
"markdown-to-jsx": "^7.1.3",
"more-entropy": "^0.0.7",
"new-github-issue-url": "^0.2.1",
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-device-detect": "^2.0.1",
"react-dom": "^17.0.2",
"react-final-form": "^6.3.0",
"react-final-form-arrays": "^3.1.0",
"react-scripts": "4.0.3",
"react-teleporter": "^2.2.0",
"react-transition-group": "^4.4.2",
"sass": "^1.49.8",
"secp256k1": "^4.0.2",
"secure-ls": "^1.2.6",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5",
"trezor-connect": "^8.1.29",
"typescript": "^4.3.2",
"urbit-key-generation": "^0.19.0",
"urbit-ob": "^4.1.4",
"urbit-paper-renderer": "^2.0.13",
"web3": "^1.3.6",
"web3-utils": "^1.5.1",
"zustand": "^3.5.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/async-retry": "^1.4.3",
"@types/file-saver": "^2.0.4",
"@types/keccak": "^3.0.1",
"@types/ledgerhq__hw-transport-u2f": "^4.21.2",
"@types/lodash": "^4.14.170",
"@types/react-transition-group": "^4.4.2",
"comlink-loader": "^2.0.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react-hooks": "^1.6.0",
"ganache-cli": "^6.2.1",
"husky": "^2.4.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.18.2",
"serve": "^11.0.1",
"source-map-explorer": "^2.0.0",
"truffle": "^5.3.9"
},
"scripts": {
"start": "react-scripts start",
"build": "REACT_APP_MAINNET=true react-scripts build",
"build:ropsten": "REACT_APP_ROPSTEN=true react-scripts build",
"test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!@tlon/indigo-react)/\" --env=jsdom",
"eject": "react-scripts eject",
"checksum": "cd build && find . -exec shasum -a256 {} ';' > ../checksums.txt && cd ..",
"zip": "BRIDGE_VERSION=${REACT_APP_BRIDGE_VERSION:-$npm_package_version}; zip -ur bridge-$BRIDGE_VERSION.zip README.md bridge-https.py checksums.txt && cd build && zip -ur ../bridge-$BRIDGE_VERSION.zip ./* && cd ..",
"release": "npm install && npm run build && npm run checksum && npm run zip",
"release:ropsten": "export REACT_APP_BRIDGE_VERSION=$npm_package_version\"r\"; npm install && npm run build:ropsten && npm run checksum && npm run zip",
"pilot:ganache": "ganache-cli --blockTime 1 --networkId 5 --host '0.0.0.0' -m 'benefit crew supreme gesture quantum web media hazard theory mercy wing kitten' > /dev/null &",
"pilot:setup": "npm run pilot:ganache && truffle deploy",
"pilot": "HTTPS=true npm-run-all pilot:setup start pilot:cleanup --continue-on-error",
"pilot-invites": "WITH_TEST_STATE=INVITES npm run pilot",
"pilot-mainnet": "REACT_APP_MAINNET=true HTTPS=true npm-run-all start --continue-on-error",
"pilot-release": "HTTPS=true BROWSER=NONE NODE_ENV=development WITH_TEST_STATE=STAR_RELEASE npm-run-all pilot:setup start pilot:cleanup --continue-on-error",
"pilot-residents": "WITH_TEST_STATE=RESIDENTS npm run pilot",
"pilot-l2": "BROWSER=NONE WITH_TEST_STATE=L2 HTTPS=false NODE_ENV=development npm-run-all pilot:setup start pilot:cleanup --continue-on-error",
"pilot-l2-local": "BROWSER=NONE REACT_APP_L2=true HTTPS=false NODE_ENV=development npm run start --continue-on-error",
"pilot-ropsten": "REACT_APP_ROPSTEN=true HTTPS=true npm-run-all start --continue-on-error",
"pilot:cleanup": "pkill -f ganache-cli",
"lint:check": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx}'",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"husky": {
"hooks": {
"pre-commit": "npm-run-all lint:check"
}
}
}