-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 2.6 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
{
"name": "ckb-wallet-demo",
"version": "0.8.13",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ckb-lumos/lumos": "^0.18.0-rc6",
"@metamask/detect-provider": "^1.2.0",
"@types/hookrouter": "^2.2.5",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.8",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"antd": "^4.20.7",
"arraybuffer-to-buffer": "^0.0.7",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"bignumber": "^v1.1.0",
"ckb-js-toolkit": "^0.10.2",
"clipboard": "^2.0.8",
"copy-to-clipboard": "^3.3.1",
"cross-fetch": "^3.1.5",
"ethereumjs-wallet": "^1.0.2",
"hookrouter": "^1.2.5",
"hox": "^1.1.2",
"include-media": "^1.4.10",
"install": "^0.13.0",
"lodash": "^4.17.21",
"nervos-godwoken-integration": "0.4.1",
"node-sass": "^7.0.1",
"npm": "^8.11.0",
"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.1",
"react-json-view": "^1.21.3",
"react-scripts": "4.0.3",
"react-toastify": "^8.1.0",
"reoverlay": "^1.0.0",
"sanitize.css": "^13.0.0",
"segmented-control": "^0.1.17",
"typescript": "^4.5.4"
},
"flat": true,
"resolutions": {
"react-error-overlay": "6.0.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest **/*.test.ts --timeout=20m",
"test:ava": "ava **/*.test.ts --timeout=2m",
"e2e": "cypress open",
"eject": "react-scripts eject",
"bump": "npm --no-git-tag-version version patch"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">1%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@types/jest": "^27.5.1",
"@types/keccak": "^3.0.1",
"ava": "^3.8.2",
"babel-jest": "^28.1.0",
"cypress": "^9.7.0",
"jest": "^28.1.0",
"sass": "^1.51.0",
"ts-jest": "^28.0.3",
"ts-node": "^10.7.0",
"react-error-overlay": "6.0.9"
},
"ava": {
"typescript": {
"rewritePaths": {
"src/": "build/"
},
"compile": false
}
}
}