-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "mushroom-connect",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "next dev -p 3330",
"build": "next build",
"start": "next start -p 3330",
"lint": "next lint"
},
"dependencies": {
"@ceramicnetwork/3id-did-resolver": "^2.1.7",
"@ceramicnetwork/common": "^2.6.0",
"@ceramicnetwork/http-client": "^2.3.4",
"@ceramicstudio/idx": "^0.12.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@glazed/datamodel": "^0.3.1",
"@glazed/did-datastore": "^0.3.2",
"@mui/lab": "^5.0.0-alpha.64",
"@mui/material": "^5.2.8",
"@stablelib/sha256": "^1.0.1",
"3id-did-provider": "^1.1.1",
"did-session": "^0.1.1",
"dids": "^3.3.0",
"ethers": "^5.5.3",
"key-did-resolver": "^2.1.1",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "^4.8.3",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"eslint": "8.6.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.4"
}
}