-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": "orbis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "2.4.2",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@krebitdao/eip712-vc": "^1.0.3",
"@krebitdao/reputation-passport": "^1.0.7",
"@lit-protocol/sdk-browser": "^1.1.241",
"@livepeer/react": "^1.5.6",
"@next/font": "13.1.1",
"@orbisclub/orbis-sdk": "^0.4.9",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@unlock-protocol/contracts": "^0.0.14",
"@unlock-protocol/paywall": "^0.2.1",
"connectkit": "^1.1.1",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"ethers": "^5.7.2",
"framer-motion": "6.5.1",
"moment": "^2.29.4",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"siwe": "^1.1.6",
"typescript": "4.9.4",
"wagmi": "^0.10.1",
"web3.storage": "^4.4.0",
"zustand": "^4.1.5"
}
}