-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.64 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
{
"name": "chat",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "~11.8.2",
"@emotion/styled": "~11.8.1",
"@material-ui/system": "~5.0.0-beta.5",
"@mui/icons-material": "~5.5.0",
"@mui/material": "~5.5.0",
"axios": "^1.4.0",
"base-64": "^1.0.0",
"base64-js": "^1.5.1",
"browser-image-compression": "^2.0.2",
"caniuse-lite": "^1.0.30001520",
"compress.js": "^1.2.2",
"crypto-js": "^4.1.1",
"emoji-dictionary": "^1.0.11",
"emoji-picker-react": "^4.5.2",
"i18next": "^23.4.6",
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"node-rsa": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-i18next": "^13.2.1",
"react-image-file-resizer": "^0.4.8",
"react-player": "^2.13.0",
"react-quick-pinch-zoom": "^4.9.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.2.2",
"react-scripts": "^2.1.3",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"reselect": "^4.1.8",
"string-random": "^0.1.3",
"uuid": "^9.0.0"
},
"scripts": {
"start": "PORT=5566 BROWSER=none react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider 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"
]
}
}