-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.76 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
{
"name": "mint-nft",
"repository": "https://github.com/vercel/examples.git",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^1.0.6",
"@metamask/sdk": "^0.2.2",
"@moralisweb3/next": "^2.18.4",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-vyper": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@reduxjs/toolkit": "^1.9.5",
"@tensorflow/tfjs": "^3.21.0",
"@types/react-redux": "^7.1.25",
"@vercel/examples-ui": "^1.0.5",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/web3auth": "^2.1.3",
"axios": "^1.3.6",
"body-parser": "^1.20.2",
"classnames": "^2.3.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"express": "^4.18.2",
"hardhat": "^2.14.0",
"magic-sdk": "^13.6.0",
"moralis": "^2.18.4",
"moralis-v1": "^1.12.0",
"next": "^13.2.4",
"next-auth": "^4.22.1",
"nsfwjs": "^2.4.2",
"pica": "^9.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.7.1",
"react-lottie-player": "^1.5.4",
"react-moralis": "^1.4.2",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"reduxjs-toolkit-persist": "^7.2.1",
"wagmi": "^0.12.12",
"web3": "1.7.4"
},
"devDependencies": {
"@types/node": "17.0.14",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "^12.3.4",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"turbo": "^1.8.3",
"typescript": "5.0.4"
}
}