-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.94 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
{
"name": "bch-dex-taker-ui",
"version": "1.0.0",
"dependencies": {
"@chris.troutner/react-jdenticon": "1.0.0",
"@chris.troutner/retry-queue": "1.0.8",
"@fortawesome/fontawesome-svg-core": "6.1.2",
"@fortawesome/free-regular-svg-icons": "6.1.2",
"@fortawesome/free-solid-svg-icons": "6.1.2",
"@fortawesome/react-fontawesome": "0.2.0",
"axios": "0.27.2",
"bch-dex-lib": "2.0.2",
"bch-message-lib": "2.2.1",
"bch-nostr": "1.3.4",
"bch-token-sweep": "2.1.2",
"bootstrap": "5.2.0",
"crypto-browserify": "3.12.1",
"@chris.troutner/nostr-tools": "2.10.4",
"p2wdb": "2.2.3",
"process": "0.11.10",
"qrcode.react": "3.1.0",
"query-string": "7.1.1",
"react": "18.2.0",
"react-bootstrap": "2.4.0",
"react-bs-datatable": "3.5.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"stream-browserify": "3.0.0",
"use-local-storage-state": "18.1.0",
"use-query-params": "1.2.3",
"vm-browserify": "1.1.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "npm run lint",
"eject": "react-scripts eject",
"lint": "standard --env mocha --fix",
"pub": "node deploy/publish-main.js",
"pub:ghp": "./deploy/publish-gh-pages.sh"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all",
"not ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@capacitor/android": "latest",
"@capacitor/cli": "latest",
"@capacitor/clipboard": "4.0.1",
"@capacitor/core": "latest",
"react-app-rewired": "^2.2.1",
"standard": "17.0.0",
"web3.storage": "4.3.0"
},
"release": {
"publish": [
{
"path": "@semantic-release/npm",
"npmPublish": false
}
]
}
}