-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.66 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.66 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"homepage": "https://changerio.github.io/router-management-interfaces",
"scripts": {
"dev": "NODE_ENV=development next dev",
"build": "next build",
"start": "NODE_ENV=development next start",
"lint": "next lint",
"generate": "typechain --target=ethers-v5 abis/**/*.json --out-dir src/typechain",
"copy-contract-deployment": "cp ../changer-private/contract-address-production.json ./src"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@gnosis.pm/safe-apps-react-sdk": "^4.6.2",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@safe-global/safe-core-sdk": "^3.3.2",
"@safe-global/safe-core-sdk-types": "^1.9.0",
"@safe-global/safe-ethers-lib": "^1.9.2",
"@safe-global/safe-service-client": "^2.0.0",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"classnames": "^2.3.2",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"ethers": "5.7.2",
"invariant": "^2.2.4",
"jotai": "^2.0.3",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-no-ssr": "^1.1.0",
"react-tooltip": "^5.10.0",
"typescript": "4.9.5",
"url-join": "^5.0.0"
},
"devDependencies": {
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tailwindcss/typography": "^0.5.9",
"@typechain/ethers-v5": "^10.2.0",
"@types/invariant": "^2.2.35",
"@types/react-no-ssr": "^1.1.3",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typechain": "^8.1.1"
}
}