-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.94 KB
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
{
"name": "simplevr",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "firebase serve --only hosting --host localhost",
"dev": "webpack --config webpack.config.dev.js",
"prod": "webpack --config webpack.config.prod.js",
"clean": "rm -rf ./public/build && rm -f ./public/index.html"
},
"devDependencies": {
"@types/dom-mediacapture-record": "^1.0.7",
"@types/downloadjs": "^1.4.2",
"@types/lodash": "^4.14.168",
"@types/mime-types": "^2.1.0",
"@types/qrcode": "^1.4.0",
"@types/react-dom": "^17.0.2",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"css-loader": "^5.1.4",
"eslint": "^7.21.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^6.2.0",
"html-webpack-externals-plugin": "^3.8.0",
"html-webpack-plugin": "^5.3.1",
"node-polyfill-webpack-plugin": "^1.0.3",
"progress-bar-webpack-plugin": "^2.1.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.27.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"aframe": "1.0.4",
"aframe-look-at-component": "1.0.0",
"copy-to-clipboard": "^3.3.1",
"downloadjs": "^1.4.7",
"firebase": "^8.2.6",
"immutability-helper": "^3.1.1",
"jszip": "^3.6.0",
"lodash": "^4.17.20",
"mime-types": "^2.1.29",
"networked-aframe": "0.8.2",
"open-easyrtc": "^2.0.7",
"qrcode": "^1.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"serialize-javascript": ">=3.1.0",
"socket.io": "2.3.0",
"ssri": ">=8.0.1",
"uuid": "^8.3.2"
}
}