-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 950 Bytes
/
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
{
"name": "cacao-poc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ceramicnetwork/blockchain-utils-linking": "2.0.0-alpha.3",
"@ceramicnetwork/http-client": "2.0.0-alpha.3",
"@ceramicnetwork/stream-tile": "2.0.0-alpha.3",
"@walletconnect/web3-provider": "^1.7.3",
"dids": "3.0.0-alpha.9",
"ethers": "^5.5.4",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.4.4",
"next": "12.1.0",
"pkh-did-resolver": "^0.3.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}