-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
124 lines (124 loc) · 3.56 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "meet",
"version": "0.0.1",
"private": true,
"homepage": "/meet",
"dependencies": {
"@gluejs/glue": "^0.3.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"babel-loader": "8.1.0",
"binary-base64": "^1.1.0",
"connected-react-router": "^6.6.1",
"debug": "^3.1.0",
"dompurify": "^2.2.4",
"history": "^4.10.1",
"howler": "^2.0.9",
"kpop": "https://download.kopano.io/community/kapp:/kpop-2.6.0.tgz",
"kwmjs": "https://download.kopano.io/community/kapp:/kwmjs-1.3.1.tgz",
"linkifyjs": "^2.1.9",
"localforage": "^1.7.1",
"lodash-es": "^4.17.14",
"lunr": "^2.2.0",
"mdi-material-ui": "^6.9.0",
"memoize-one": "^5.0.0",
"moment": "^2.22.2",
"notistack": "^0.8.8",
"oidc-client": "^1.9.1",
"prop-types": "^15.6.0",
"rc-swipeout": "^2.0.11",
"react": "^17.0.1",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dnd-touch-backend": "^0.3.21",
"react-dom": "^17.0.1",
"react-intl": "^2.7.1",
"react-loadable": "^5.3.1",
"react-moment": "^0.7.0",
"react-pose": "^4.0.10",
"react-redux": "^7.1.3",
"react-reflex": "^3.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.2.0",
"render-if": "^0.1.1",
"reselect": "^4.0.0",
"typeface-roboto": "^0.0.54",
"web-vitals": "^0.2.4",
"webrtc-adapter": "^7.7.0",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-expiration": "^5.1.3",
"workbox-navigation-preload": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-range-requests": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=./scripts/jestMeetEnvironment.js",
"eject": "react-scripts eject",
"licenses": "node ./scripts/js-license-ranger.js",
"deduplicate": "yarn-deduplicate -s fewer yarn.lock",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@calm/eslint-plugin-react-intl": "^1.3.1",
"eslint": ">=7.11",
"eslint-plugin-i18n-text": "^1.0.0",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-react": "^7.21.5",
"react-intl-cra": "^0.3.3",
"react-intl-po": "^2.2.1",
"source-map-explorer": "^1.5.0",
"webpack": ">=4",
"yarn-deduplicate": "^1.1.1"
},
"resolutions": {
"**/moment": "2.24.0",
"**/react": "17.0.1",
"**/react-dom": "17.0.1",
"**/@material-ui/core": "4.11.0",
"**/@material-ui/icons": "4.9.1",
"**/react-intl": "2.9.0",
"**/oidc-client": "1.9.1",
"**/eslint-plugin-react": "7.21.5",
"**/browserslist": "4.14.7"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.js"
],
"transformIgnorePatterns": [
"node_modules/?!(kpop)"
]
},
"browserslist": {
"production": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}