-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.61 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": "dex-tech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@animxyz/core": "^0.6.6",
"@animxyz/react": "^0.6.7",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@next/polyfill-module": "^13.5.5",
"@rainbow-me/rainbowkit": "^1.0.10",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@uniswap/widgets": "^2.59.0",
"@web3-react/core": "^8.2.3",
"@xmtp/content-type-reaction": "^1.1.3",
"@xmtp/content-type-read-receipt": "^1.1.5",
"@xmtp/content-type-remote-attachment": "^1.1.4",
"@xmtp/content-type-reply": "^1.1.5",
"@xmtp/xmtp-js": "^11.2.0",
"async-mutex": "^0.4.0",
"axios": "^1.4.0",
"blockies-react-svg": "^0.0.13",
"classnames": "^2.3.2",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"dotenv": "^16.3.1",
"emojilib": "^3.0.11",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"ethers": "^5.7.2",
"graphql": "^16.8.1",
"javascript-time-ago": "^2.5.9",
"millify": "^6.1.0",
"mongodb": "^6.2.0",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-time-ago": "^7.2.1",
"sass": "^1.63.2",
"styled-components": "^6.1.0",
"typescript": "5.1.3",
"viem": "^1.10.1",
"wagmi": "^1.3.11",
"web3.storage": "^4.5.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}