forked from AgoraIO/Advanced-Video
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "Screen-Sharing",
"version": "3.0.0",
"description": "Agora Web SDK tutorial - Screen Sharing",
"keywords": [
"realtime-communication",
"agora-rtc-sdk",
"webrtc",
"agora-example",
"webpack",
"javascript"
],
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./scripts --mode development",
"build": "cross-env NODE_ENV=production webpack --config ./scripts --mode production",
"lint-fix": "eslint --fix src/ "
},
"dependencies": {
"agora-rtc-sdk": "3.0.0",
"jquery": "^3.4.1",
"materialize-css": "^1.0.0",
"ua-parser-js": "^0.7.20"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"author": "agora",
"license": "ISC"
}