-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
144 lines (144 loc) · 4.61 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "webapp",
"version": "0.1.0",
"private": true,
"homepage": "/",
"dependencies": {
"@casl/ability": "^4.1.6",
"@casl/react": "^2.1.1",
"@craco/craco": "^5.6.4",
"@globalid/attestations-types": "^1.24.0",
"@globalid/consent-types": "^1.16.0",
"@globalid/contacts-service-sdk": "^2.0.5",
"@globalid/design-system": "1.0.0-alpha.4",
"@globalid/design-tokens": "0.0.7",
"@globalid/group-service-sdk": "^0.0.41",
"@globalid/identity-namespace-service-sdk": "^1.2.18",
"@globalid/identity-namespace-service-types": "^1.21.0",
"@globalid/keystore-service-sdk": "^1.0.13",
"@globalid/messaging-service-sdk": "^0.0.75",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@react-aria/focus": "^3.2.3",
"@reduxjs/toolkit": "^1.4.0",
"@types/pubnub": "^4.28.2",
"@types/pubsub-js": "^1.8.0",
"@types/react-html-parser": "^2.0.1",
"@types/react-linkify": "^1.0.0",
"@types/react-virtualized": "^9.21.10",
"@types/styled-components": "5.1.4",
"amazon-chime-sdk-component-library-react": "^1.5.0",
"amazon-chime-sdk-js": "^2.2.0",
"axios": "^0.20.0",
"crypto": "^1.0.1",
"date-fns": "^2.16.1",
"datejs": "^1.0.0-rc3",
"dexie": "^3.0.2",
"es-cookie": "^1.3.2",
"fuse.js": "^6.4.1",
"global": "^4.4.0",
"globalid-crypto": "3.0.0",
"globalid-react-ui": "0.0.14-alpha-5",
"history": "^4.10.1",
"lodash": "^4.17.20",
"lottie-react": "^2.0.0",
"mockdate": "^3.0.2",
"moment": "^2.27.0",
"node-sass": "^4.14.0",
"p-queue": "^6.6.1",
"p-retry": "^4.2.0",
"polished": "^3.6.7",
"pubnub": "^4.29.5",
"pubsub-js": "^1.8.0",
"react": "^16.13.1",
"react-chatview": "^0.2.5",
"react-copy-to-clipboard": "^5.0.2",
"react-device-detect": "^1.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-linkify": "^1.0.0-alpha",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-slick": "^0.27.11",
"react-virtualized": "^9.22.2",
"react-virtuoso": "^0.20.3",
"redux-devtools-extension": "^2.13.8",
"serve": "^11.3.2",
"styled-components": "^5.2.0",
"styled-system": "^5.1.5",
"ts-enum-util": "^4.0.2",
"ts-jest": "^26.3.0",
"typesafe-actions": "^5.1.0",
"typescript": "~4.0.2",
"use-async-effect": "^2.2.2",
"uuid": "^8.3.0"
},
"scripts": {
"start": "craco start --mode development",
"start-secure": "set PORT=443&&set HTTPS=true&&craco start --mode development",
"build": "craco --max_old_space_size=4096 build",
"test": "craco test",
"test:coverage": "craco test --coverage --watch",
"lint": "eslint \"src/**/*.ts\" \"src/**/*.tsx\" --format unix",
"lint-fix": "yarn lint --fix",
"integration": "jest --config ./tests/integration/jest.config.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@globalid/eslint-plugin": "^1.0.0-alpha-6",
"@testing-library/dom": "^7.24.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@testing-library/react-hooks": "^3.4.1",
"@testing-library/user-event": "^12.1.3",
"@types/history": "^4.7.7",
"@types/jest": "^26.0.13",
"@types/jest-environment-puppeteer": "^4.3.2",
"@types/jest-when": "^2.7.1",
"@types/lodash": "^4.14.161",
"@types/node": "^14.6.4",
"@types/puppeteer": "^3.0.1",
"@types/react": "^16.9.49",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/react-router-redux": "^5.0.18",
"@types/react-slick": "^0.23.4",
"@types/redux-mock-store": "^1.0.2",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"fast-text-encoding": "^1.0.3",
"jest-canvas-mock": "^2.2.0",
"jest-environment-puppeteer": "^4.4.0",
"jest-localstorage-mock": "^2.4.3",
"jest-puppeteer": "^4.4.0",
"jest-when": "^2.7.2",
"jimp": "^0.16.1",
"puppeteer": "^5.2.1",
"react-test-renderer": "^16.13.1",
"redux-mock-store": "^1.5.4",
"wait-for-expect": "^3.0.2",
"workbox-build": "^5.1.4"
}
}