-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "unlock",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"0xsequence": "^0.36.0",
"@0xsequence/utils": "^0.36.0",
"@0xsequence/web3modal": "^2.0.0",
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@ethersproject/providers": "^5.5.3",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@openzeppelin/contracts": "^4.4.2",
"@superfluid-finance/js-sdk": "^0.5.11",
"@superfluid-finance/sdk-core": "^0.3.0",
"@unlock-protocol/unlock-js": "^0.21.1",
"@walletconnect/web3-provider": "^1.7.1",
"apexcharts": "^3.33.0",
"axios": "^0.25.0",
"chart.js": "^3.7.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.4",
"form-data": "^4.0.0",
"framer-motion": "^5",
"fs": "^0.0.1-security",
"graphql": "^16.3.0",
"hardhat": "^2.8.3",
"ipfs": "^0.62.0",
"ipfs-core": "^0.14.0",
"ipfs-fetch": "^0.2.1",
"moment": "^2.29.1",
"next": "12.0.10",
"nft.storage": "^5.2.3",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-chartjs-2": "^4.0.1",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"web3modal": "^1.9.5"
},
"devDependencies": {
"eslint": "8.8.0",
"eslint-config-next": "12.0.10"
}
}