-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
{
"name": "@create-web3/frontend",
"version": "0.1.0",
"description": "",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pinata/sdk": "^2.1.0",
"@prisma/client": "^5.1.1",
"@web3auth/modal": "^6.1.7",
"@web3auth/openlogin-adapter": "^6.1.7",
"@web3auth/web3auth-wagmi-connector": "^4.0.1",
"downloadjs": "^1.4.7",
"ethers": "^5.7.2",
"formidable": "^2.1.1",
"genson-js": "^0.0.8",
"grommet": "^2.32.1",
"grommet-icons": "^4.10.0",
"ipfs-http-client": "^60.0.1",
"json-2-csv": "^4.0.0",
"memory-cache": "^0.2.0",
"next": "^13.1.6",
"nextjs-google-analytics": "^2.3.3",
"polished": "^4.2.2",
"prisma": "^5.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.11",
"truncate-eth-address": "^1.0.2",
"viem": "^0.3.37",
"wagmi": "^1.0.7"
},
"devDependencies": {
"@types/downloadjs": "^1.4.3",
"@types/formidable": "^2.0.6",
"@types/memory-cache": "^0.2.3",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"eslint": "^8.27.0",
"eslint-config-next": "^13.0.2",
"typescript": "^4.9.5"
}
}