-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
53 lines (53 loc) · 1.57 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
{
"name": "ion-app-web",
"version": "0.0.1",
"description": "A web app for ion",
"main": "src/index.jsx",
"scripts": {
"build": "webpack --mode=production --config webpack.config.js --env.production",
"start": "webpack-dev-server --config ./webpack.config.js --mode development --open --http",
"start_https": "webpack-dev-server --config ./webpack.config.js --mode development --open --https --cert ./configs/certs/cert.pem --key ./configs/certs/key.pem"
},
"author": "pion",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.4",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.0",
"@babel/runtime": "7.16.3",
"babel-loader": "8.2.3",
"babel-plugin-import": "1.13.3",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.2",
"css-loader": "3.6.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "4.5.2",
"sass": "1.44.0",
"sass-loader": "8.0.2",
"style-loader": "1.3.0",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.3"
},
"dependencies": {
"antd": "^3.26.16",
"copy-webpack-plugin": "^5.0.5",
"ion-sdk-js": "^1.8.1",
"mdi-react": "^6.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-mdi": "^0.5.7",
"react-router": "^5.0.1",
"reactjs-localstorage": "1.0.1"
},
"keywords": [
"pion",
"sfu",
"webrtc",
"ion",
"js"
]
}