-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"name": "commai",
"version": "1.0.0",
"description": "Borderless Voice Communicator",
"main": "index.js",
"scripts": {
"start": "vite --port 8081 --open /",
"start:build": "vite dist --port 8081 --open /",
"build": "vite build; cp -rf images dist"
},
"keywords": [
"aws",
"serverless",
"transcribe",
"bedrock",
"getai"
],
"homepage": "https://mahdiridho.github.io/borderless-voice-comm/",
"author": "Mahdi Ridho",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-cognito-identity": "^3.600.0",
"@aws-sdk/client-lambda": "^3.600.0",
"@aws-sdk/client-polly": "^3.596.0",
"@aws-sdk/client-sqs": "^3.600.0",
"@aws-sdk/credential-provider-cognito-identity": "^3.600.0",
"@collaborne/lit-flexbox-literals": "^0.2.2",
"@material/mwc-button": "^0.22.0",
"@material/mwc-circular-progress": "^0.22.0",
"@material/mwc-icon-button": "^0.22.0",
"@material/mwc-list": "^0.22.0",
"@material/mwc-select": "^0.22.0",
"@material/mwc-snackbar": "^0.22.0",
"@material/mwc-textfield": "^0.22.0",
"@spectrum-web-components/theme": "^0.9.0",
"lit": "^2.0.2",
"recordrtc": "^5.6.2"
},
"devDependencies": {
"vite": "^5.2.11",
"vite-plugin-node-polyfills": "^0.22.0"
}
}