forked from ionorg/ion-app-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
{
"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 --https --cert ./configs/certs/cert.pem --key ./configs/certs/key.pem"
},
"author": "pion",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.10.2",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/plugin-transform-runtime": "7.10.1",
"@babel/preset-env": "7.10.2",
"@babel/preset-react": "7.10.1",
"@babel/runtime": "7.10.2",
"babel-loader": "8.1.0",
"babel-plugin-import": "1.13.0",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.5.3",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "6.0.0",
"html-webpack-plugin": "4.3.0",
"node-sass": "4.14.1",
"sass-loader": "8.0.2",
"style-loader": "1.2.1",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.0"
},
"dependencies": {
"antd": "^3.26.16",
"copy-webpack-plugin": "^5.0.5",
"ion-sdk-js": "^0.3.7",
"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"
]
}