-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 KB
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
{
"name": "theconvospace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"tunnel": "ngrok http 3000"
},
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/runtime": "^7.14.0",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "1.6.2",
"@chakra-ui/system": "1.6.6",
"@dicebear/avatars": "^4.6.4",
"@dicebear/micah": "^4.6.4",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@gnosis.pm/safe-apps-sdk": "^3.0.0",
"@gnosis.pm/safe-apps-web3modal": "^0.5.0",
"@textile/hub": "^6.1.2",
"@walletconnect/web3-provider": "^1.4.1",
"critters": "^0.0.10",
"date-fns": "^2.22.1",
"dotenv": "^10.0.0",
"ethers": "^5.2.0",
"fortmatic": "^2.2.1",
"framer-motion": "^4.1.17",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"next": "^10.2.2",
"next-pwa": "^5.2.21",
"nft.storage": "^1.4.0",
"react": "^17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-linkify": "^1.0.0-alpha",
"react-qr-code": "^1.1.1",
"react-syntax-highlighter": "^15.4.3",
"react-table": "^7.7.0",
"swr": "^0.5.6",
"typewriter-effect": "^2.17.0",
"url-metadata": "^2.5.0",
"web3modal": "^1.9.3",
"webpack": "^5.38.1"
}
}