-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.71 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": "@noia-network/hackathon",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"build-gzip": "webpack --config webpack.config.js --mode=production --compression=gzip",
"watch": "webpack-dev-server --config webpack.config.js --mode=development",
"start": "npm run watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.2",
"@simplrjs/webpack": "^0.1.0-alpha.14",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"autoprefixer": "^9.3.1",
"babel-loader": "^8.0.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"compression-webpack-plugin": "^2.0.0",
"mediasource": "2.2.2",
"node-sass": "^4.9.4",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"simplr-logger": "^1.0.1",
"simplr-tslint": "^1.0.0-alpha.14",
"stl-viewer": "^0.9.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.2.2",
"tslint": "^5.11.0",
"tslint-language-service": "^0.9.9",
"typescript": "3.1.4",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"worker-loader": "^2.0.0"
},
"dependencies": {
"@noia-network/sdk": "^2.0.9",
"@noia-network/sdk-react": "^2.0.9",
"@noia-network/webrtc-direct-client": "^1.0.8",
"@types/from2": "^2.3.0",
"from2": "^2.3.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"render-media": "3.1.3",
"rusha": "^0.8.13"
}
}