-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
64 lines (64 loc) · 1.87 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
59
60
61
62
63
64
{
"title": "Video Conferencing with Zoom API",
"name": "video-conferencing-with-zoom-api",
"version": "3.2.0",
"description": "Add, Handle Zoom meetings from WordPress Dashboard using API",
"author": "Deepen Bajracharya",
"license": "GPL-2.0+",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start --mode production",
"packages-update": "wp-scripts packages-update"
},
"browserslist": [
"defaults",
"> 1%",
"ie >= 8",
"edge >= 15",
"ie_mob >= 10",
"ff >= 45",
"chrome >= 45",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
],
"repository": "https://github.com/techies23/video-conference-zoom",
"dependencies": {
"@wordpress/block-editor": "^14.3.0",
"@wordpress/blocks": "^13.8.0",
"@wordpress/components": "^28.8.0",
"@wordpress/element": "^6.8.0",
"@wordpress/i18n": "^5.8.0",
"@wordpress/server-side-render": "^5.8.0",
"@zoom/meetingsdk": "^3.8.10",
"datatables.net": "^2.1.7",
"datatables.net-dt": "^2.1.7",
"datatables.net-responsive": "^3.0.3",
"datatables.net-responsive-dt": "^3.0.3",
"jquery-datetimepicker": "^2.5.21",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"react-select": "^5.8.1",
"select": "^1.1.2",
"select2": "^4.0.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@wordpress/scripts": "^30.0.2",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.1",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.5",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"unminified-webpack-plugin": "^3.0.0"
}
}