forked from WinningTeamParis/treasury-guard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.14 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 3.14 KB
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
103
104
105
106
107
108
109
110
{
"name": "treasury-guard-fe",
"version": "0.1.0",
"private": true,
"config-overrides-path": "./config-overrides.js",
"dependencies": {
"@nextui-org/react": "1.0.8-beta.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
"@safe-global/protocol-kit": "^1.2.0",
"@safe-global/safe-core-sdk-types": "^2.2.0",
"@safe-global/safe-core-protocol": "^0.1.0-alpha.4",
"@nextui-org/react": "^1.0.0-beta.13",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/contracts": "^4.9.2",
"@pushprotocol/restapi": "^1.4.2",
"@safe-global/api-kit": "^1.3.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@walletconnect/core": "^2.9.1",
"@walletconnect/utils": "^2.9.1",
"@walletconnect/web3wallet": "^1.8.7",
"@web3modal/ethereum": "^2.7.0",
"@web3modal/react": "^2.7.0",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.0",
"dotenv": "^16.3.1",
"ethers": "5.7.2",
"flowbite": "^1.7.0",
"flowbite-react": "^0.5.0",
"fs": "^0.0.1-security",
"postcss": "^8.4.27",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-qr-reader-es6": "2.2.1-2",
"react-scripts": "5.0.1",
"rumble-charts": "^5.0.0",
"valtio": "^1.11.0",
"viem": "^1.4.0",
"wagmi": "^1.3.9",
"web-vitals": "^2.1.4",
"web3modal": "^1.9.12"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"chain": "hardhat node --network hardhat --no-deploy",
"compile": "hardhat compile",
"accounts": "hardhat accounts",
"balance": "hardhat balance",
"deploy": "yarn hardhat deploy",
"send": "hardhat send",
"generate": "hardhat generate",
"account": "hardhat account",
"verify": "hardhat verify"
},
"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": {
"@biconomy/web3-auth": "^3.0.0-alpha.0",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.3.1",
"ethers": "5.7.2",
"hardhat": "^2.17.0",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.34",
"hardhat-gas-reporter": "^1.0.9",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"react-router-dom": "^6.14.2",
"solidity-coverage": "^0.8.4",
"source-map-loader": "^4.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.3.3",
"url": "^0.11.1"
},
"browser": {
"crypto": false
}
}