-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.75 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
{
"name": "thetre-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.1.0",
"@chainsafe/libp2p-noise": "^15.1.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@libp2p/circuit-relay-v2": "^1.1.1",
"@libp2p/dcutr": "^1.1.1",
"@libp2p/identify": "^2.1.1",
"@libp2p/webrtc": "^4.1.1",
"@libp2p/websockets": "^8.1.1",
"@multiformats/multiaddr": "^12.3.0",
"@thetalabs/theta-js": "^0.0.86",
"@turnkey/api-key-stamper": "^0.4.0",
"@turnkey/ethers": "^1.0.12",
"@turnkey/http": "^2.10.0",
"@turnkey/sdk-browser": "^1.0.0",
"@turnkey/sdk-react": "^1.0.0",
"@turnkey/sdk-server": "^1.0.0",
"@turnkey/webauthn-stamper": "^0.5.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"axios": "^1.7.2",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"esm": "^3.2.25",
"ethers": "^6.13.1",
"formidable": "^3.5.1",
"install": "^0.13.0",
"ioredis": "^5.4.1",
"libp2p": "^1.8.0",
"next": "^14.2.4",
"node-fetch": "^3.3.2",
"npm": "^10.8.1",
"react": "^18.3.1",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"typescript": "^5.5.2",
"uint8arrays": "^5.1.0",
"video.js": "^8.12.0"
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
}
}