-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 923 Bytes
/
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
{
"name": "google-meet-and-zoom-integration",
"version": "1.0.0",
"description": "Plugin for integration google meet and zoom",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/preset-react": "^7.24.7",
"@wordpress/babel-plugin-makepot": "^6.8.0",
"@wordpress/scripts": "^27.2.0"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/x-date-pickers": "^7.17.0",
"@react-oauth/google": "^0.12.1",
"@wordpress/i18n": "^5.8.0",
"@wordpress/react-i18n": "^4.8.0",
"dayjs": "^1.11.13",
"material-ui-confirm": "^3.0.16",
"react-i18next": "^15.0.2"
}
}