-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 721 Bytes
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
{
"name": "vhs-devtools",
"version": "0.0.1",
"description": "A DevTools extension for videojs/http-streaming",
"scripts": {
"build": "webpack"
},
"dependencies": {
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@videojs/vhs-utils": "^2.2.0",
"react": "^16.13.1",
"react-diff-viewer": "^3.1.1",
"react-dom": "^16.13.1",
"react-json-view": "^1.19.1",
"thumbcoil": "^1.2.3-hackweek2",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/cli": "^7.8.0",
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"babel-loader": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}