forked from AakashRana000q/HackFS-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.82 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
{
"name": "xmtp-react-chat-example",
"version": "1.0.0",
"description": "Example chat application using xmtp-js client",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/xmtp/example-chat-react",
"repository": {
"type": "git",
"url": "https:[email protected]:xmtp/example-chat-react.git"
},
"bugs": {
"url": "https://github.com/xmtp/example-chat-react/issues"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@xmtp/xmtp-js": "^4.3.1",
"ethers": "^5.5.3",
"graphql": "^16.5.0",
"imagemin-svgo": "^9.0.0",
"next": "12.0.9",
"next-optimized-images": "^2.6.2",
"react": "17.0.2",
"react-blockies": "^1.4.1",
"react-dom": "17.0.2",
"react-emoji-render": "^1.2.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "17.0.13",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@walletconnect/web3-provider": "^1.7.1",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.5.1",
"eslint": "8.8.0",
"eslint-config-next": "12.0.9",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.5.1",
"jest-fail-on-console": "^2.4.2",
"node-localstorage": "^2.2.1",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.18",
"typescript": "4.5.5",
"walletlink": "^2.4.6",
"web3modal": "^1.9.5"
}
}