-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "devnet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && next build",
"start": "next start",
"lint": "next lint",
"bundle": "./node_modules/.bin/esbuild ./fleek-fn/getEvents.ts --bundle --format=esm --outfile=./fleek-fn/out/out.js"
},
"dependencies": {
"@dynamic-labs/ethereum": "^2.1.1",
"@dynamic-labs/iconic": "^2.1.1",
"@dynamic-labs/sdk-react-core": "^2.1.1",
"@dynamic-labs/types": "^2.1.1",
"@dynamic-labs/wagmi-connector": "^2.1.1",
"@prisma/client": "5.15.0",
"@tanstack/react-query": "^5.40.1",
"@wagmi/core": "^2.11.2",
"connectkit": "^1.8.0",
"next": "14.2.3",
"pino-pretty": "^11.2.0",
"react": "^18",
"react-dom": "^18",
"swr": "^2.2.5",
"viem": "~2.13.7",
"wagmi": "^2.9.10"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@wagmi/cli": "^2.1.10",
"esbuild": "0.21.5",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prisma": "^5.15.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}