-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.65 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
{
"name": "brahma-connect",
"version": "2.1.0",
"description": "Chained execution tool for console.brahma.fi",
"main": "index.js",
"repository": "https://github.com/Brahma-fi/brahma-connect.git",
"author": "Brahma.fi",
"license": "MIT",
"private": true,
"scripts": {
"build": "NODE_ENV=production && rimraf public/build && node esbuild.js",
"dev": "NODE_ENV=development && node esbuild.js",
"bundle": "yarn build && zip -r brahma-connect.zip public/"
},
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@safe-global/protocol-kit": "^1.3.0",
"@safe-global/safe-core-sdk-types": "^2.3.0",
"@types/chrome": "^0.0.263",
"@types/events": "^3.0.3",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"dotenv": "^16.0.1",
"esbuild": "^0.16.17",
"esbuild-css-modules-plugin": "^2.7.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"ethers": "^5.7.2",
"nanoid": "^3.1.30",
"node-stdlib-browser": "^1.2.0",
"prettier": "^2.8.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-multisend": "^2.1.0",
"react-toastify": "^9.0.8",
"rimraf": "^3.0.2",
"typescript": "^4.9.4",
"typescript-plugin-css-modules": "^3.4.0"
},
"packageManager": "[email protected]",
"dependencies": {
"axios": "^1.7.2"
}
}