-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.24 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.24 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
57
58
59
60
61
{
"name": "invisv-webrtc-client",
"homepage": "https://live.booth.video",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "node ./node_modules/react-scripts/scripts/test.js --transformIgnorePatterns 'node_modules/(?!crypto-random-string)/' --watchAll=false",
"test:watch": "node ./node_modules/react-scripts/scripts/test.js --transformIgnorePatterns 'node_modules/(?!crypto-random-string)/a' --watchAll=true",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"postinstall": "patch-package && cd node_modules/livekit-client && yarn install && yarn build"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@livekit/react-components": "1.1.0",
"@livekit/react-core": "1.1.0",
"axios": "^0.27.2",
"crypto-random-string": "5.0.0",
"livekit-client": "git+https://github.com/Invisv-Privacy/client-sdk-js.git#maxb/livekit-e2ee-4.3.23",
"postcss": "^8.4.14",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.7.2",
"react-aspect-ratio": "^1.0.50",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@fortawesome/fontawesome-common-types": "6.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^28.1.7",
"@types/node": "^12.12.38",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/uuid": "^8.3.4",
"cross-env": "^7.0.2",
"gh-pages": "^2.2.0",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"prettier": "^2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "^5.0.1",
"ts-jest": "^28.0.8",
"typescript": "4.9.5"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}