-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
58 lines (58 loc) · 1.38 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
53
54
55
56
57
58
{
"name": "hls-react-sdk-example",
"version": "0.1.0",
"private": true,
"homepage": "https://lab.videosdk.live/react-hls-demo/",
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@popperjs/core": "^2.11.8",
"@videosdk.live/react-sdk": "^0.1.103",
"@windmill/react-ui": "^0.6.0",
"hls.js": "^1.4.4",
"lottie-react": "^2.4.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-player": "^2.13.0",
"react-responsive": "^10.0.0",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.6",
"web-vitals": "^3.0.2"
},
"overrides": {
"nth-check": "2.1.1",
"postcss": "^8.4.31"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
},
"scripts": {
"start": "react-scripts start",
"kill-start": "sudo kill -9 `sudo lsof -t -i:3000` && yarn start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}