-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
69 lines (69 loc) · 1.95 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
{
"name": "squeeth-portal",
"private": true,
"engines": {
"node": "^16 || ^18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen:contracts": "typechain --target=ethers-v5 --out-dir types/contracts 'abis/*.json'",
"test": "jest tests/**/*.ts"
},
"dependencies": {
"@davatar/react": "^1.8.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@gnosis.pm/safe-apps-wagmi": "^1.0.3",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "^5.0.0-alpha.70",
"@mui/material": "^5.4.0",
"@mui/x-date-pickers": "^5.0.0-alpha.7",
"@rainbow-me/rainbowkit": "^0.4.1",
"@upstash/redis": "^1.25.1",
"chart.js": "^3.7.1",
"date-fns": "^2.28.0",
"discord.js": "^14.5.0",
"ethers": "^5.5.3",
"firebase": "^9.8.4",
"firebase-admin": "^11.0.0",
"framer-motion": "^6.2.6",
"ipfs-http-client": "^58.0.1",
"next": "12.0.7",
"next-global-css": "^1.2.0",
"react": "17.0.2",
"react-chartjs-2": "^4.0.1",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"request-ip": "^3.3.0",
"swr": "^1.2.2",
"telegraf": "^4.10.0",
"uniswap-dapp-integration-shared": "^1.0.3",
"uniswap-react": "^1.0.3",
"wagmi": "^0.5.5",
"web3": "^1.6.1",
"zustand": "^3.7.0"
},
"devDependencies": {
"@typechain/ethers-v5": "^9.0.0",
"@types/jest": "^28.1.8",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/request-ip": "^0.0.41",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^29.0.1",
"prettier": "^2.5.1",
"ts-jest": "^28.0.8",
"typechain": "^7.0.0",
"typescript": "4.5.4"
}
}