-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "hashchat-lfgrow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@cbj/ceramic-append-collection": "git+https://github.com/codynhat/ceramic-append-collection.git",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@ethersproject/providers": "^5.6.2",
"@glazed/tile-loader": "^0.1.3",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"@self.id/framework": "^0.2.0",
"@self.id/web": "^0.3.0",
"@types/jest": "^27.4.1",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"ethers": "^5.6.2",
"graphql": "^16.3.0",
"lit-js-sdk": "^1.1.154",
"multiformats": "^9.6.4",
"next": "^12.1.3",
"next-color-mode": "0.0.1",
"next-themes": "^0.1.1",
"react": "17.0.2",
"react-blockies": "^1.4.1",
"react-chat-ui": "^0.4.0",
"react-dom": "17.0.2",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^17.0.43",
"@types/react-blockies": "^1.4.1",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.3",
"typescript": "^4.6.3"
}
}