-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.96 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
{
"name": "promptdefi-web",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://digberi.github.io/",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint-fix": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview"
},
"dependencies": {
"@aave/protocol-js": "^4.3.0",
"@account-abstraction/contracts": "^0.6.0",
"@account-abstraction/sdk": "^0.6.0",
"@account-abstraction/utils": "^0.6.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.2",
"@types/dom-speech-recognition": "^0.0.1",
"@uniswap/sdk": "^3.0.3",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-sdk": "^3.9.0",
"@walletconnect/client": "^1.8.0",
"@web3auth/base": "^5.0.1",
"@web3auth/modal": "^5.0.1",
"@web3auth/openlogin-adapter": "^5.0.1",
"@web3auth/web3auth-wagmi-connector": "^3.0.2",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-div-100vh": "^0.7.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
"vite-plugin-node-polyfills": "^0.8.2",
"wagmi": "^0.12.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-sonarjs": "^0.19.0",
"prettier": "^2.8.8",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}
}