-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.42 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
{
"name": "evm-sigtools",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ambire/signature-validator": "^1.3.1",
"@safe-global/safe-apps-provider": "^0.17.1",
"@safe-global/safe-apps-sdk": "8.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@tippyjs/react": "^4.2.6",
"@web3-onboard/core": "^2.2.11",
"@web3-onboard/gnosis": "^2.2.1",
"@web3-onboard/injected-wallets": "^2.10.4",
"@web3-onboard/ledger": "^2.5.2",
"@web3-onboard/react": "^2.8.11",
"@web3-onboard/trezor": "^2.4.3",
"@web3-onboard/walletconnect": "^2.4.6",
"ethers": "^5.6.6",
"node-sass": "^7.0.1",
"path-browserify": "^1.0.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1",
"react-scripts": "5.0.1",
"react-scroll": "^1.8.7",
"react-transition-group": "^4.4.2"
},
"scripts": {
"start": "HTTPS=true NODE_ENV=development react-app-rewired start",
"build": "NODE_OPTIONS=\"--max-old-space-size=8192\" react-app-rewired build",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"ignorePatterns": [
"node_modules"
]
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.14.0",
"assert": "^2.1.0",
"babel-eslint": "^10.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"prettier": "^2.6.2",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.4.3",
"url": "^0.11.3",
"util": "^0.12.5",
"webpack-bundle-analyzer": "^4.9.1"
}
}