-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.2 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
79
{
"name": "websocket_client",
"version": "0.0.1",
"private": true,
"homepage": ".",
"dependencies": {
"@capacitor/android": "^2.2.1",
"@capacitor/core": "^2.2.1",
"@ionic/core": "^5.2.3",
"@ionic/react": "^5.2.3",
"@ionic/react-router": "^5.2.3",
"@material-ui/core": "^4.11.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.11",
"@types/crypto-js": "^3.1.43",
"@types/i18next": "^13.0.0",
"@types/i18next-browser-languagedetector": "^3.0.0",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-json-tree": "^0.6.11",
"@types/react-redux": "^7.1.9",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-scroll": "^1.5.5",
"acorn": "^7.3.1",
"cogo-toast": "^4.2.3",
"crypto-js": "^4.0.0",
"fibers": "^5.0.0",
"html-webpack-plugin": "^4.3.0",
"ionicons": "^5.1.2",
"jest-environment-jsdom-fourteen": "^1.0.1",
"js-yaml": "^3.14.0",
"mini-css-extract-plugin": "^0.9.0",
"object-hash": "^2.0.3",
"react": "^16.13.1",
"react-chat-widget": "^3.0.5",
"react-dom": "^16.13.1",
"react-floater": "^0.7.2",
"react-i18next": "^11.7.0",
"react-json-tree": "^0.11.2",
"react-player": "^2.5.0",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scroll": "^1.7.16",
"react-scroll-to-bottom": "^3.0.0",
"sass": "^1.26.9",
"typesafe-actions": "^5.1.0",
"typescript": "^3.9.6",
"webpack": "^4.42.0",
"yaml": "^1.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "Modern OpenSource WebSocket Client",
"devDependencies": {
"@capacitor/cli": "^2.2.1",
"react-scripts": "^3.4.1"
}
}