-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.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
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
{
"name": "swaptoshi-interface",
"homepage": "https://app.swaptoshi.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chainsafe/blst": "^0.2.9",
"@klayr/codec": "^0.4.2",
"@klayr/passphrase": "^4.0.2",
"@walletconnect/sign-client": "^2.10.6",
"axios": "^1.5.0",
"bignumber.js": "^9.1.2",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"crc": "^4.3.2",
"crypto-browserify": "^3.12.0",
"d3": "^7.8.5",
"decimal.js": "^10.4.3",
"lightweight-charts": "^4.1.1",
"node-vibrant": "^3.1.6",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-draggable": "^4.4.5",
"react-error-boundary": "^4.0.12",
"react-json-view-lite": "^1.2.1",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.14.2",
"react-scripts": "^5.0.1",
"react-toastify": "^10.0.4",
"react-tooltip": "^5.25.0",
"sodium-universal": "^4.0.0",
"stream-browserify": "^3.0.0",
"use-debounce": "^10.0.0",
"use-local-storage": "^3.0.0",
"util": "^0.12.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "export REACT_APP_VERSION=$(git rev-parse HEAD) && react-app-rewired start",
"build": "export REACT_APP_VERSION=$(git rev-parse HEAD) && react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js .",
"lint:fix": "eslint --fix --ext .js,.ts .",
"lint:css": "stylelint .",
"lint:css:fix": "stylelint --fix .",
"format": "prettier --write '**/*'"
},
"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": {
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-react": "^7.23.3",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"babel-eslint": "^10.1.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier-eslint": "^16.1.2",
"purgecss": "^5.0.0",
"react-app-rewired": "^2.2.1",
"stylelint-config-standard-scss": "^12.0.0"
}
}