-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) Β· 2.87 KB
/
package.json
File metadata and controls
102 lines (102 loc) Β· 2.87 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "reciper-client",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/html-to-draftjs": "^1.4.0",
"@types/jest": "^26.0.23",
"@types/node": "^12.20.12",
"@types/react": "^17.0.5",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-datepicker": "^3.1.8",
"@types/react-dom": "^17.0.4",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/redux-logger": "^3.0.8",
"@types/rellax": "^1.7.3",
"@types/simple-peer": "^9.6.3",
"@types/socket.io": "^3.0.2",
"@types/styled-components": "^5.1.9",
"autosize": "^4.0.4",
"axios": "^0.21.1",
"dayjs": "^1.10.5",
"draft-js": "^0.11.7",
"draft-to-html": "0.0.1",
"draftjs-to-html": "^0.9.1",
"html-to-draftjs": "^1.5.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-custom-scrollbars": "^4.2.1",
"react-datepicker": "^3.8.0",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-icons": "^4.2.0",
"react-mentions": "^4.2.0",
"react-redux": "^7.2.4",
"react-rellax": "^1.0.3",
"react-rellax-wrapper": "^1.0.6",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-slick": "^0.28.1",
"redux-logger": "^3.0.6",
"redux-toolkit": "^1.1.2",
"regexify-string": "^1.0.16",
"rellax": "^1.12.1",
"simple-peer": "^9.11.0",
"slick-carousel": "^1.8.1",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"styled-components": "^5.3.0",
"typescript": "^4.2.4",
"web-vitals": "^1.1.2"
},
"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"
]
},
"devDependencies": {
"@iconify/icons-bi": "^1.1.5",
"@iconify/icons-octicon": "^1.1.6",
"@iconify/icons-ph": "^1.1.2",
"@iconify/react": "^1.1.4",
"@types/autosize": "^3.0.7",
"@types/draftjs-to-html": "^0.8.0",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-draft-wysiwyg": "^1.13.2",
"@types/react-mentions": "^4.1.0",
"@types/react-slick": "^0.23.4",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"i": "^0.3.6",
"npm": "^7.14.0",
"prettier": "^2.3.0"
}
}