-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 928 Bytes
/
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
{
"name": "paraswap-spsp-compensation-claimer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky install",
"lint": "yarn prettier --write ."
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"buffer": "^6.0.3",
"ethers": "^5.7.2",
"events": "^3.3.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"util": "^0.12.5",
"wagmi": "^0.7.12"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"csv-parse": "^5.3.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"merkletreejs": "^0.3.0",
"prettier": "2.7.1",
"ts-essentials": "^9.3.0",
"typescript": "^4.8.4",
"vite": "^3.2.3"
}
}