-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 911 Bytes
/
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
{
"name": "hls-emr",
"version": "1.0.4",
"private": true,
"scripts": {
"postinstall": "flex-plugin pre-script-check"
},
"dependencies": {
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@reduxjs/toolkit": "1.8.1",
"@twilio/flex-plugin": "^5.1.1",
"@twilio/flex-plugin-scripts": "5.1.1",
"awesome-phonenumber": "3.0.2",
"dotenv-webpack": "7.1.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "8.0.1",
"redux": "^4.1.2",
"twilio-chat": "6.0.0",
"typescript": "4.5.4"
},
"devDependencies": {
"@twilio/flex-ui": "2.0.0-beta.1",
"autoprefixer": "10.4.2",
"configure-env": "1.0.0",
"postcss": "8.4.5",
"react-test-renderer": "17.0.2",
"tailwindcss": "3.0.13"
}
}