-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.59 KB
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
{
"name": "parrotalk-fe",
"private": true,
"homepage": ".",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"start": "DEBUG=socket.io:* node server.js",
"dev:server": "nodemon server.js"
},
"dependencies": {
"@aws-sdk/client-transcribe-streaming": "^3.696.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-web": "^0.43.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.55.0",
"@opentelemetry/sdk-trace-web": "^1.28.0",
"@sentry/react": "^8.42.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"prom-client": "^15.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"stream": "^0.0.3",
"uuid": "^11.0.3",
"webrtc-adapter": "^9.0.1"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@sentry/vite-plugin": "^2.22.6",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.11.0",
"ngrok": "^5.0.0-beta.2",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"vite": "^5.4.8"
}
}