-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "next-connectkit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@curveball/http-errors": "^0.5.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@wagmi/core": "^1.1.0",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"connectkit": "^1.4.0",
"crypto": "^1.0.1",
"encoding": "^0.1.13",
"ethers": "^5.7.2",
"focus-visible": "^5.2.0",
"form-data": "^4.0.0",
"hls.js": "^1.4.4",
"lokijs": "^1.5.12",
"next": "^13.4.0",
"pino-pretty": "^10.0.0",
"postcss-focus-visible": "^8.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redis": "^4.6.7",
"redis-om": "^0.4.0-beta.3",
"tailwindcss": "^3.3.2",
"video.js": "^8.3.0",
"viem": "~0.3.36",
"wagmi": "^1.0.6"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@wagmi/cli": "^1.1.0",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"prettier-plugin-tailwindcss": "^0.3.0",
"sharp": "^0.32.1",
"typescript": "^5.0.4"
}
}