-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.6 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
{
"name": "marketplace-complete",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3259",
"build": "next build",
"start": "next start -p 3259",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@openzeppelin/contracts": "^4.4.2",
"@portis/web3": "^4.0.6",
"@progress/kendo-react-intl": "^4.13.0",
"@sendgrid/mail": "^7.6.0",
"@toruslabs/torus-embed": "^1.19.0",
"@walletconnect/web3-provider": "^1.7.0",
"axios": "^0.21.1",
"dropzone": "^6.0.0-beta.2",
"firebase": "^9.6.1",
"firebase-admin": "latest",
"fortmatic": "^2.2.1",
"ipfs-http-client": "^50.1.2",
"js-cookie": "^3.0.1",
"next": "^12.0.7",
"next-absolute-url": "^1.2.2",
"next-firebase-auth": "^1.0.0-canary.5",
"react": "^17.0.2",
"react-charts": "^2.0.0-beta.7",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^4.0.1",
"react-firebaseui": "^6.0.0",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"walletlink": "^2.4.0",
"web3": "^1.6.1",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@iconify/react": "^3.1.1",
"@next/bundle-analyzer": "^12.0.7",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@tailwindcss/forms": "^0.4.0",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"autoprefixer": "^10.4.0",
"chai": "^4.3.4",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.8.0",
"postcss": "^8.4.5",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.8",
"typescript": "4.3.5"
}
}