-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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
{
"name": "contx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ceramic": "ceramic daemon"
},
"dependencies": {
"@ceramicnetwork/blockchain-utils-linking": "^2.0.6",
"@ceramicnetwork/http-client": "^2.2.1",
"@datamodels/identity-accounts-crypto": "^0.2.0",
"@datamodels/identity-profile-basic": "^0.2.0",
"@glazed/types": "^0.2.0",
"@self.id/framework": "^0.3.2",
"@self.id/multiauth": "^0.2.2",
"@self.id/ui": "^0.2.0",
"@tableland/sdk": "^2.0.2",
"@types/formidable": "^2.0.5",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"daisyui": "^2.17.0",
"dids": "^3.2.0",
"dotenv": "^16.0.1",
"ethers": "^5.6.9",
"formidable": "^2.0.1",
"graphql": "^16.5.0",
"key-did-provider-ed25519": "^2.0.0",
"key-did-resolver": "^2.0.4",
"next": "12.1.6",
"react": "18.2.0",
"react-daisyui": "^2.0.4",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.1",
"react-hook-form": "^7.33.0",
"react-hot-toast": "^2.2.0",
"react-select": "^5.3.2",
"styled-components": "^5.3.5",
"urql": "^2.2.2",
"web3": "^1.7.4",
"web3.storage": "4.2.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4"
}
}