-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.69 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
{
"name": "ai-art-attribution",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fireproof/core": "^0.0.6",
"@fontsource/roboto": "^4.5.8",
"@hirohe/react-watermark": "^0.5.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.12",
"@mui/x-date-pickers": "^6.0.4",
"@types/bluebird": "^3.5.38",
"@types/node": "18.14.6",
"@types/react-dom": "18.0.11",
"0x-smart-contracts": "github:ethers/contracts",
"axios": "^1.3.5",
"bluebird": "^3.7.2",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"ethers": "^5.7.2",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"fs": "^0.0.1-security",
"fuse.js": "^6.6.2",
"googleapis": "^114.0.0",
"multiformats": "^11.0.2",
"next": "13.2.3",
"nft.storage": "^7.0.3",
"pure-md5": "^0.1.14",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-dropzone-uploader": "^2.11.0",
"react-easy-crop": "^4.7.4",
"react-image-crop": "^10.0.9",
"tesseract.js": "^4.0.2",
"typescript": "4.9.5",
"web3": "^0.20.7",
"web3.storage": "^4.5.4",
"yup": "^1.0.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@types/file-saver": "^2.0.5",
"@types/react": "^18.0.28",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/twit": "^2.2.31",
"@types/uuid": "^9.0.1",
"hardhat": "^2.13.0"
}
}