FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bbb-plugin-decrease-volume-on-speak/package.json at main · bigbluebutton/bbb-plugin-decrease-volume-on-speak · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bigbluebutton
/
bbb-plugin-decrease-volume-on-speak
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
1
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
bbb-plugin-decrease-volume-on-speak
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
73 lines (73 loc) · 2.11 KB
Breadcrumbs
bbb-plugin-decrease-volume-on-speak
/
package.json
Copy path
File metadata and controls
73 lines (73 loc) · 2.11 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name"
:
"
decrease-volume-on-speak
"
,
"version"
:
"
0.1.1
"
,
"private"
:
true
,
"main"
:
"
./src/index.tsx
"
,
"dependencies"
: {
"@testing-library/react"
:
"
^13.4.0
"
,
"@testing-library/user-event"
:
"
^13.5.0
"
,
"@types/node"
:
"
^20.3.1
"
,
"@types/react"
:
"
^18.2.13
"
,
"@types/react-dom"
:
"
^18.2.6
"
,
"babel-plugin-syntax-dynamic-import"
:
"
^6.18.0
"
,
"bigbluebutton-html-plugin-sdk"
:
"
0.0.66
"
,
"path"
:
"
^0.12.7
"
,
"react"
:
"
^18.2.0
"
,
"react-chat-elements"
:
"
^12.0.14
"
,
"react-dom"
:
"
^18.2.0
"
,
"react-modal"
:
"
^3.16.1
"
,
"react-select"
:
"
^5.7.3
"
,
"styled-components"
:
"
^5.3.3
"
},
"scripts"
: {
"build-bundle"
:
"
webpack --mode production
"
,
"start"
:
"
webpack serve --mode development
"
,
"build:watch"
:
"
rm -rf dist && tsc -w --module CommonJS
"
,
"lint"
:
"
eslint ./src/*
"
,
"lint:fix"
:
"
npm run lint -- --fix
"
,
"lint:watch"
:
"
watch 'yarn lint'
"
},
"browserslist"
: {
"production"
: [
"
>0.2%
"
,
"
not dead
"
,
"
not op_mini all
"
],
"development"
: [
"
last 1 chrome version
"
,
"
last 1 firefox version
"
,
"
last 1 safari version
"
]
},
"devDependencies"
: {
"@babel/core"
:
"
^7.21.8
"
,
"@babel/preset-env"
:
"
^7.21.5
"
,
"@babel/preset-react"
:
"
^7.18.6
"
,
"@types/node"
:
"
^20.4.4
"
,
"@types/react"
:
"
^18.2.15
"
,
"@types/react-dom"
:
"
^18.2.7
"
,
"@types/react-modal"
:
"
^3.16.0
"
,
"@typescript-eslint/eslint-plugin"
:
"
^6.2.0
"
,
"@typescript-eslint/parser"
:
"
^6.2.0
"
,
"babel-loader"
:
"
^9.1.2
"
,
"copy-webpack-plugin"
:
"
^12.0.2
"
,
"css-loader"
:
"
^6.7.4
"
,
"eslint"
:
"
^8.45.0
"
,
"eslint-config-airbnb"
:
"
^19.0.4
"
,
"eslint-config-airbnb-base"
:
"
^15.0.0
"
,
"eslint-plugin-import"
:
"
^2.27.5
"
,
"eslint-plugin-jsx-a11y"
:
"
^6.7.1
"
,
"eslint-plugin-react"
:
"
^7.33.0
"
,
"eslint-plugin-react-hooks"
:
"
^4.6.0
"
,
"eslint-watch"
:
"
^8.0.0
"
,
"lint-staged"
:
"
11.2.0
"
,
"react-dom"
:
"
^18.2.0
"
,
"style-loader"
:
"
^3.3.3
"
,
"ts-loader"
:
"
^9.4.3
"
,
"typescript"
:
"
^5.1.6
"
,
"watch"
:
"
^0.13.0
"
,
"webpack"
:
"
^5.94.0
"
,
"webpack-cli"
:
"
^5.1.1
"
,
"webpack-dev-server"
:
"
^4.15.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL