-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.42 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
{
"name": "open-chat-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@microsoft/signalr": "^6.0.7",
"cookie": "^0.5.0",
"country-flag-icons": "^1.5.5",
"cra-template": "1.2.0",
"emoji-picker-react": "^3.6.1",
"formik": "^2.2.9",
"i18next": "^21.9.0",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"i18next-xhr-backend": "^3.2.2",
"mobx": "^6.6.1",
"mobx-react-lite": "^3.4.0",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-cookies": "^0.1.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.3.0",
"react-i18next": "^11.18.3",
"react-icons": "^4.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroller": "^1.2.6",
"react-loader-spinner": "^5.1.7-beta.1",
"react-moment": "^1.1.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"yup": "^0.32.11"
},
"main": "index.js",
"scripts": {
"start": "react-scripts start"
},
"author": "",
"license": "ISC",
"description": "",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7"
}
}