-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 2.02 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
70
71
{
"name": "bb3-beep3r",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@prisma/client": "^4.5.0",
"@rainbow-me/rainbowkit": "^0.7.4",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.1.4",
"@tanstack/react-query": "^4.14.3",
"@types/node": "^18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@xmtp/xmtp-js": "^7.0.1",
"autoprefixer": "^10.4.13",
"axios": "^1.1.3",
"bullmq": "^3.1.3",
"defender-relay-client": "^1.34.0",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"ethers": "^5.4.7",
"framer-motion": "^7.6.4",
"graphql": "^16.6.0",
"lodash": "^4.17.21",
"next": "13.0.2",
"next-auth": "^4.15.1",
"nextjs-cors": "^2.1.1",
"nft.storage": "^7.0.0",
"postcss": "^8.4.18",
"prisma": "^4.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"siwe": "2.1.3",
"tailwindcss": "^3.2.2",
"twilio": "^3.83.1",
"typescript": ">=4.5.0",
"uuid": "^9.0.0",
"wagmi": "^0.7.12"
},
"devDependencies": {
"@ethersproject/abi": "^5.4.7",
"@ethersproject/providers": "^5.4.7",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@openzeppelin/contracts-upgradeable": "^4.7.3",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
"@types/lodash": "^4.14.188",
"@types/mocha": "^9.1.0",
"@types/uuid": "^8.3.4",
"chai": "^4.2.0",
"dotenv": "^16.0.3",
"hardhat": "^2.11.1",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.8.0",
"ts-node": "^10.9.1",
"typechain": "^8.1.0"
}
}