-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.14 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
{
"name": "8bethub",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@sentry/react": "^6.19.7",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@uiw/react-textarea-code-editor": "^2.0.2",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.1",
"copy-to-clipboard": "^3.3.1",
"extract-json-from-string": "^1.0.1",
"from-exponential": "^1.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"react": "^18.1.0",
"react-bootstrap": "^2.3.1",
"react-chartjs-2": "^4.1.0",
"react-countup": "^6.2.0",
"react-debounce-input": "^3.3.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.1.0",
"react-ga4": "^1.4.1",
"react-highlight-hashtags": "^1.0.2",
"react-indiana-drag-scroll": "^2.1.0",
"react-input-slider": "^6.0.1",
"react-moment": "^1.1.2",
"react-outside-click-handler": "^1.3.0",
"react-qrcode-logo": "^2.7.0",
"react-redux": "^8.0.1",
"react-responsive": "^9.0.0-beta.8",
"react-router-dom": "^6.3.0",
"react-router-guards": "^1.0.2",
"react-router-redux": "^4.0.8",
"react-scripts": "5.0.1",
"react-slider": "^2.0.0",
"react-toastify": "^9.0.1",
"react-top-loading-bar": "^2.1.0",
"redux": "^4.2.0",
"redux-actions": "^2.6.5",
"sass": "^1.51.0",
"scss": "^0.2.4",
"socket.io-client": "^4.5.1",
"uniqid": "^5.4.0",
"use-immer": "^0.7.0",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}