-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "decobie",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings=0 --ext .ts,.tsx,.js,.jsx",
"format": "prettier --write .",
"generate-schema": "drizzle-kit generate"
},
"dependencies": {
"@alchemy/aa-accounts": "^3.16.0",
"@alchemy/aa-alchemy": "^3.16.2",
"@alchemy/aa-core": "^3.16.0",
"@coinbase/onchainkit": "^0.20.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.17",
"@mui/material-nextjs": "^5.15.11",
"@privy-io/react-auth": "^1.64.0",
"@privy-io/server-auth": "^1.7.3",
"@privy-io/wagmi": "^0.2.10",
"@tanstack/react-query": "^5.35.1",
"@vercel/postgres": "^0.8.0",
"drizzle-orm": "^0.31.2",
"graphql": "14",
"graphql-request": "6",
"luxon": "^3.4.4",
"next": "14.2.3",
"nodemailer": "^6.9.13",
"notistack": "^3.0.1",
"permissionless": "^0.1.26",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"viem": "2.8.6",
"wagmi": "^2.10.7"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"drizzle-kit": "^0.22.7",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8",
"prettier": "3.2.5",
"typescript": "^5"
}
}