-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
118 lines (118 loc) · 3.6 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
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
{
"name": "@livepeer/explorer",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"codegen": "graphql-codegen",
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-react-jsx": "7.18.6",
"@babel/plugin-transform-typescript": "^7.11.0",
"@emotion/babel-plugin-jsx-pragmatic": "0.1.5",
"@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",
"@typechain/ethers-v5": "^10.1.0",
"@types/change-case": "^2.3.1",
"@types/node": "^18.0.6",
"@types/numeral": "^2.0.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-icons": "^3.0.0",
"@types/react-table": "7.7.12",
"@types/recharts": "^1.8.23",
"@types/sanitize-html": "^2.6.2",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"typechain": "^8.1.0",
"typescript": "5.1.6"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@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",
"@material-ui/core": "^4.12.3",
"@mdx-js/loader": "^2.1.2",
"@mdx-js/react": "^2.1.2",
"@modulz/radix-icons": "^4.0.0",
"@next/mdx": "^12.2.2",
"@radix-ui/react-dropdown-menu": "^0.0.17",
"@radix-ui/react-id": "^0.1.1",
"@radix-ui/react-label": "^0.0.11",
"@radix-ui/react-radio-group": "^0.0.14",
"@rainbow-me/rainbowkit": "^1.0.5",
"@reach/dialog": "^0.17.0",
"@reach/tabs": "^0.17.0",
"@stitches/react": "1.2.5",
"apollo-fetch": "^0.7.0",
"apollo-link": "^1.2.11",
"apollo-link-http": "^1.5.15",
"apollo-server-micro": "3.10.0",
"axios": "^0.27.2",
"babel-loader": "^8.0.6",
"change-case": "^4.1.2",
"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": "12.2.2",
"next-themes": "^0.2.0",
"numeral": "^2.0.6",
"parse-domain": "^7.0.1",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-collapse": "^5.0.0",
"react-confetti": "^6.1.0",
"react-cookie": "^4.0.1",
"react-copy-to-clipboard": "^5.0.1",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"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": "^8.0.3",
"react-masonry-css": "^1.0.16",
"react-number-format": "^4.3.1",
"react-query": "^4.0.0",
"react-show-more-text": "1.5.2",
"react-table": "^7.7.0",
"react-timer-hook": "^3.0.5",
"react-tooltip": "^4.2.11",
"react-truncate": "^2.4.0",
"react-use": "^17.4.0",
"recharts": "^2.1.10",
"remark-gfm": "^3.0.1",
"sanitize-html": "^2.7.3",
"swr": "^1.3.0",
"viem": "^1.2.12",
"wagmi": "^1.4.12",
"zustand": "^4.0.0-rc.2"
},
"main": "package.json"
}