-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.25 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
{
"name": "legitimize",
"description": "Legitimate NFT Signing",
"author": "Legitimize",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && tsc --noEmit",
"test": "next test",
"type-check": "tsc --noEmit && next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fioprotocol/fiosdk": "^1.5.0",
"@magic-ext/oauth": "^2.1.1",
"@magic-sdk/admin": "^1.4.1",
"@magiclabs/ui": "^0.24.2",
"@material-tailwind/react": "^1.0.6",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.5.0",
"@pinata/sdk": "^1.1.26",
"@pqina/pintura": "file:local_modules/pintura",
"@pqina/react-pintura": "file:local_modules/react-pintura",
"@tailwindcss/forms": "^0.5.0",
"@tanstack/react-query": "^4.2.1",
"@walletconnect/web3-provider": "^1.7.7",
"@web3auth/web3auth": "^0.6.3",
"aos": "^2.3.4",
"aws-sdk": "^2.1180.0",
"axios": "^0.26.1",
"chai": "^4.3.6",
"cssnano": "^5.1.5",
"ethereum-waffle": "^4.0.0-alpha.0",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.6.9",
"faker": "^6.6.6",
"form-data": "^4.0.0",
"hardhat": "^2.9.2",
"magic-sdk": "^8.1.1",
"mime-types": "^2.1.35",
"moralis": "^2.0.1",
"next": "^12.1.6",
"next-auth": "^4.10.3",
"next-iron-session": "^4.2.0",
"npm-check-updates": "^16.0.1",
"piexifjs": "^1.0.6",
"pintura": "file:local_modules/pintura",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.2",
"react-pintura": "file:local_modules/react-pintura",
"react-transition-group": "^4.4.2",
"react-webcam": "^7.0.1",
"react-youtube": "^10.0.0",
"remove.bg": "^1.3.0",
"sass": "^1.49.9",
"smooth-signature": "^1.0.12",
"swiper": "^8.0.7",
"uuid": "^8.3.2",
"wagmi": "^0.6.4",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3"
}
}