-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.52 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
{
"name": "pindropp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.0.0",
"@next/font": "^13.3.1",
"@web3-react/injected-connector": "^6.0.7",
"@web3auth/base": "^5.2.0",
"@web3auth/modal": "^5.2.1",
"@web3auth/torus-wallet-connector-plugin": "^5.2.0",
"@web3auth/web3auth-wagmi-connector": "^3.0.2",
"autoprefixer": "10.4.14",
"debounce": "^1.2.1",
"dotenv": "^16.0.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.1",
"ipfs-core": "^0.18.0",
"ipfs-http-client": "^56.0.3",
"minimist": "^1.2.8",
"multer": "^1.4.5-lts.1",
"next": "13.3.0",
"papaparse": "^5.4.1",
"postcss": "8.4.22",
"process": "^0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"tailwindcss": "3.3.1",
"wagmi": "^0.12.12",
"web3": "^1.10.0",
"web3.storage": "^4.5.4",
"webpack": "^5.81.0"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}