-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.9 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
65
66
67
68
69
70
71
72
73
{
"name": "webex-meetings",
"version": "1.0.0",
"description": "Webex Meetings",
"scripts": {
"build": "del -rf dist && npx webpack --config webpack.config.js",
"start": "nodemon server.js",
"deploy:pages": "gh-pages -d dist/",
"deploy": "npm run build && npm run deploy:pages",
"watch": "webpack --watch"
},
"repository": "https://wxsd-sales.github.io/webex-meetings",
"keywords": [],
"author": "Rajitha Kantheti",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"axios": "^1.7.9",
"babel-loader": "^9.2.1",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"mini-css-extract-plugin": "^2.9.2",
"node-cron": "^3.0.3",
"node-polyfill-webpack-plugin": "^4.1.0",
"process": "^0.11.10",
"querystring": "^0.2.1",
"socket.io": "^4.8.1",
"webex": "^2.60.1"
},
"targets": {
"modern": {
"engines": {
"browsers": ">= 50%"
}
}
},
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@webpack-cli/generators": "^3.0.7",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.1",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"gh-pages": "^6.2.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"img-loader": "^4.0.0",
"os-browserify": "^0.3.0",
"parcel": "^2.12.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.0",
"string_decoder": "^1.3.0",
"style-loader": "^4.0.0",
"url": "^0.11.0",
"util": "^0.12.3",
"vm-browserify": "^1.1.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.4.2",
"webpack-dev-server": "^5.1.0"
}
}