-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 3.02 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
{
"name": "@axon-bridge/ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@ckb-lumos/base": "^0.18.0",
"@ckb-lumos/codec": "^0.18.0",
"@ckb-lumos/common-scripts": "^0.18.0",
"@ckb-lumos/helpers": "^0.18.0",
"@ckb-lumos/lumos": "^0.18.0-rc4",
"@ckb-lumos/transaction-manager": "^0.18.0",
"@ckitjs/rc-lock": "^0.0.2",
"@craco/craco": "^6.1.1",
"@metamask/detect-provider": "^1.2.0",
"@metamask/inpage-provider": "^8.0.4",
"@nervosnetwork/ckb-sdk-utils": "^0.101.0",
"@rehooks/local-storage": "2.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.168",
"@types/lodash.isequal": "^4.5.6",
"@types/node": "^12.0.0",
"@types/node-fetch": "^2.6.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.9",
"antd": "^4.15.1",
"axios": "^0.27.2",
"bignumber.js": "^9.0.1",
"ckb-js-toolkit": "^0.10.2",
"craco-less": "^1.17.1",
"dayjs": "^1.10.4",
"ethers": "^5.6.5",
"eventemitter3": "^4.0.7",
"formik": "^2.2.6",
"i18next": "^20.2.1",
"json-rpc-2.0": "^1.3.0",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0",
"node-fetch": "^2.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.13",
"react-query": "^3.13.9",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-use": "^17.2.4",
"styled-components": "^5.2.3",
"tiny-warning": "^1.0.3",
"typescript": "^4.1.2",
"unstated-next": "^1.1.0",
"use-debounce": "^6.0.1",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "cross-env craco start",
"build": "cross-env craco build",
"build-cross-env": "cross-env REACT_APP_REPO_UI_GIT_SHA=`git rev-parse HEAD` craco build",
"test": "cross-env REACT_APP_REPO_UI_GIT_SHA=`git rev-parse HEAD` craco test",
"lint": "eslint src --format=pretty",
"format:check": "prettier --check '**/*.{js,jsx,ts,tsx}'",
"format:fix": "prettier --write '**/*.{js,jsx,ts,tsx}'"
},
"eslintConfig": {
"extends": [
".eslintrc.js",
"react-app",
"react-app/jest"
],
"parserOptions": {}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"cross-env": "^7.0.3",
"eslint": "^7.24.0",
"eslint-formatter-pretty": "^4.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.5.1"
}
}