forked from sanity-io/sanity-plugin-mux-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
65
{
"name": "sanity-plugin-mux-input",
"version": "0.2.1",
"description": "An input component that integrates Sanity Studio with MUX.com video encoding/hosting service.",
"main": "build/index.js",
"scripts": {
"build": "babel src -d build --copy-files",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity-plugin-mux-input.git"
},
"keywords": [
"sanity",
"video",
"mux",
"input",
"plugin"
],
"publishConfig": {
"access": "public"
},
"author": "Sanity.io <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanity-io/sanity-plugin-mux-input/issues"
},
"homepage": "https://github.com/sanity-io/sanity-plugin-mux-input#readme",
"devDependencies": {
"@babel/cli": "^7.6.3",
"@babel/core": "^7.6.3",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"eslint": "^5.6.0",
"eslint-config-prettier": "^3.0.1",
"eslint-config-sanity": "^4.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"prettier": "^1.14.2",
"react-hot-loader": "4.3.8"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@mux/upchunk": "^1.0.6",
"get-it": "^4.0.4",
"hls.js": "^0.11.0",
"lodash": "^4.17.15",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"uuid": "^3.3.2"
},
"peerDependencies": {
"@sanity/client": ">= 0.135.x",
"@sanity/base": ">= 0.135.x",
"@sanity/components": ">= 0.135.x",
"@sanity/core": ">= 0.135.x",
"rxjs": ">= 6.1.0"
}
}