-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.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
{
"name": "amazon-chime-sdk-biz307",
"version": "1.0.0",
"main": "index.js",
"author": "Amazon.com",
"scripts": {
"start": "webpack serve --config ./webpack.config.js --mode development",
"build": "webpack --config webpack.config.js --mode production"
},
"license": "MIT-0",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.0",
"babel-loader": "^9.0.0",
"buffer": "^6.0.3",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"react-google-charts": "4.0.0",
"@aws-amplify/predictions": "^4.0.60",
"@aws-amplify/ui-react": "^3.5.10",
"@aws-sdk/client-transcribe-streaming": "^3.202.0",
"@cloudscape-design/components": "3.0.95",
"@cloudscape-design/global-styles": "^1.0.1",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"amazon-chime-sdk-component-library-react": "^3.4.0",
"amazon-chime-sdk-js": "^3.8.0",
"aws-amplify": "^4.3.42",
"css-loader": "^6.7.1",
"microphone-stream": "^6.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"style-loader": "^3.3.1",
"styled-components": "^5.3.6",
"styled-system": "^5.1.5",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"web-vitals": "^3.0.4"
}
}