-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "argilac",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 80",
"build": "next build",
"start": "next start -p 80",
"lint": "next lint",
"clean": "rm -rf .next node_modules",
"ngrok": "ngrok http 80",
"apiKey": "esno ./src/services/genApiKey.ts"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ethersproject/providers": "^5.7.2",
"@uniswap/sdk-core": "3.1.0",
"@uniswap/smart-order-router": "^3.10.0",
"@uniswap/v3-sdk": "3.9.0",
"antd": "^5.4.7",
"body-parser": "^1.20.2",
"dotenv": "^16.0.3",
"ethers": "5.7.2",
"express": "^4.18.2",
"immer": "^10.0.1",
"lolcatjs": "^2.4.1",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.1.5",
"web3": "^1.8.2"
},
"devDependencies": {
"esno": "^0.16.3",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"typescript": "5.0.4"
}
}