-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 894 Bytes
/
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
{
"name": "iron-account",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/core": "^0.18.4",
"@prisma/client": "^5.6.0",
"@silencelaboratories/two-party-ecdsa-js": "^7.0.1",
"ethers": "^6.9.0",
"next": "^14.0.3",
"next-auth": "4.24.5",
"prisma": "^5.6.0",
"react": "latest",
"react-dom": "latest",
"siwe": "^2.1.4",
"uuid": "^9.0.1",
"vercel": "^32.5.6",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/uuid": "^9.0.7",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}