-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
64 lines (64 loc) · 1.72 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
{
"name": "ckb-tools",
"version": "0.8.28",
"private": true,
"dependencies": {
"@lay2/pw-core": "npm:@jm9k/pw-core@^0.4.1-alpha.1",
"@metamask/detect-provider": "^1.2.0",
"@nervosnetwork/ckb-sdk-utils": "^0.103.1",
"@types/hookrouter": "^2.2.8",
"@types/lodash": "^4.14.202",
"@types/node": "^18.13.0",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"arraybuffer-to-buffer": "^0.0.7",
"caniuse-lite": "^1.0.30001628",
"ckb-js-toolkit": "^0.10.2",
"clipboard": "^2.0.11",
"ethereumjs-wallet": "^1.0.2",
"hookrouter": "^1.2.5",
"include-media": "^1.4.10",
"lodash": "^4.17.21",
"primer-tooltips": "^2.0.0",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-async": "^10.0.1",
"react-dom": "^17.0.2",
"react-github-btn": "^1.2.2",
"react-scripts": "4.0.3",
"react-toastify": "^8.2.0",
"reoverlay": "^1.0.3",
"sanitize.css": "^13.0.0",
"sass": "^1.58.3",
"segmented-control": "^0.1.17",
"typescript": "^4.9.5"
},
"scripts": {
"start": "react-scripts start",
"start-legacy": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"build-legacy": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"bump": "npm --no-git-tag-version version patch"
},
"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"
]
}
}