-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.32 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
{
"name": "dustsweeper-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ceramic": "node ceramic/models.js"
},
"dependencies": {
"@3id/connect": "^0.4.1",
"@3id/did-provider": "^0.4.1",
"@ceramicnetwork/3id-did-resolver": "^2.0.0",
"@ceramicnetwork/http-client": "^2.0.0",
"@ceramicnetwork/stream-tile": "^2.0.0",
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/react": "^1.6.10",
"@coinbase/wallet-sdk": "^3.2.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fontsource/inter": "^4.5.10",
"@fontsource/poppins": "^4.5.8",
"@glazed/did-datastore": "^0.3.0",
"@openzeppelin/contracts": "^4.3.2",
"@reduxjs/toolkit": "^1.8.1",
"@supabase/supabase-js": "^1.35.3",
"@unstoppabledomains/resolution": "^7.1.2",
"@usedapp/core": "^1.0.1",
"@walletconnect/web3-provider": "^1.7.8",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.13",
"antd": "^4.16.13",
"axios": "^0.27.2",
"bnc-notify": "^1.9.1",
"csvtojson": "^2.0.10",
"dids": "^3.1.0",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^7.1.3",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"fuse.js": "^6.6.2",
"graphql": "^16.3.0",
"i18next": "^21.6.13",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.3.2",
"iron-session": "^6.1.3",
"jsonwebtoken": "^8.5.1",
"key-did-resolver": "^2.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"next": "^12",
"next-i18next": "^10.5.0",
"numeral": "^2.0.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-table": "^7.7.0",
"react-table-sticky": "^1.1.3",
"recharts": "^2.1.8",
"siwe": "^1.1.6",
"styled-components": "^5.3.3",
"swr": "^1.3.0",
"timeago.js": "^4.0.2",
"urql": "^2.1.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@glazed/devtools": "^0.2.0",
"eslint": "7",
"eslint-config-next": "11.1.2",
"ethers": "^5.6.4",
"typescript": "^4.4.4"
},
"packageManager": "yarn@3.1.1"
}