-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.58 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
{
"name": "comms-app-react-videocall",
"version": "1.10.3",
"private": true,
"scripts": {
"dev": "yarn netlify dev --offline",
"dev:deprecated": "cross-env ENV=web && vite",
"dev-proxy": "concurrently --kill-others \"cd ../api-proxy && yarn dev\" \"yarn dev\"",
"dev-proxy-host": "concurrently --kill-others \"cd api && yarn dev\" \"yarn dev --host --https\"",
"build": "cross-env ENV=web && vite build",
"preview": "cross-env ENV=web && vite preview",
"license-checker": "license-checker --json --out third-party-licenses.json --relativeLicensePath"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dolbyio-samples/comms-app-react-videocall"
},
"dependencies": {
"@dolbyio/comms-uikit-react": "1.2.0",
"@emotion/react": "^11.9.0",
"@voxeet/voxeet-web-sdk": "^3.11.0",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"color": "4.2.3",
"focus-trap-react": "^10.1.1",
"netlify-cli": "^12.10.0",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-intl": "^5.24.8",
"react-router-dom": "6",
"vite": "^4.3.3",
"vite-plugin-static-copy": "^0.9.0",
"vite-plugin-svgr-component": "^1.0.0"
},
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/color": "3.0.3",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.0.0",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"license-checker": "^25.0.1",
"typescript-plugin-css-modules": "^3.4.0"
},
"workspaces": [
"backend"
]
}