-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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": "mwa-auth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H auth.metawarrior.army -p 4000",
"build": "next build",
"start": "next start -H auth.metawarrior.army -p 4000",
"lint": "next lint"
},
"dependencies": {
"@download/blockies": "^1.0.3",
"@pinata/sdk": "^2.1.0",
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "^9.0.3",
"@simplewebauthn/types": "^9.0.1",
"@tanstack/react-query": "^5.28.9",
"canvas": "^2.11.2",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.5",
"next": "14.1.4",
"next-auth": "^4.24.7",
"pg": "^8.11.3",
"react": "^18",
"react-blockies": "^1.4.1",
"react-dom": "^18",
"react-toastify": "^10.0.5",
"sharp": "^0.33.3",
"siwe": "^2.1.4",
"viem": "^2.9.5",
"wagmi": "^2.5.13"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/pg": "^8.11.4",
"@types/react": "^18",
"@types/react-blockies": "^1.4.4",
"@types/react-dom": "^18",
"@types/react-toastify": "^4.1.0",
"autoprefixer": "^10.0.1",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"pino-pretty": "^11.0.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}