-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "watermark-ektp",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@metamask/detect-provider": "^1.2.0",
"@mui/material": "^5.2.2",
"@rarible/protocol-ethereum-sdk": "^0.12.28",
"@rarible/sdk": "0.3.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"FormData": "^0.10.1",
"axios": "^0.24.0",
"baseui": "^10.5.0",
"bignumber.js": "^9.0.1",
"caman": "^4.1.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"konva": "^8.3.0",
"local-storage": "^2.0.0",
"metamask-react": "^2.1.1",
"net": "^1.0.2",
"next": "^12.0.3",
"next-connect": "^0.11.0",
"next-seo": "^4.28.1",
"nextjs-toast": "^1.0.4",
"nft.storage": "^5.1.3",
"nprogress": "^0.2.0",
"photo-magician": "^0.3.0",
"qrcode": "^1.5.0",
"rareterm": "^0.0.9",
"react": "17.0.2",
"react-color": "^2.19.3",
"react-dom": "17.0.2",
"react-easy-crop": "^3.5.3",
"react-google-recaptcha": "^2.1.0",
"react-konva": "^17.0.2-5",
"styletron-engine-atomic": "^1.4.8",
"styletron-react": "^6.0.2",
"tslib": "^2.3.1",
"use-image": "^1.0.8",
"uuid": "^8.3.2",
"watermarkjs": "^2.1.1",
"web3": "^1.4.0"
},
"devDependencies": {
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"babel-runtime": "^6.26.0",
"eslint": "7",
"eslint-config-next": "12.0.3",
"typescript": "4.4.4"
}
}