This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.51 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
{
"name": "LivepeerEvents",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "^4.2.12",
"@mantine/dates": "^4.2.12",
"@mantine/form": "^4.2.12",
"@mantine/hooks": "^4.2.12",
"@mantine/modals": "^4.2.12",
"@mantine/next": "^4.1.3",
"@mantine/notifications": "^4.2.12",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"dayjs": "^1.11.7",
"ethers": "^5.4.4",
"http": "^0.0.1-security",
"https": "^1.0.0",
"md5": "^2.3.0",
"react": "^18.2.0",
"react-circular-progressbar": "^2.0.4",
"react-dom": "^18.2.0",
"react-indiana-drag-scroll": "^2.1.0",
"react-markdown": "^7.1.1",
"react-paginate": "^8.1.2",
"react-redux": "^7.2.6",
"react-retro-hit-counter": "^1.0.1",
"react-router-dom": "^6.0.2",
"react-scripts": "^5.0.1",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.3",
"victory": "^36.3.2"
},
"proxy": "http://localhost:42609",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}