-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 1.92 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "searchers",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"prepare": "husky",
"vercel-build": "prisma generate && prisma migrate deploy && next build"
},
"lint-staged": {
"*.{jsx,js,tsx,ts}": "prettier --write"
},
"dependencies": {
"@dynamic-labs/ethereum": "^1.0.4",
"@dynamic-labs/sdk-react": "^0.18.30",
"@dynamic-labs/sdk-react-core": "^1.0.4",
"@dynamic-labs/wagmi-connector": "^1.0.4",
"@prisma/client": "^5.8.0",
"@t3-oss/env-nextjs": "^0.6.0",
"airtable": "^0.12.2",
"axios": "^1.5.0",
"connectkit": "^1.5.2",
"connectkit-next-siwe": "^0.2.0",
"ethers": "^6.7.1",
"lodash": "^4.17.21",
"luxon": "^3.4.2",
"next": "^14.1.4",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"siwe": "^2.1.4",
"viem": "^1.9.2",
"wagmi": "^1.3.10",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/eslint": "^8.44.2",
"@types/lodash": "^4.14.198",
"@types/luxon": "^3.3.2",
"@types/node": "^18.16.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"daisyui": "^3.6.4",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.27",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.1",
"prisma": "^5.8.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.19.0"
},
"browser": {
"fs": false,
"os": false,
"path": false,
"net": false,
"tls": false
}
}