-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
{
"name": "@relaycc/xmtp",
"version": "0.0.1",
"private": true,
"author": "Achilles Schmelzer <achilles@relay.cc>",
"homepage": "https://github.com/relaycc/xmtp",
"scripts": {
"dev": "npm link ../xmtp-hooks && next dev",
"clean": "rm -rf .next && rm -rf node_modules",
"rebuild": "npm run clean && npm install && npm run dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.2",
"@relaycc/xmtp-hooks": "^0.0.17",
"ethers": "^5.7.2",
"framer-motion": "^8.4.3",
"next": "13.1.2",
"react": "18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "18.2.0",
"styled-components": "^5.3.6",
"wagmi": "^0.9.6"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-blockies": "^1.4.1",
"@types/react-dom": "18.0.10",
"@types/styled-components": "^5.1.26",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"prettier": "^2.8.3",
"typescript": "4.9.4"
},
"license": "MIT"
}