-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.63 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "vision-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@achingbrain/libp2p-gossipsub": "^0.13.5",
"@ceramicnetwork/common": "^2.5.0",
"@ceramicnetwork/stream-caip10-link": "^2.2.2",
"@ceramicstudio/idx": "^0.12.2",
"@datamodels/identity-accounts-crypto": "^0.1.2",
"@datamodels/identity-profile-basic": "^0.1.2",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ethersproject/wallet": "^5.7.0",
"@glazed/devtools": "^0.2.0",
"@graphql-mesh/runtime": "^0.43.3",
"@libp2p/webrtc-star": "^1.0.6",
"@libp2p/websockets": "^1.0.3",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@mui/x-date-pickers": "^5.0.0-alpha.2",
"@react-hook/window-size": "^3.1.1",
"@self.id/framework": "^0.3.0",
"@self.id/react": "^0.3.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-blockies": "^1.4.1",
"@types/react-dom": "^17.0.9",
"bech32": "^2.0.0",
"bson": "^4.6.2",
"ceramic-cacao": "^1.1.1",
"cytoscape": "^3.21.1",
"cytoscape-cola": "^2.5.1",
"cytoscape-dagre": "^2.4.0",
"date-fns": "^2.28.0",
"eth-crypto": "^2.3.0",
"ipfs-core": "^0.14.1",
"key-did-provider-ed25519": "^2.0.0",
"libp2p": "^0.36.2",
"next": "^12.1.0",
"react": "^17.0.2",
"react-blockies": "^1.4.1",
"react-dom": "^17.0.2",
"react-minimal-pie-chart": "^8.3.0",
"react-textfit": "^1.1.1",
"styled-components": "^5.3.5",
"typescript": "^4.4.2",
"uint8arrays": "^3.0.0",
"web-vitals": "^2.1.0",
"web3": "1.7.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"prettier"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphprotocol/client-cli": "^2.2.3",
"@types/cytoscape": "^3.19.4",
"@types/cytoscape-dagre": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"graphql": "^16.6.0",
"ipfs-http-client": "56.0.1"
}
}