-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.02 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
{
"name": "streamaze-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mantine/core": "^6.0.16",
"@mantine/form": "^6.0.16",
"@mantine/hooks": "^6.0.16",
"@mantine/notifications": "^6.0.16",
"@onehop/client": "^1.4.20",
"@onehop/react": "^1.4.20",
"@tabler/icons": "^1.118.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"echarts-for-react": "^3.0.2",
"framer-motion": "^10.12.18",
"jsonp": "^0.2.1",
"lodash.debounce": "^4.0.8",
"lodash.sample": "^4.2.1",
"moment": "^2.29.4",
"nanoid": "^4.0.2",
"phoenix": "^1.7.1",
"preact": "^8.5.3",
"preact-compat": "^3.19.0",
"re-resizable": "^6.9.9",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"react-fast-marquee": "^1.3.5",
"react-helmet-async": "^1.3.0",
"react-player": "^2.11.2",
"react-resizable-panels": "^0.0.55",
"react-responsive-masonry": "^2.1.7",
"react-rewards": "^2.0.4",
"react-roulette-pro": "^3.1.0",
"react-router-dom": "^6.6.1",
"react-scripts": "5.0.1",
"react-scroll-parallax": "^3.4.2",
"react-social-icons": "^5.15.0",
"react-use-websocket": "^4.2.0",
"react-virtuoso": "^3.1.5",
"typeface-roboto": "^1.1.13",
"use-lanyard": "^1.4.2",
"web-vitals": "^2.1.4",
"wretch": "^2.3.0"
},
"scripts": {
"start": "BROWSER=none 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"
]
},
"prettier": {
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
}