-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 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
47
48
{
"name": "cyberprofile",
"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",
"@ceramicnetwork/http-client": "^2.0.0",
"@ceramicnetwork/stream-tile": "^2.0.0",
"@ceramicnetwork/streamid": "^2.0.0",
"@ethersproject/address": "^5.6.0",
"@ethersproject/providers": "^5.6.2",
"@glazed/devtools": "^0.2.0",
"@glazed/types": "^0.2.0",
"axios": "^0.26.1",
"ceramic-cacao": "^1.0.0",
"dids": "^3.0.0",
"ethers": "^5.6.2",
"idb": "^7.0.1",
"key-did-provider-ed25519": "^2.0.0",
"key-did-resolver": "^2.0.0",
"next": "12.1.4",
"next-swagger-doc": "^0.2.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"sharp": "^0.30.3",
"swagger-ui-react": "4.8.1",
"web3modal": "^1.9.6"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/sharp": "^0.30.1",
"@types/swagger-ui-react": "^4.1.1",
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}