-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 4.32 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 4.32 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "@livepeer/explorer",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"codegen": "graphql-codegen -r dotenv/config",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0",
"typecheck": "tsc --noEmit --incremental false",
"format": "prettier . --write",
"format:check": "prettier . --check",
"prepare": "husky",
"test": "jest"
},
"devDependencies": {
"@graphql-codegen/add": "^3.2.0",
"@graphql-codegen/cli": "^2.9.1",
"@graphql-codegen/typescript": "^2.7.2",
"@graphql-codegen/typescript-operations": "^2.5.2",
"@graphql-codegen/typescript-react-apollo": "^3.3.2",
"@lhci/cli": "^0.15.1",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@typechain/ethers-v5": "^10.1.0",
"@types/change-case": "^2.3.1",
"@types/jest": "^30.0.0",
"@types/node": "^18.0.6",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/react-icons": "^3.0.0",
"@types/react-table": "^7.7.20",
"@types/recharts": "^1.8.23",
"@types/sanitize-html": "^2.6.2",
"baseline-browser-mapping": "^2.10.0",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"ts-node": "^10.9.2",
"typechain": "^8.1.0",
"typescript": "5.9.2",
"wait-on": "^9.0.3"
},
"dependencies": {
"@apollo/client": "3.13.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@graphql-tools/delegate": "8.8.0",
"@graphql-tools/links": "^8.3.0",
"@graphql-tools/schema": "8.5.0",
"@graphql-tools/stitch": "8.7.0",
"@graphql-tools/wrap": "8.5.0",
"@livepeer/design-system": "1.1.0",
"@mdx-js/loader": "^2.1.2",
"@mdx-js/react": "^2.1.2",
"@modulz/radix-icons": "^4.0.0",
"@mui/material": "^7.3.5",
"@next/mdx": "16.0.1",
"@radix-ui/react-icons": "^1.3.2",
"@rainbow-me/rainbowkit": "^2.2.10",
"@reach/dialog": "^0.17.0",
"@reach/tabs": "^0.17.0",
"@stitches/react": "1.2.5",
"@tanstack/react-query": "^5.90.5",
"@wagmi/core": "^2.22.1",
"apollo-fetch": "^0.7.0",
"apollo-link": "^1.2.11",
"apollo-link-http": "^1.5.15",
"apollo-server-micro": "3.10.0",
"axios": "^0.30.3",
"change-case": "^4.1.2",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.9.6",
"dotenv": "^16.0.1",
"dotenv-cli": "^6.0.0",
"ethereumjs-util": "6.0.0",
"ethers": "^5.6.5",
"front-matter": "^4.0.2",
"fuse.js": "^6.6.2",
"graphql": "^16.5.0",
"graphql-tools": "^8.3.0",
"gsap": "^3.5.1",
"isomorphic-unfetch": "^3.0.0",
"lightweight-charts": "^3.2.0",
"livepeer": "^2.1.0",
"markdown-to-jsx": "^7.1.7",
"match-sorter": "^6.3.1",
"micro-cors": "^0.1.1",
"next": "16.1.7",
"next-themes": "^0.2.0",
"numbro": "^2.5.0",
"parse-domain": "^7.0.1",
"qrcode.react": "^3.1.0",
"radix-ui": "^1.4.3",
"react": "19.2.1",
"react-circular-progressbar": "^2.1.0",
"react-collapse": "^5.0.0",
"react-confetti": "^6.1.0",
"react-cookie": "^4.0.1",
"react-device-detect": "^2.2.2",
"react-dom": "19.2.1",
"react-ga": "^3.3.1",
"react-hook-form": "^3.28.2",
"react-icons": "^4.4.0",
"react-infinite-scroll-component": "^4.5.3",
"react-markdown": "^9.0.3",
"react-masonry-css": "^1.0.16",
"react-number-format": "^4.3.1",
"react-query": "^4.0.0",
"react-table": "^7.8.0",
"react-timer-hook": "^3.0.5",
"react-tooltip": "^4.2.11",
"react-truncate": "^2.4.0",
"react-use": "^17.4.0",
"recharts": "^2.15.4",
"rehype-raw": "^7.0.0",
"remark-gfm": "4.0.1",
"sanitize-html": "^2.17.0",
"swr": "^2.3.7",
"viem": "^2.38.5",
"wagmi": "^2.19.1",
"zod": "^4.1.12",
"zustand": "^4.0.0-rc.2"
},
"main": "package.json",
"engines": {
"node": "22.x"
},
"packageManager": "pnpm@9.15.9",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"bufferutil",
"utf-8-validate"
]
},
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}
}