-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.84 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
95
96
97
98
99
100
101
102
{
"name": "app-v2",
"version": "2.5.46",
"private": true,
"dependencies": {
"@ethersproject/providers": "^5.6.8",
"@multiavatar/multiavatar": "^1.0.6",
"@openzeppelin/merkle-tree": "^1.0.4",
"@rainbow-me/rainbowkit": "^0.12.0",
"@yield-protocol/ui-math": "^1.0.15",
"@yield-protocol/ui-multicall": "^1.0.9",
"axios": "^1.3.4",
"d3-scale": "^4.0.2",
"d3-shape": "^3.0.1",
"date-fns": "^2.24.0",
"decimal.js": "^10.3.1",
"eth-permit": "^0.2.3",
"ethers": "5.7.2",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"grommet": "^2.18.0",
"next": "^13.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"react-loading-skeleton": "^3.1.0",
"react-spring": "^9.2.4",
"react-switch": "^7.0.0",
"react-toastify": "^9.1.1",
"react-use-gesture": "^9.1.3",
"styled-components": "^5.3.1",
"swr": "^2.0.0",
"unique-names-generator": "^4.6.0",
"wagmi": "^0.12.0",
"web-vitals": "^3.3.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"type-contracts": "typechain --target=ethers-v5 './src/contracts/abis/*.json' --out-dir './src/contracts/'",
"license-checker": "license-checker --csv --out licenses.csv",
"test": "jest --watch"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@typechain/ethers-v5": "^10.2.0",
"@types/d3-scale": "^4.0.1",
"@types/d3-shape": "^3.0.2",
"@types/identicon.js": "^2.3.1",
"@types/jest": "^29.4.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.0",
"@types/styled-components": "^5.1.14",
"@types/uuid": "^9.0.1",
"audit-ci": "^6.6.1",
"chai": "^4.3.6",
"eslint": "^8.21.0",
"eslint-config-next": "^13.2.4",
"hardhat": "^2.7.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mocha": "^10.2.0",
"prettier": "^2.4.1",
"react-test-renderer": "^18.2.0",
"source-map-explorer": "^2.5.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.7.4"
},
"lavamoat": {
"allowScripts": {
"core-js-pure": false,
"keccak": false,
"secp256k1": false,
"core-js": false,
"fsevents": false,
"ejs": false
}
}
}