-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "frontend-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mycrypto/gas-estimation": "^1.1.0",
"@rainbow-me/rainbowkit": "^1.1.1",
"axios": "^0.27.2",
"circomlib": "git+https://github.com/tornadocash/circomlib.git#d20d53411d1bef61f38c99a8b36d5d0cc4836aa1",
"crypto-js": "^4.1.1",
"eth-sig-util": "^3.0.1",
"ethers": "^5.3.1",
"ffjavascript": "^0.2.37",
"file-saver": "^2.0.5",
"find-replacement-tx": "^1.2.1",
"fixed-merkle-tree": "^0.7.3",
"idb": "6.0.0",
"ipfs-only-hash": "^4.0.0",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"next": "13.5.4",
"nova_scotia_browser": "file:public/pkg",
"react": "^18",
"react-dom": "^18",
"request": "^2.79.0",
"viem": "^1.16.0",
"wagmi": "^1.4.3",
"web3-utils": "^1.3.6"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/file-saver": "^2.0.3",
"@types/lodash": "^4.14.170",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5",
"worker-loader": "^3.0.8"
}
}