This repository was archived by the owner on Jul 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "react-ue4-pixel-streaming",
"version": "0.1.0",
"private": true,
"main": "dist/index.js",
"dependencies": {
"@juggle/resize-observer": "^2.3.0",
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"chart.js": "^2.8.0",
"qrcode.react": "^0.9.3",
"react": "^16.8.6",
"react-chartjs-2": "^2.8.0",
"react-dom": "^16.8.6",
"react-rnd": "^10.1.1",
"react-scripts": "3.0.1",
"socket.io-client": "^2.2.0",
"typeface-roboto": "0.0.75",
"webrtc-adapter": "^7.3.0"
},
"scripts": {
"transpile": "babel src -d dist --copy-files",
"start": "webpack-dev-server --host 0.0.0.0 --mode development --hot --inline --content-base ./"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"rollup": "^1.21.2",
"style-loader": "^1.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}