-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.59 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
{
"name": "browser-wallet",
"version": "0.1.0",
"private": true,
"homepage": "http://jcramer.github.io/bitcore-lib-fun",
"dependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "patch-package",
"predeploy": "yarn run build",
"deploy": "gh-pages -f -b gh_pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/big.js": "^6.0.2",
"@types/bitcore-lib-cash": "^8.23.2",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.21",
"@types/qrcode.react": "^1.0.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"bchaddrjs-slp": "^0.2.12",
"big.js": "^6.0.3",
"bip32": "^2.0.6",
"bip39": "^3.0.3",
"bitcore-lib-cash": "^8.24.1",
"browserify": "^17.0.0",
"gh-pages": "^3.1.0",
"grpc-bchrpc-web": "^0.11.4",
"patch-package": "^6.2.2",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"react-st-modal": "^1.1.3",
"slp-mdm": "0.0.7",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4"
}
}